HomeSort by relevance Sort by last modified time
    Searched refs:method_index_max (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
stack_map_stream.cc 225 uint16_t method_index_max = 0; local
231 method_index_max = std::max(method_index_max, static_cast<uint16_t>(entry.dex_method_index));
237 encoding->invoke_info.encoding.SetFromSizes(native_pc_max, invoke_type_max, method_index_max);
242 uint32_t method_index_max = 0; local
251 method_index_max = std::max(method_index_max, inline_entry.dex_method_index_idx);
254 method_index_max = std::max(
255 method_index_max, High32Bits(reinterpret_cast<uintptr_t>(inline_entry.method)));
267 encoding->SetFromSizes(method_index_max, dex_pc_max, extra_data_max, dex_register_maps_bytes)
    [all...]
  /art/runtime/
stack_map.h     [all...]

Completed in 425 milliseconds