Searched defs:dex_pc (Results 1 – 5 of 5) sorted by relevance
65 uint64_t dex_pc() { return dex_pc_; } in dex_pc() function66 void set_dex_pc(uint64_t dex_pc) { dex_pc_ = dex_pc; } in set_dex_pc()
45 bool IsValidPc(uint64_t dex_pc) { in IsValidPc()
129 bool DexFile::GetFunctionName(uint64_t dex_pc, SharedString* method_name, uint64_t* method_offset) { in GetFunctionName()
59 uint64_t dex_pc = regs_->dex_pc(); in FillInDexFrame() local
60 void FakeSetDexPc(uint64_t dex_pc) { dex_pc_ = dex_pc; } in FakeSetDexPc()