Searched defs:HasSpillOperand (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/compiler/
H A Dregister-allocator.h549 bool HasSpillOperand() const { function in class:v8::internal::compiler::LiveRange::final
590 return !HasSpillOperand() && spill_range_ == nullptr;

Completed in 89 milliseconds