Home
last modified time | relevance | path

Searched refs:next_index (Results 1 – 3 of 3) sorted by relevance

/art/runtime/base/
Dhash_set.h320 size_t next_index = empty_index; in Erase() local
323 next_index = NextIndex(next_index); in Erase()
324 T& next_element = ElementForIndex(next_index); in Erase()
336 size_t unwrapped_next_index = next_index; in Erase()
351 empty_index = next_index; in Erase()
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S868 .macro LOAD_LONG_TO_REG reg1, reg2, next_arg, index_reg, next_index, label
872 li $\index_reg, \next_index
904 .macro LOAD_END index_reg, next_index, label
906 li $\index_reg, \next_index
/art/compiler/optimizing/
Dnodes.h2288 size_t next_index = next->GetIndex(); in FixUpUserRecordsAfterUseRemoval() local
2289 DCHECK(next_user->InputRecordAt(next_index).GetInstruction() == this); in FixUpUserRecordsAfterUseRemoval()
2290 next_user->SetRawInputRecordAt(next_index, HUserRecord<HInstruction*>(this, before_use_node)); in FixUpUserRecordsAfterUseRemoval()
2308 size_t next_index = next->GetIndex(); in FixUpUserRecordsAfterEnvUseRemoval() local
2309 DCHECK(next_user->vregs_[next_index].GetInstruction() == this); in FixUpUserRecordsAfterEnvUseRemoval()
2310 next_user->vregs_[next_index] = HUserRecord<HEnvironment*>(this, before_env_use_node); in FixUpUserRecordsAfterEnvUseRemoval()