Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dstack_map_stream.cc234 uint16_t method_index_max = 0; in ComputeInvokeInfoEncoding() local
240 method_index_max = std::max(method_index_max, static_cast<uint16_t>(entry.dex_method_index)); in ComputeInvokeInfoEncoding()
246 encoding->invoke_info.encoding.SetFromSizes(native_pc_max, invoke_type_max, method_index_max); in ComputeInvokeInfoEncoding()
251 uint32_t method_index_max = 0; in ComputeInlineInfoEncoding() local
260 method_index_max = std::max(method_index_max, inline_entry.dex_method_index_idx); in ComputeInlineInfoEncoding()
263 method_index_max = std::max( in ComputeInlineInfoEncoding()
264 method_index_max, High32Bits(reinterpret_cast<uintptr_t>(inline_entry.method))); in ComputeInlineInfoEncoding()
276 encoding->SetFromSizes(method_index_max, dex_pc_max, extra_data_max, dex_register_maps_bytes); in ComputeInlineInfoEncoding()