Searched defs:ShouldBeAllocatedBefore (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/ | ||
D | register-allocator.cc | 337 bool LiveRange::ShouldBeAllocatedBefore(const LiveRange* other) const { in ShouldBeAllocatedBefore() function in v8::internal::compiler::LiveRange |
/external/v8/src/ | ||
D | lithium-allocator.cc | 340 bool LiveRange::ShouldBeAllocatedBefore(const LiveRange* other) const { in ShouldBeAllocatedBefore() function in v8::internal::LiveRange |