Searched refs:Row (Results 1 – 7 of 7) sorted by relevance
260 << "StackMap[" << Row() << "]" in Dump()287 uint32_t depth = Row() - stack_map.GetInlineInfoIndex(); in Dump()289 << "InlineInfo[" << Row() << "]" in Dump()
377 uint32_t depth = inline_info.Row() - stack_map.GetInlineInfoIndex(); in GetInlineDexRegisterMapOf()383 : inline_infos_.GetRow(inline_info.Row() - 1).GetNumberOfDexRegisters(); in GetInlineDexRegisterMapOf()397 DecodeDexRegisterMap(stack_map.Row(), first, &map); in GetDexRegisterMapOf()
102 *stack_map_row = stack_map.Row(); in ToNativeQuickPcForCatchHandlers()
162 CHECK_EQ(stack_map.Row(), stack_map_index); in BeginStackMapEntry()166 CHECK_EQ(stack_map.Row(), stack_map_index); in BeginStackMapEntry()
309 DCHECK_EQ(catch_stack_map.Row(), code_info.GetCatchStackMapForDexPc(dex_pc_list).Row()); in SetCatchEnvironmentForOptimizedHandler()
117 ALWAYS_INLINE uint32_t Row() const { return row_; } in Row() function
1123 LOG(FATAL_WITHOUT_ABORT) << "InlineInfo #" << inline_info.Row() in DumpB74410240DebugData()