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

1 2

  /art/test/004-StackWalk/
stack_walk_jni.cc 57 CHECK_EQ(GetDexPc(), DexFile::kDexNoIndex);
72 CHECK_EQ(1U, GetDexPc());
76 CHECK_EQ(5U, GetDexPc());
81 CHECK_EQ(0xcU, GetDexPc());
85 CHECK_EQ(0xcU, GetDexPc());
90 CHECK_EQ(0x380U, GetDexPc());
94 CHECK_EQ(0x380U, GetDexPc());
  /art/runtime/verifier/
dex_gc_map.cc 30 if (GetDexPc(i) == dex_pc) {
39 int mid_pc = GetDexPc(mid);
dex_gc_map.h 56 uint16_t GetDexPc(size_t index) const {
  /art/runtime/
throw_location.h 63 uint32_t GetDexPc() const {
stack_map.h 140 uint32_t GetDexPc() const {
270 if (stack_map.GetDexPc() == dex_pc) {
common_throws.cc 368 uint32_t throw_dex_pc = throw_location.GetDexPc();
396 throw_location.GetDexPc());
427 throw_location.GetDexPc());
458 throw_location.GetDexPc());
quick_exception_handler.cc 87 dex_pc = GetDexPc();
205 uint32_t dex_pc = 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();
434 next_dex_pc_ = GetDexPc();
477 result += StringPrintf("' at dex PC 0x%04x", GetDexPc());
thread.cc     [all...]
dex_instruction.h 520 uint32_t GetDexPc(const uint16_t* insns) const {
stack.h 170 uint32_t GetDexPC() const {
521 uint32_t GetDexPc(bool abort_on_failure = true) const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
monitor.cc     [all...]
profiler.cc 73 uint32_t dex_pc_ = GetDexPc();
618 uint32_t dexpc = node->GetDexPC();
628 current->GetDexPC()));
debugger.cc     [all...]
instrumentation.cc 386 GetDexPc(), JValue());
    [all...]
  /art/compiler/optimizing/
stack_map_test.cc 56 ASSERT_EQ(0u, stack_map.GetDexPc());
103 ASSERT_EQ(0u, stack_map.GetDexPc());
124 ASSERT_EQ(1u, stack_map.GetDexPc());
nodes.h     [all...]
code_generator_x86_64.cc 744 codegen_->RecordPcInfo(invoke->GetDexPc());
895 codegen_->RecordPcInfo(instruction->GetDexPc());
    [all...]
code_generator_arm.cc 862 codegen_->RecordPcInfo(invoke->GetDexPc());
    [all...]
code_generator_x86.cc 802 codegen_->RecordPcInfo(invoke->GetDexPc());
    [all...]
  /art/compiler/dex/
verified_method.cc 149 DCHECK_EQ(map.GetDexPc(map_index), i);
215 uint32_t dex_pc = inst->GetDexPc(insns);
283 uint32_t dex_pc = inst->GetDexPc(code_item->insns_);
dex_to_dex_compiler.cc 101 inst = const_cast<Instruction*>(inst->Next()), dex_pc = inst->GetDexPc(insns)) {
  /art/runtime/interpreter/
interpreter_switch_impl.cc 29 inst->GetDexPc(insns), \
70 uint32_t dex_pc = shadow_frame.GetDexPC();
84 dex_pc = inst->GetDexPc(insns);
183 shadow_frame.GetMethod(), inst->GetDexPc(insns),
199 shadow_frame.GetMethod(), inst->GetDexPc(insns),
216 shadow_frame.GetMethod(), inst->GetDexPc(insns),
232 shadow_frame.GetMethod(), inst->GetDexPc(insns),
271 shadow_frame.GetMethod(), inst->GetDexPc(insns),
    [all...]
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...]
  /art/runtime/mirror/
class.cc 88 uint32_t old_throw_dex_pc = old_throw_location.GetDexPc();

Completed in 671 milliseconds

1 2