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

  /art/compiler/optimizing/
stack_map_stream.cc 227 size_t invoke_type_max = 0; local
232 invoke_type_max = std::max(invoke_type_max, static_cast<size_t>(entry.invoke_type));
237 encoding->invoke_info.encoding.SetFromSizes(native_pc_max, invoke_type_max, method_index_max);
  /art/runtime/
stack_map.h     [all...]

Completed in 329 milliseconds