Searched refs:CanBeSpilled (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/crankshaft/
H A Dlithium-allocator.h231 bool CanBeSpilled(LifetimePosition pos);
H A Dlithium-allocator.cc191 bool LiveRange::CanBeSpilled(LifetimePosition pos) { function in class:v8::internal::LiveRange
1860 if (range->IsFixed() || !range->CanBeSpilled(current->Start())) {
/external/v8/src/compiler/
H A Dregister-allocator.h371 bool CanBeSpilled(LifetimePosition pos) const;
H A Dregister-allocator.cc542 bool LiveRange::CanBeSpilled(LifetimePosition pos) const { function in class:v8::internal::compiler::LiveRangeBoundArray::LiveRange
3194 range->TopLevel()->IsFixed() || !range->CanBeSpilled(current->Start());

Completed in 136 milliseconds