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

  /art/test/004-ReferenceMap/
stack_walk_refmap_jni.cc 74 ref_bitmap = map.FindBitMap(m->NativePcOffset(m->ToNativePc(0x03U)));
78 ref_bitmap = map.FindBitMap(m->NativePcOffset(m->ToNativePc(0x06U)));
82 ref_bitmap = map.FindBitMap(m->NativePcOffset(m->ToNativePc(0x08U)));
86 ref_bitmap = map.FindBitMap(m->NativePcOffset(m->ToNativePc(0x0cU)));
90 ref_bitmap = map.FindBitMap(m->NativePcOffset(m->ToNativePc(0x0eU)));
94 ref_bitmap = map.FindBitMap(m->NativePcOffset(m->ToNativePc(0x10U)));
98 ref_bitmap = map.FindBitMap(m->NativePcOffset(m->ToNativePc(0x13U)));
108 ref_bitmap = map.FindBitMap(m->NativePcOffset(m->ToNativePc(0x18U)));
112 ref_bitmap = map.FindBitMap(m->NativePcOffset(m->ToNativePc(0x1aU)));
116 ref_bitmap = map.FindBitMap(m->NativePcOffset(m->ToNativePc(0x1dU)))
    [all...]
  /art/runtime/
mapping_table.h 82 uint32_t NativePcOffset() const {
159 uint32_t NativePcOffset() const {
stack.cc 151 return GetMethod()->NativePcOffset(cur_quick_frame_pc_);
thread.cc     [all...]
  /art/runtime/mirror/
art_method.cc 166 if (cur.NativePcOffset() == sought_offset) {
173 if (cur.NativePcOffset() == sought_offset) {
197 return reinterpret_cast<uintptr_t>(entry_point) + cur.NativePcOffset();
204 return reinterpret_cast<uintptr_t>(entry_point) + cur.NativePcOffset();
art_method-inl.h 348 inline uintptr_t ArtMethod::NativePcOffset(const uintptr_t pc) {
353 inline uintptr_t ArtMethod::NativePcOffset(const uintptr_t pc, const void* quick_entry_point) {
art_method.h 475 uintptr_t NativePcOffset(const uintptr_t pc) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
476 uintptr_t NativePcOffset(const uintptr_t pc, const void* quick_entry_point)
  /art/compiler/dex/quick/
codegen_util.cc 45 line = StringPrintf(" {0x%05x, 0x%04x},", first.NativePcOffset(), first.DexPc());
733 CHECK_EQ(tgt_lir->offset, it.NativePcOffset());
738 CHECK_EQ(tgt_lir->offset, it2.NativePcOffset());
753 uint32_t native_offset = it.NativePcOffset();
769 uint32_t native_offset = it.NativePcOffset();
    [all...]
  /art/compiler/optimizing/
code_generator.cc 351 CHECK_EQ(pc_info.native_pc, it.NativePcOffset());
  /art/oatdump/
oatdump.cc 785 indent_os << StringPrintf("0x%04x -> 0x%04x\n", cur.NativePcOffset(), cur.DexPc());
793 indent_os << StringPrintf("0x%04x -> 0x%04x\n", cur.NativePcOffset(), cur.DexPc());
806 if (offset == cur.NativePcOffset()) {
    [all...]

Completed in 241 milliseconds