Searched refs:LoadNullCheckedLocal (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dinstruction_builder.h90 HInstruction* LoadNullCheckedLocal(uint32_t register_index, uint32_t dex_pc);
H A Dinstruction_builder.cc218 HInstruction* HInstructionBuilder::LoadNullCheckedLocal(uint32_t register_index, uint32_t dex_pc) { function in class:art::HInstructionBuilder
1099 HInstruction* arg = LoadNullCheckedLocal(is_range ? register_index : args[0],
1207 HInstruction* object = LoadNullCheckedLocal(obj_reg, dex_pc);
1461 HInstruction* object = LoadNullCheckedLocal(array_reg, dex_pc);
1536 HInstruction* array = LoadNullCheckedLocal(instruction.VRegA_31t(), dex_pc);
2581 HInstruction* object = LoadNullCheckedLocal(instruction.VRegB_12x(), dex_pc);

Completed in 7 milliseconds