Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.h57 uint32_t GetDexPc() const { in GetDexPc() function
/art/compiler/optimizing/
Dcode_generator.h129 uint32_t GetDexPc() const { in GetDexPc() function
Dnodes.h1029 uint32_t GetDexPc() const { return dex_pc_; } in GetDexPc() function
1921 uint32_t GetDexPc() const { in GetDexPc() function
2038 uint32_t GetDexPc() const { return dex_pc_; } in GetDexPc() function
/art/runtime/
Dstack.cc113 uint32_t StackVisitor::GetDexPc(bool abort_on_failure) const { in GetDexPc() function in art::StackVisitor
Dstack_map.h810 ALWAYS_INLINE uint32_t GetDexPc(const StackMapEncoding& encoding) const { in GetDexPc() function
/art/libdexfile/dex/
Ddex_instruction.h626 uint32_t GetDexPc(const uint16_t* insns) const { in GetDexPc() function