Home
last modified time | relevance | path

Searched refs:GetNativePcOffset (Results 1 – 8 of 8) sorted by relevance

/art/runtime/
Dgc_map.h46 uintptr_t GetNativePcOffset(size_t index) const { in GetNativePcOffset() function
58 if (GetNativePcOffset(i) == native_pc_offset) { in HasEntry()
70 while (GetNativePcOffset(index) != native_pc_offset) { in FindBitMap()
Dstack_map.cc113 uint32_t StackMap::GetNativePcOffset(const CodeInfo& info) const { in GetNativePcOffset() function in art::StackMap
216 << ", native_pc_offset=0x" << stack_map.GetNativePcOffset(*this) in DumpStackMapHeader()
Dstack_map.h694 uint32_t GetNativePcOffset(const CodeInfo& info) const;
989 if (stack_map.GetNativePcOffset(*this) == native_pc_offset) { in GetStackMapForNativePcOffset()
Dstack.h446 size_t GetNativePcOffset() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dstack.cc159 size_t StackVisitor::GetNativePcOffset() const { in GetNativePcOffset() function in art::StackVisitor
/art/test/004-StackWalk/
Dstack_walk_jni.cc25 CheckReferences(t, t_size, GetNativePcOffset()); \
/art/compiler/optimizing/
Dstack_map_test.cc71 ASSERT_EQ(64u, stack_map.GetNativePcOffset(code_info)); in TEST()
167 ASSERT_EQ(64u, stack_map.GetNativePcOffset(code_info)); in TEST()
224 ASSERT_EQ(128u, stack_map.GetNativePcOffset(code_info)); in TEST()
306 ASSERT_EQ(64u, stack_map.GetNativePcOffset(code_info)); in TEST()
496 ASSERT_EQ(64u, stack_map.GetNativePcOffset(code_info)); in TEST()
/art/oatdump/
Doatdump.cc1169 map.GetNativePcOffset(entry); in DumpGcMap()