Searched refs:LoadNullCheckedLocal (Results 1 – 2 of 2) sorted by relevance
90 HInstruction* LoadNullCheckedLocal(uint32_t register_index, uint32_t dex_pc);
272 HInstruction* HInstructionBuilder::LoadNullCheckedLocal(uint32_t register_index, uint32_t dex_pc) { in LoadNullCheckedLocal() function in art::HInstructionBuilder1471 : LoadNullCheckedLocal(obj_reg, invoke->GetDexPc()); in HandleInvoke()1571 : LoadNullCheckedLocal(obj_reg, dex_pc); in BuildInstanceFieldAccess()1805 HInstruction* object = LoadNullCheckedLocal(array_reg, dex_pc); in BuildArrayAccess()1884 HInstruction* array = LoadNullCheckedLocal(instruction.VRegA_31t(), dex_pc); in BuildFillArrayData()3038 HInstruction* object = LoadNullCheckedLocal(instruction.VRegB_12x(), dex_pc); in ProcessDexInstruction()