Home
last modified time | relevance | path

Searched defs:HasSpillRange (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.h902 bool HasSpillRange() const { return spill_type() >= SpillType::kSpillRange; } in HasSpillRange() function
Dmid-tier-register-allocator.cc485 bool HasSpillRange() const { return spill_range_ != nullptr; } in HasSpillRange() function in v8::internal::compiler::VirtualRegisterData