Searched refs:LoadNullCheckedLocal (Results 1 – 2 of 2) sorted by relevance
102 HInstruction* LoadNullCheckedLocal(uint32_t register_index, uint32_t dex_pc);
227 HInstruction* HInstructionBuilder::LoadNullCheckedLocal(uint32_t register_index, uint32_t dex_pc) { in LoadNullCheckedLocal() function in art::HInstructionBuilder1103 : LoadNullCheckedLocal(obj_reg, invoke->GetDexPc()); in HandleInvoke()1213 : LoadNullCheckedLocal(obj_reg, dex_pc); in BuildInstanceFieldAccess()1483 HInstruction* object = LoadNullCheckedLocal(array_reg, dex_pc); in BuildArrayAccess()1550 HInstruction* array = LoadNullCheckedLocal(instruction.VRegA_31t(), dex_pc); in BuildFillArrayData()2677 HInstruction* object = LoadNullCheckedLocal(instruction.VRegB_12x(), dex_pc); in ProcessDexInstruction()