Searched refs:reg_number (Results 1 – 2 of 2) sorted by relevance
514 HInstruction* HInstructionBuilder::LoadLocal(uint32_t reg_number, DataType::Type type) const { in LoadLocal() argument515 HInstruction* value = (*current_locals_)[reg_number]; in LoadLocal()531 void HInstructionBuilder::UpdateLocal(uint32_t reg_number, HInstruction* stored_value) { in UpdateLocal() argument544 if (reg_number != 0) { in UpdateLocal()545 HInstruction* local_low = (*current_locals_)[reg_number - 1]; in UpdateLocal()549 DCHECK((*current_locals_)[reg_number] == nullptr); in UpdateLocal()550 (*current_locals_)[reg_number - 1] = nullptr; in UpdateLocal()554 (*current_locals_)[reg_number] = stored_value; in UpdateLocal()557 (*current_locals_)[reg_number + 1] = nullptr; in UpdateLocal()2494 uint32_t reg_number = instruction.VRegB(); in ProcessDexInstruction() local[all …]
2840 uint32_t reg_number,2852 reg_number_(reg_number) { in HVariableInputSizeInstruction()