Searched refs:method_index_max (Results 1 – 2 of 2) sorted by relevance
230 uint32_t method_index_max = 0; in ComputeInlineInfoEncoding() local238 method_index_max = std::max(method_index_max, inline_entry.method_index); in ComputeInlineInfoEncoding()245 inline_info_encoding_.SetFromSizes(method_index_max, in ComputeInlineInfoEncoding()
887 void SetFromSizes(size_t method_index_max, in SetFromSizes() argument892 total_bit_size_ += MinimumBitsToStore(method_index_max); in SetFromSizes()