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

  /art/compiler/optimizing/
code_generator.cc 281 uint32_t max_native_offset = 0; local
284 if (native_offset > max_native_offset) {
285 max_native_offset = native_offset;
289 GcMapBuilder builder(data, pc_infos_.Size(), max_native_offset, dex_gc_map.RegWidth());
  /art/compiler/dex/quick/
codegen_util.cc 737 uint32_t max_native_offset = 0; local
740 if (native_offset > max_native_offset) {
741 max_native_offset = native_offset;
752 max_native_offset, dex_gc_map.RegWidth());
    [all...]

Completed in 135 milliseconds