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

  /art/compiler/optimizing/
stack_map_stream.cc 224 uint32_t native_pc_max = 0; local
230 native_pc_max = std::max(native_pc_max, entry.native_pc_code_offset.CompressedValue());
237 encoding->invoke_info.encoding.SetFromSizes(native_pc_max, invoke_type_max, method_index_max);
  /art/runtime/
stack_map.h 703 size_t SetFromSizes(size_t native_pc_max,
711 total_bit_size_ += MinimumBitsToStore(native_pc_max);
    [all...]

Completed in 58 milliseconds