HomeSort by relevance Sort by last modified time
    Searched refs:GetDexPc (Results 1 - 17 of 17) sorted by null

  /art/runtime/verifier/
dex_gc_map.cc 30 if (GetDexPc(i) == dex_pc) {
39 int mid_pc = GetDexPc(mid);
dex_gc_map.h 54 uint16_t GetDexPc(size_t index) const {
method_verifier.cc     [all...]
  /art/test/StackWalk/
stack_walk_jni.cc 59 CHECK_EQ(GetDexPc(), DexFile::kDexNoIndex);
75 CHECK_EQ(1U, GetDexPc());
79 CHECK_EQ(5U, GetDexPc());
84 CHECK_EQ(0xcU, GetDexPc());
88 CHECK_EQ(0xcU, GetDexPc());
93 CHECK_EQ(0x380U, GetDexPc());
97 CHECK_EQ(0x380U, GetDexPc());
  /art/runtime/
throw_location.h 53 uint32_t GetDexPc() const {
common_throws.cc 328 uint32_t throw_dex_pc = throw_location.GetDexPc();
356 throw_location.GetDexPc());
387 throw_location.GetDexPc());
418 throw_location.GetDexPc());
stack.cc 55 return ThrowLocation(GetThisObject(), GetMethod(), GetDexPC());
93 uint32_t StackVisitor::GetDexPc() const {
95 return cur_shadow_frame_->GetDexPC();
249 result += StringPrintf("' at dex PC 0x%04zx", GetDexPc());
thread.cc 802 line_number = dex_file.GetLineNumFromPC(m, GetDexPc());
    [all...]
dex_instruction.h 388 uint32_t GetDexPc(const uint16_t* insns) const {
stack.h 108 uint32_t GetDexPC() const {
419 uint32_t GetDexPc() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
instrumentation.cc 224 GetDexPc(), JValue());
debugger.cc     [all...]
monitor.cc     [all...]
jni_internal.cc 781 old_throw_dex_pc = old_throw_location.GetDexPc();
    [all...]
  /art/compiler/dex/
dex_to_dex_compiler.cc 106 inst = const_cast<Instruction*>(inst->Next()), dex_pc = inst->GetDexPc(insns)) {
  /art/runtime/interpreter/
interpreter.cc     [all...]
  /art/runtime/mirror/
class.cc 83 old_throw_dex_pc = old_throw_location.GetDexPc();

Completed in 291 milliseconds