Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dstack_map_stream.cc230 uint32_t method_index_max = 0; in ComputeInlineInfoEncoding() local
238 method_index_max = std::max(method_index_max, inline_entry.method_index); in ComputeInlineInfoEncoding()
245 inline_info_encoding_.SetFromSizes(method_index_max, in ComputeInlineInfoEncoding()
/art/runtime/
Dstack_map.h887 void SetFromSizes(size_t method_index_max, in SetFromSizes() argument
892 total_bit_size_ += MinimumBitsToStore(method_index_max); in SetFromSizes()