Lines Matching refs:HInstruction

103 static bool CheckTypeConsistency(HInstruction* instruction) {  in CheckTypeConsistency()
331 DisassemblyScope(HInstruction* instruction, const CodeGenerator& codegen) in DisassemblyScope()
348 HInstruction* instruction_;
413 HInstruction* current = it.Current(); in Compile()
499 HInstruction* input = invoke->InputAt(i); in CreateCommonInvokeLocationSummary()
699 HInstruction* field_access, in CreateUnresolvedFieldLocationSummary()
749 HInstruction* field_access, in GenerateUnresolvedFieldAccess()
953 void CodeGenerator::AllocateLocations(HInstruction* instruction) { in AllocateLocations()
1152 static bool NeedsVregInfo(HInstruction* instruction, bool osr) { in NeedsVregInfo()
1161 void CodeGenerator::RecordPcInfo(HInstruction* instruction, in RecordPcInfo()
1168 void CodeGenerator::RecordPcInfo(HInstruction* instruction, in RecordPcInfo()
1261 HInstruction* in_environment = environment->GetInstructionAt(i); in RecordPcInfo()
1288 void CodeGenerator::MaybeRecordNativeDebugInfo(HInstruction* instruction, in MaybeRecordNativeDebugInfo()
1318 HInstruction* current_phi = block->GetFirstPhi(); in RecordCatchBlockInfo()
1321 HInstruction* next_phi = current_phi->GetNext(); in RecordCatchBlockInfo()
1369 HInstruction* current = environment->GetInstructionAt(i); in EmitVRegInfo()
1544 void CodeGenerator::MaybeRecordImplicitNullCheck(HInstruction* instr) { in MaybeRecordImplicitNullCheck()
1551 LocationSummary* CodeGenerator::CreateThrowingSlowPathLocations(HInstruction* instruction, in CreateThrowingSlowPathLocations()
1614 HInstruction* instruction, in ValidateInvokeRuntime()
1673 void CodeGenerator::ValidateInvokeRuntimeWithoutRecordingPcInfo(HInstruction* instruction, in ValidateInvokeRuntimeWithoutRecordingPcInfo()