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

  /art/runtime/entrypoints/portable/
portable_thread_entrypoints.cc 35 uint32_t dex_pc = cur_frame->GetDexPC();
  /art/runtime/
profiler.h 62 uint32_t GetDexPC() { return dex_pc_; }
77 return node1->GetDexPC() < node2->GetDexPC();
profiler.cc 73 uint32_t dex_pc_ = GetDexPc();
618 uint32_t dexpc = node->GetDexPC();
628 current->GetDexPC()));
stack.cc 60 return ThrowLocation(GetThisObject(), GetMethod(), GetDexPC());
105 uint32_t StackVisitor::GetDexPc(bool abort_on_failure) const {
107 return cur_shadow_frame_->GetDexPC();
443 next_dex_pc_ = GetDexPc();
486 result += StringPrintf("' at dex PC 0x%04x", GetDexPc());
stack.h 171 uint32_t GetDexPC() const {
535 uint32_t GetDexPc(bool abort_on_failure = true) const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
thread.cc     [all...]
  /art/runtime/interpreter/
interpreter_common.cc 56 shadow_frame.GetDexPC(), f);
140 shadow_frame.GetDexPC(), f);
236 shadow_frame.GetDexPC(), f, field_value);
345 shadow_frame.GetDexPC(), f, field_value);
407 uint32_t dex_pc = GetDexPc();
    [all...]
interpreter.cc 503 const uint32_t dex_pc = shadow_frame->GetDexPC();
interpreter_goto_table_impl.cc 144 uint32_t dex_pc = shadow_frame.GetDexPC();
    [all...]
interpreter_switch_impl.cc 29 inst->GetDexPc(insns), \
70 uint32_t dex_pc = shadow_frame.GetDexPC();
87 dex_pc = inst->GetDexPc(insns);
187 shadow_frame.GetMethod(), inst->GetDexPc(insns),
203 shadow_frame.GetMethod(), inst->GetDexPc(insns),
220 shadow_frame.GetMethod(), inst->GetDexPc(insns),
236 shadow_frame.GetMethod(), inst->GetDexPc(insns),
275 shadow_frame.GetMethod(), inst->GetDexPc(insns),
    [all...]

Completed in 373 milliseconds