Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.h1236 bool NextIntervalStartsInDifferentBlocks(const UseInterval* interval) const;
Dregister-allocator.cc2598 CHECK(NextIntervalStartsInDifferentBlocks(first)); in Verify()
2610 CHECK(NextIntervalStartsInDifferentBlocks(i)); in Verify()
2644 bool LiveRangeBuilder::NextIntervalStartsInDifferentBlocks( in NextIntervalStartsInDifferentBlocks() function in v8::internal::compiler::LiveRangeBuilder