Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/
H A Dallocation_record.h57 uint32_t GetDexPc() const { in GetDexPc() function
/aosp12/art/compiler/optimizing/
H A Dcode_generator.h130 uint32_t GetDexPc() const { in GetDexPc() function
H A Dnodes.h1166 uint32_t GetDexPc() const { return dex_pc_; } in GetDexPc() function
2098 uint32_t GetDexPc() const { in GetDexPc() function
2290 uint32_t GetDexPc() const { return dex_pc_; } in GetDexPc() function
/aosp12/art/runtime/
H A Dstack.cc119 uint32_t StackVisitor::GetDexPc(bool abort_on_failure) const { in GetDexPc() function in art::StackVisitor
/aosp12/art/libdexfile/dex/
H A Ddex_instruction.h633 uint32_t GetDexPc(const uint16_t* insns) const { in GetDexPc() function