Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/include/unwindstack/
DRegs.h65 uint64_t dex_pc() { return dex_pc_; } in dex_pc() function
66 void set_dex_pc(uint64_t dex_pc) { dex_pc_ = dex_pc; } in set_dex_pc()
/system/unwinding/libunwindstack/
DDexFile.h45 bool IsValidPc(uint64_t dex_pc) { in IsValidPc()
DDexFile.cpp129 bool DexFile::GetFunctionName(uint64_t dex_pc, SharedString* method_name, uint64_t* method_offset) { in GetFunctionName()
DUnwinder.cpp59 uint64_t dex_pc = regs_->dex_pc(); in FillInDexFrame() local
/system/unwinding/libunwindstack/tests/
DRegsFake.h60 void FakeSetDexPc(uint64_t dex_pc) { dex_pc_ = dex_pc; } in FakeSetDexPc()