Home
last modified time | relevance | path

Searched refs:ShouldBeAllocatedBefore (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.h655 bool ShouldBeAllocatedBefore(const LiveRange* other) const; in NON_EXPORTED_BASE()
1427 return a->ShouldBeAllocatedBefore(b); in operator()
Dregister-allocator.cc672 bool LiveRange::ShouldBeAllocatedBefore(const LiveRange* other) const { in ShouldBeAllocatedBefore() function in v8::internal::compiler::LiveRange