Home
last modified time | relevance | path

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

/art/runtime/
Dstack_map.h363 DecodeDexRegisterMap(stack_map.Row(), /* first_dex_register= */ 0, &map); in GetDexRegisterMapOf()
373 uint32_t depth = inline_info.Row() - stack_map.GetInlineInfoIndex(); in GetInlineDexRegisterMapOf()
379 : inline_infos_.GetRow(inline_info.Row() - 1).GetNumberOfDexRegisters(); in GetInlineDexRegisterMapOf()
382 DecodeDexRegisterMap(stack_map.Row(), first, &map); in GetInlineDexRegisterMapOf()
Dstack_map.cc283 << "StackMap[" << Row() << "]" in Dump()
304 uint32_t depth = Row() - stack_map.GetInlineInfoIndex(); in Dump()
306 << "InlineInfo[" << Row() << "]" in Dump()
/art/compiler/optimizing/
Dstack_map_stream.cc118 CHECK_EQ(stack_map.Row(), stack_map_index); in BeginStackMapEntry()
121 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.cc1289 LOG(FATAL_WITHOUT_ABORT) << "InlineInfo #" << inline_info.Row() in DumpB74410240DebugData()