Home
last modified time | relevance | path

Searched refs:CalculateMaximumSafepointSpillSize (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dregister_allocation_resolver.h58 size_t CalculateMaximumSafepointSpillSize(ArrayRef<HInstruction* const> safepoints);
H A Dregister_allocation_resolver.cc48 size_t maximum_safepoint_spill_size = CalculateMaximumSafepointSpillSize(safepoints); in Resolve()
274 size_t RegisterAllocationResolver::CalculateMaximumSafepointSpillSize( in CalculateMaximumSafepointSpillSize() function in art::RegisterAllocationResolver