Searched refs:locations_start_index (Results 1 – 2 of 2) sorted by relevance
44 current_entry_.dex_register_entry.locations_start_index = dex_register_locations_.size(); in BeginStackMapEntry()128 current_inline_info_.dex_register_entry.locations_start_index = dex_register_locations_.size(); in BeginInlineInfoEntry()298 entry.locations_start_index); in MaybeCopyDexRegisterMap()511 DCHECK_LE(a.locations_start_index, in DexRegisterMapEntryEquals()513 DCHECK_LE(b.locations_start_index, in DexRegisterMapEntryEquals()515 auto a_begin = dex_register_locations_.begin() + a.locations_start_index; in DexRegisterMapEntryEquals()516 auto b_begin = dex_register_locations_.begin() + b.locations_start_index; in DexRegisterMapEntryEquals()655 entry.dex_register_entry.locations_start_index); in CheckCodeInfo()686 inline_entry.dex_register_entry.locations_start_index); in CheckCodeInfo()
102 size_t locations_start_index; variable