Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocation_resolver.h44 void Resolve(ArrayRef<HInstruction* const> safepoints,
58 size_t CalculateMaximumSafepointSpillSize(ArrayRef<HInstruction* const> safepoints);
Dregister_allocation_resolver.cc32 void RegisterAllocationResolver::Resolve(ArrayRef<HInstruction* const> safepoints, in Resolve() argument
48 size_t maximum_safepoint_spill_size = CalculateMaximumSafepointSpillSize(safepoints); in Resolve()
275 ArrayRef<HInstruction* const> safepoints) { in CalculateMaximumSafepointSpillSize() argument
279 for (HInstruction* instruction : safepoints) { in CalculateMaximumSafepointSpillSize()