Home
last modified time | relevance | path

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

/art/runtime/oat/
Dstack_map.cc260 << "StackMap[" << Row() << "]" in Dump()
287 uint32_t depth = Row() - stack_map.GetInlineInfoIndex(); in Dump()
289 << "InlineInfo[" << Row() << "]" in Dump()
Dstack_map.h377 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()
Doat_quick_method_header.cc102 *stack_map_row = stack_map.Row(); in ToNativeQuickPcForCatchHandlers()
/art/compiler/optimizing/
Dstack_map_stream.cc162 CHECK_EQ(stack_map.Row(), stack_map_index); in BeginStackMapEntry()
166 CHECK_EQ(stack_map.Row(), stack_map_index); in BeginStackMapEntry()
/art/runtime/
Dquick_exception_handler.cc309 DCHECK_EQ(catch_stack_map.Row(), code_info.GetCatchStackMapForDexPc(dex_pc_list).Row()); in SetCatchEnvironmentForOptimizedHandler()
/art/libartbase/base/
Dbit_table.h117 ALWAYS_INLINE uint32_t Row() const { return row_; } in Row() function
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1123 LOG(FATAL_WITHOUT_ABORT) << "InlineInfo #" << inline_info.Row() in DumpB74410240DebugData()