Searched defs:method_index_max (Results 1 - 2 of 2) sorted by relevance

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

Completed in 123 milliseconds