Home
last modified time | relevance | path

Searched refs:Row (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dstack_map.h350 DecodeDexRegisterMap(stack_map.Row(), /* first_dex_register= */ 0, &map); in GetDexRegisterMapOf()
360 uint32_t depth = inline_info.Row() - stack_map.GetInlineInfoIndex(); in GetInlineDexRegisterMapOf()
366 : inline_infos_.GetRow(inline_info.Row() - 1).GetNumberOfDexRegisters(); in GetInlineDexRegisterMapOf()
369 DecodeDexRegisterMap(stack_map.Row(), first, &map); in GetInlineDexRegisterMapOf()
Dstack_map.cc319 << "StackMap[" << Row() << "]" in Dump()
340 uint32_t depth = Row() - stack_map.GetInlineInfoIndex(); in Dump()
342 << "InlineInfo[" << Row() << "]" in Dump()
/art/compiler/optimizing/
Dstack_map_stream.cc130 CHECK_EQ(stack_map.Row(), stack_map_index); in BeginStackMapEntry()
133 CHECK_EQ(stack_map.Row(), stack_map_index); in BeginStackMapEntry()
/art/libartbase/base/
Dbit_table.h117 ALWAYS_INLINE uint32_t Row() const { return row_; } in Row() function
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1207 LOG(FATAL_WITHOUT_ABORT) << "InlineInfo #" << inline_info.Row() in DumpB74410240DebugData()