Searched refs:Row (Results 1 – 5 of 5) sorted by relevance
363 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()
283 << "StackMap[" << Row() << "]" in Dump()304 uint32_t depth = Row() - stack_map.GetInlineInfoIndex(); in Dump()306 << "InlineInfo[" << Row() << "]" in Dump()
118 CHECK_EQ(stack_map.Row(), stack_map_index); in BeginStackMapEntry()121 CHECK_EQ(stack_map.Row(), stack_map_index); in BeginStackMapEntry()
117 ALWAYS_INLINE uint32_t Row() const { return row_; } in Row() function
1289 LOG(FATAL_WITHOUT_ABORT) << "InlineInfo #" << inline_info.Row() in DumpB74410240DebugData()