Lines Matching refs:LocationSummary
110 LocationSummary* locations = instruction->GetLocations(); in CheckTypeConsistency()
500 LocationSummary* locations = new (allocator) LocationSummary(invoke, in CreateCommonInvokeLocationSummary()
501 LocationSummary::kCallOnMainOnly); in CreateCommonInvokeLocationSummary()
612 LocationSummary* locations = in CreateUnresolvedFieldLocationSummary()
613 new (allocator) LocationSummary(field_access, LocationSummary::kCallOnMainOnly); in CreateUnresolvedFieldLocationSummary()
658 LocationSummary* locations = field_access->GetLocations(); in GenerateUnresolvedFieldAccess()
732 LocationSummary* locations = new (cls->GetBlock()->GetGraph()->GetAllocator()) LocationSummary( in CreateLoadClassRuntimeCallLocationSummary()
733 cls, LocationSummary::kCallOnMainOnly); in CreateLoadClassRuntimeCallLocationSummary()
742 LocationSummary* locations = cls->GetLocations(); in GenerateLoadClassRuntimeCall()
758 LocationSummary* locations = in CreateLoadMethodHandleRuntimeCallLocationSummary()
759 new (method_handle->GetBlock()->GetGraph()->GetAllocator()) LocationSummary( in CreateLoadMethodHandleRuntimeCallLocationSummary()
760 method_handle, LocationSummary::kCallOnMainOnly); in CreateLoadMethodHandleRuntimeCallLocationSummary()
767 LocationSummary* locations = method_handle->GetLocations(); in GenerateLoadMethodHandleRuntimeCall()
778 LocationSummary* locations = in CreateLoadMethodTypeRuntimeCallLocationSummary()
779 new (method_type->GetBlock()->GetGraph()->GetAllocator()) LocationSummary( in CreateLoadMethodTypeRuntimeCallLocationSummary()
780 method_type, LocationSummary::kCallOnMainOnly); in CreateLoadMethodTypeRuntimeCallLocationSummary()
787 LocationSummary* locations = method_type->GetLocations(); in GenerateLoadMethodTypeRuntimeCall()
863 LocationSummary* locations = instruction->GetLocations(); in AllocateLocations()
1078 LocationSummary* locations = instruction->GetLocations(); in RecordPcInfo()
1409 LocationSummary* CodeGenerator::CreateThrowingSlowPathLocations(HInstruction* instruction, in CreateThrowingSlowPathLocations()
1414 LocationSummary::CallKind call_kind = LocationSummary::kNoCall; in CreateThrowingSlowPathLocations()
1420 call_kind = LocationSummary::kCallOnSlowPath; in CreateThrowingSlowPathLocations()
1422 LocationSummary* locations = in CreateThrowingSlowPathLocations()
1423 new (GetGraph()->GetAllocator()) LocationSummary(instruction, call_kind); in CreateThrowingSlowPathLocations()
1443 LocationSummary* locations = suspend_check->GetLocations(); in ClearSpillSlotsFromLoopPhisInStackMap()
1554 void SlowPathCode::SaveLiveRegisters(CodeGenerator* codegen, LocationSummary* locations) { in SaveLiveRegisters()
1578 void SlowPathCode::RestoreLiveRegisters(CodeGenerator* codegen, LocationSummary* locations) { in RestoreLiveRegisters()
1634 LocationSummary* locations = new (allocator) LocationSummary(invoke, in CreateSystemArrayCopyLocationSummary()
1635 LocationSummary::kCallOnSlowPath, in CreateSystemArrayCopyLocationSummary()