Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_builder.h88 HInstruction* LoadNullCheckedLocal(uint32_t register_index, uint32_t dex_pc);
Dinstruction_builder.cc271 HInstruction* HInstructionBuilder::LoadNullCheckedLocal(uint32_t register_index, uint32_t dex_pc) { in LoadNullCheckedLocal() function in art::HInstructionBuilder
1493 : LoadNullCheckedLocal(obj_reg, invoke->GetDexPc()); in SetupInvokeArguments()
1832 : LoadNullCheckedLocal(obj_reg, dex_pc); in BuildInstanceFieldAccess()
2078 HInstruction* object = LoadNullCheckedLocal(array_reg, dex_pc); in BuildArrayAccess()
2157 HInstruction* array = LoadNullCheckedLocal(instruction.VRegA_31t(), dex_pc); in BuildFillArrayData()
3311 HInstruction* object = LoadNullCheckedLocal(instruction.VRegB_12x(), dex_pc); in ProcessDexInstruction()