Home
last modified time | relevance | path

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

/art/runtime/verifier/
Ddex_gc_map.h56 uint16_t GetDexPc(size_t index) const { in GetDexPc() function
/art/compiler/optimizing/
Dnodes.h749 uint32_t GetDexPc() const { return dex_pc_; } in GetDexPc() function
1180 uint32_t GetDexPc() const { in GetDexPc() function
1338 virtual uint32_t GetDexPc() const { in GetDexPc() function
1820 uint32_t GetDexPc() const OVERRIDE { return dex_pc_; } in GetDexPc() function
2142 uint32_t GetDexPc() const { return dex_pc_; } in GetDexPc() function
2396 uint32_t GetDexPc() const OVERRIDE { return dex_pc_; } in GetDexPc() function
2613 uint32_t GetDexPc() const OVERRIDE { return dex_pc_; } in GetDexPc() function
2665 uint32_t GetDexPc() const OVERRIDE { return dex_pc_; } in GetDexPc() function
2760 uint32_t GetDexPc() const OVERRIDE { return dex_pc_; } in GetDexPc() function
2787 uint32_t GetDexPc() const OVERRIDE { return dex_pc_; } in GetDexPc() function
[all …]
/art/runtime/
Dstack_map.cc105 uint32_t StackMap::GetDexPc(const CodeInfo& info) const { in GetDexPc() function in art::StackMap
Ddex_instruction.h518 uint32_t GetDexPc(const uint16_t* insns) const { in GetDexPc() function
Dstack.cc110 uint32_t StackVisitor::GetDexPc(bool abort_on_failure) const { in GetDexPc() function in art::StackVisitor