Lines Matching refs:GetLocations
111 LocationSummary* locations = instruction->GetLocations(); in CheckTypeConsistency()
539 MoveConstant(invoke->GetLocations()->GetTemp(0), invoke->GetDexMethodIndex()); in GenerateInvokeUnresolvedRuntimeCall()
567 MoveConstant(invoke->GetLocations()->GetTemp(0), static_cast<int32_t>(invoke->GetType())); in GenerateInvokePolymorphicCall()
628 LocationSummary* locations = field_access->GetLocations(); in GenerateUnresolvedFieldAccess()
711 LocationSummary* locations = cls->GetLocations(); in GenerateLoadClassRuntimeCall()
754 LocationSummary* locations = instruction->GetLocations(); in AllocateLocations()
989 LocationSummary* locations = instruction->GetLocations(); in RecordPcInfo()
1138 Location location = current_phi->GetLocations()->Out(); in RecordCatchBlockInfo()
1413 LocationSummary* locations = suspend_check->GetLocations(); in ClearSpillSlotsFromLoopPhisInStackMap()
1447 DCHECK(instruction->GetLocations()->WillCall()) in ValidateInvokeRuntime()
1450 DCHECK(instruction->GetLocations()->CallsOnSlowPath() || slow_path->IsFatal()) in ValidateInvokeRuntime()
1477 (instruction->IsInvokeVirtual() && instruction->GetLocations()->Intrinsified())))) in ValidateInvokeRuntime()
1491 || instruction->GetLocations()->CanCall() in ValidateInvokeRuntime()
1498 DCHECK(instruction->GetLocations()->OnlyCallsOnSlowPath()) in ValidateInvokeRuntimeWithoutRecordingPcInfo()
1513 (instruction->IsInvokeVirtual() && instruction->GetLocations()->Intrinsified()) || in ValidateInvokeRuntimeWithoutRecordingPcInfo()
1514 (instruction->IsInvokeStaticOrDirect() && instruction->GetLocations()->Intrinsified())) in ValidateInvokeRuntimeWithoutRecordingPcInfo()