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

  /art/compiler/optimizing/
stack_map_stream.cc 44 current_entry_.dex_register_entry.locations_start_index = dex_register_locations_.size();
122 current_inline_info_.dex_register_entry.locations_start_index = dex_register_locations_.size();
289 entry.locations_start_index);
502 DCHECK_LE(a.locations_start_index,
504 DCHECK_LE(b.locations_start_index,
506 auto a_begin = dex_register_locations_.begin() + a.locations_start_index;
507 auto b_begin = dex_register_locations_.begin() + b.locations_start_index;
646 entry.dex_register_entry.locations_start_index);
677 inline_entry.dex_register_entry.locations_start_index);
stack_map_stream.h 103 size_t locations_start_index; member in class:art::StackMapStream::DexRegisterMapEntry

Completed in 142 milliseconds