Searched refs:TrySplitAndSpillSplinter (Results 1 – 2 of 2) sorted by relevance
1078 bool TrySplitAndSpillSplinter(LiveRange* range);
2839 bool LinearScanAllocator::TrySplitAndSpillSplinter(LiveRange* range) { in TrySplitAndSpillSplinter() function in v8::internal::compiler::LinearScanAllocator3046 if (TrySplitAndSpillSplinter(current)) return; in ProcessCurrentRange()