Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.h1089 bool TrySplitAndSpillSplinter(LiveRange* range);
Dregister-allocator.cc2829 bool LinearScanAllocator::TrySplitAndSpillSplinter(LiveRange* range) { in TrySplitAndSpillSplinter() function in v8::internal::compiler::LinearScanAllocator
3086 if (TrySplitAndSpillSplinter(current)) return; in ProcessCurrentRange()