Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dstack_map_stream.cc221 InlineInfoEntry inline_entry = inline_infos_[inline_info_index++]; in ComputeDexRegisterMapsSize() local
222 size += ComputeDexRegisterMapSize(inline_entry.num_dex_registers, in ComputeDexRegisterMapsSize()
223 inline_entry.live_dex_registers_mask); in ComputeDexRegisterMapsSize()
237 InlineInfoEntry inline_entry = inline_infos_[inline_info_index++]; in ComputeInlineInfoEncoding() local
238 method_index_max = std::max(method_index_max, inline_entry.method_index); in ComputeInlineInfoEncoding()
239 dex_pc_max = std::max(dex_pc_max, inline_entry.dex_pc); in ComputeInlineInfoEncoding()
240 invoke_type_max = std::max(invoke_type_max, static_cast<uint32_t>(inline_entry.invoke_type)); in ComputeInlineInfoEncoding()
353 InlineInfoEntry inline_entry = inline_infos_[depth + entry.inline_infos_start_index]; in FillIn() local
354 inline_info.SetMethodIndexAtDepth(inline_info_encoding_, depth, inline_entry.method_index); in FillIn()
355 inline_info.SetDexPcAtDepth(inline_info_encoding_, depth, inline_entry.dex_pc); in FillIn()
[all …]