Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_builder.h83 HInstruction* LoadNullCheckedLocal(uint32_t register_index, uint32_t dex_pc);
Dinstruction_builder.cc308 HInstruction* HInstructionBuilder::LoadNullCheckedLocal(uint32_t register_index, uint32_t dex_pc) { in LoadNullCheckedLocal() function in art::HInstructionBuilder
1614 : LoadNullCheckedLocal(obj_reg, invoke->GetDexPc()); in SetupInvokeArguments()
1948 : LoadNullCheckedLocal(obj_reg, dex_pc); in BuildInstanceFieldAccess()
2213 HInstruction* object = LoadNullCheckedLocal(array_reg, dex_pc); in BuildArrayAccess()
2292 HInstruction* array = LoadNullCheckedLocal(instruction.VRegA_31t(), dex_pc); in BuildFillArrayData()
3465 HInstruction* object = LoadNullCheckedLocal(instruction.VRegB_12x(), dex_pc); in ProcessDexInstruction()