Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dlocations.h615 bool CallsOnMainAndSlowPath() const { in CallsOnMainAndSlowPath() function
H A Dregister_allocation_resolver.cc289 } else if (locations->CallsOnMainAndSlowPath()) { in CalculateMaximumSafepointSpillSize()
H A Dcode_generator.h312 (locations->Intrinsified() && locations->CallsOnMainAndSlowPath() && in GetSlowPathSpills()