Searched defs:GetDexPc (Results 1 – 5 of 5) sorted by relevance
56 uint16_t GetDexPc(size_t index) const { in GetDexPc() function
749 uint32_t GetDexPc() const { return dex_pc_; } in GetDexPc() function1180 uint32_t GetDexPc() const { in GetDexPc() function1338 virtual uint32_t GetDexPc() const { in GetDexPc() function1820 uint32_t GetDexPc() const OVERRIDE { return dex_pc_; } in GetDexPc() function2142 uint32_t GetDexPc() const { return dex_pc_; } in GetDexPc() function2396 uint32_t GetDexPc() const OVERRIDE { return dex_pc_; } in GetDexPc() function2613 uint32_t GetDexPc() const OVERRIDE { return dex_pc_; } in GetDexPc() function2665 uint32_t GetDexPc() const OVERRIDE { return dex_pc_; } in GetDexPc() function2760 uint32_t GetDexPc() const OVERRIDE { return dex_pc_; } in GetDexPc() function2787 uint32_t GetDexPc() const OVERRIDE { return dex_pc_; } in GetDexPc() function[all …]
105 uint32_t StackMap::GetDexPc(const CodeInfo& info) const { in GetDexPc() function in art::StackMap
518 uint32_t GetDexPc(const uint16_t* insns) const { in GetDexPc() function
110 uint32_t StackVisitor::GetDexPc(bool abort_on_failure) const { in GetDexPc() function in art::StackVisitor