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/
DUnwinder.cpp58 uint64_t dex_pc = regs_->dex_pc(); in FillInDexFrame() local
DDexFiles.cpp157 void DexFiles::GetMethodInformation(Maps* maps, MapInfo* info, uint64_t dex_pc, in GetMethodInformation()
/system/core/libunwindstack/tests/
DRegsFake.h62 void FakeSetDexPc(uint64_t dex_pc) { dex_pc_ = dex_pc; } in FakeSetDexPc()