Home
last modified time | relevance | path

Searched refs:CallsOnMainAndSlowPath (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dlocations.h585 bool CallsOnMainAndSlowPath() const { in CallsOnMainAndSlowPath() function
Dregister_allocation_resolver.cc286 } else if (locations->CallsOnMainAndSlowPath()) { in CalculateMaximumSafepointSpillSize()
Dcode_generator.h289 (locations->Intrinsified() && locations->CallsOnMainAndSlowPath() && in GetSlowPathSpills()