Home
last modified time | relevance | path

Searched refs:GetDexRegisterMapOffsetAtDepth (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dstack_map.h1044 ALWAYS_INLINE uint32_t GetDexRegisterMapOffsetAtDepth(const InlineInfoEncoding& encoding, in GetDexRegisterMapOffsetAtDepth() function
1057 return GetDexRegisterMapOffsetAtDepth(encoding, depth) != StackMap::kNoDexRegisterMap; in HasDexRegisterMapAtDepth()
1463 inline_info.GetDexRegisterMapOffsetAtDepth(encoding.inline_info.encoding, depth); in GetDexRegisterMapAtDepth()
/art/compiler/optimizing/
Dstack_map_test.cc502 EXPECT_EQ(inline_info.GetDexRegisterMapOffsetAtDepth(encoding.inline_info.encoding, 0), in TEST()