Searched defs:HasSpillOperand (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ | ||
D | register-allocator.h | 899 bool HasSpillOperand() const { in HasSpillOperand() function |
D | mid-tier-register-allocator.cc | 333 bool HasSpillOperand() const { return spill_operand_ != nullptr; } in HasSpillOperand() function in v8::internal::compiler::VirtualRegisterData |