Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dstack_map_stream.cc233 uint32_t native_pc_max = 0; in ComputeInvokeInfoEncoding() local
239 native_pc_max = std::max(native_pc_max, entry.native_pc_code_offset.CompressedValue()); in ComputeInvokeInfoEncoding()
246 encoding->invoke_info.encoding.SetFromSizes(native_pc_max, invoke_type_max, method_index_max); in ComputeInvokeInfoEncoding()