Home
last modified time | relevance | path

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

/art/libartbase/base/
Dhash_set.h370 size_t next_index = empty_index; in erase() local
373 next_index = NextIndex(next_index); in erase()
374 T& next_element = ElementForIndex(next_index); in erase()
386 size_t unwrapped_next_index = next_index; in erase()
401 empty_index = next_index; in erase()
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S915 .macro LOAD_LONG_TO_REG reg1, reg2, next_arg, index_reg, next_index, label
919 li $\index_reg, \next_index
951 .macro LOAD_END index_reg, next_index, label
953 li $\index_reg, \next_index
/art/compiler/optimizing/
Dnodes.h2502 size_t next_index = next->GetIndex(); in FixUpUserRecordsAfterUseRemoval() local
2503 DCHECK(next_user->InputRecordAt(next_index).GetInstruction() == this); in FixUpUserRecordsAfterUseRemoval()
2504 next_user->SetRawInputRecordAt(next_index, HUserRecord<HInstruction*>(this, before_use_node)); in FixUpUserRecordsAfterUseRemoval()
2522 size_t next_index = next->GetIndex(); in FixUpUserRecordsAfterEnvUseRemoval() local
2523 DCHECK(next_user->vregs_[next_index].GetInstruction() == this); in FixUpUserRecordsAfterEnvUseRemoval()
2524 next_user->vregs_[next_index] = HUserRecord<HEnvironment*>(this, before_env_use_node); in FixUpUserRecordsAfterEnvUseRemoval()