Home
last modified time | relevance | path

Searched defs:dex_pc (Results 1 – 4 of 4) sorted by relevance

/system/core/libunwindstack/include/unwindstack/
DRegs.h64 uint64_t dex_pc() { return dex_pc_; } in dex_pc() function
65 void set_dex_pc(uint64_t dex_pc) { dex_pc_ = dex_pc; } in set_dex_pc()
/system/core/libunwindstack/tests/
DRegsFake.h60 void FakeSetDexPc(uint64_t dex_pc) { dex_pc_ = dex_pc; } in FakeSetDexPc()
/system/core/libunwindstack/
DDexFiles.cpp175 void DexFiles::GetMethodInformation(Maps* maps, MapInfo* info, uint64_t dex_pc, in GetMethodInformation()
DUnwinder.cpp57 uint64_t dex_pc = regs_->dex_pc(); in FillInDexFrame() local