Home
last modified time | relevance | path

Searched refs:OnlyCallsOnSlowPath (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dlocations.h581 bool OnlyCallsOnSlowPath() const { in OnlyCallsOnSlowPath() function
594 DCHECK(OnlyCallsOnSlowPath()); in SetCustomSlowPathCallerSaves()
Dregister_allocation_resolver.cc281 if (locations->OnlyCallsOnSlowPath()) { in CalculateMaximumSafepointSpillSize()
Dcode_generator.h305 DCHECK(locations->OnlyCallsOnSlowPath() || in GetSlowPathSpills()
Dcode_generator.cc1157 if (locations->OnlyCallsOnSlowPath()) { in RecordPcInfo()
1624 DCHECK(instruction->GetLocations()->OnlyCallsOnSlowPath()) in ValidateInvokeRuntimeWithoutRecordingPcInfo()