Lines Matching refs:GetLocations
109 LocationSummary* locations = instruction->GetLocations(); in CheckTypeConsistency()
461 LocationSummary* locations = invoke->GetLocations(); in PrepareCriticalNativeArgumentMoves()
535 MoveConstant(invoke->GetLocations()->GetTemp(0), method_reference.index); in GenerateInvokeUnresolvedRuntimeCall()
573 MoveConstant(invoke->GetLocations()->GetTemp(0), invoke->GetCallSiteIndex()); in GenerateInvokeCustomCall()
584 instruction->GetLocations()->SetInAt(instruction->FormatIndex(), in CreateStringBuilderAppendLocations()
685 LocationSummary* locations = field_access->GetLocations(); in GenerateUnresolvedFieldAccess()
769 LocationSummary* locations = cls->GetLocations(); in GenerateLoadClassRuntimeCall()
794 LocationSummary* locations = method_handle->GetLocations(); in GenerateLoadMethodHandleRuntimeCall()
814 LocationSummary* locations = method_type->GetLocations(); in GenerateLoadMethodTypeRuntimeCall()
908 LocationSummary* locations = instruction->GetLocations(); in AllocateLocations()
1174 LocationSummary* locations = instruction->GetLocations(); in RecordPcInfo()
1493 Location location = current_phi->GetLocations()->Out(); in EmitVRegInfoOnlyCatchPhis()
1602 LocationSummary* locations = suspend_check->GetLocations(); in ClearSpillSlotsFromLoopPhisInStackMap()
1647 DCHECK(instruction->GetLocations()->WillCall()) in ValidateInvokeRuntime()
1650 DCHECK(instruction->GetLocations()->CallsOnSlowPath() || slow_path->IsFatal()) in ValidateInvokeRuntime()
1668 DCHECK((slow_path->IsFatal() && !instruction->GetLocations()->WillCall()) || in ValidateInvokeRuntime()
1681 (instruction->IsInvokeVirtual() && instruction->GetLocations()->Intrinsified())))) in ValidateInvokeRuntime()
1696 || instruction->GetLocations()->CanCall() in ValidateInvokeRuntime()
1703 DCHECK(instruction->GetLocations()->OnlyCallsOnSlowPath()) in ValidateInvokeRuntimeWithoutRecordingPcInfo()
1719 (instruction->IsInvoke() && instruction->GetLocations()->Intrinsified())) in ValidateInvokeRuntimeWithoutRecordingPcInfo()