HomeSort by relevance Sort by last modified time
    Searched refs:HasSpillOperand (Results 1 - 3 of 3) sorted by null

  /external/v8/src/compiler/
live-range-separator.cc 141 top->HasSpillOperand() || !top->splinter()->HasSpillRange()) {
register-allocator.cc 562 if (TopLevel()->HasSpillOperand()) {
908 DCHECK(!HasSpillOperand());
1000 if (!HasSpillOperand() && splinter_parent->spill_range_ != nullptr) {
    [all...]
register-allocator.h 549 bool HasSpillOperand() const {
590 return !HasSpillOperand() && spill_range_ == nullptr;
    [all...]

Completed in 117 milliseconds