Home
last modified time | relevance | path

Searched refs:UnhandledIsSorted (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dlithium-allocator.cc1494 DCHECK(UnhandledIsSorted()); in AllocateRegisters()
1518 DCHECK(UnhandledIsSorted()); in AllocateRegisters()
1520 DCHECK(UnhandledIsSorted()); in AllocateRegisters()
1547 DCHECK(UnhandledIsSorted()); in AllocateRegisters()
1655 DCHECK(UnhandledIsSorted()); in AddToUnhandledSorted()
1661 DCHECK(UnhandledIsSorted()); in AddToUnhandledSorted()
1691 bool LAllocator::UnhandledIsSorted() { in UnhandledIsSorted() function in v8::internal::LAllocator
Dlithium-allocator.h423 bool UnhandledIsSorted();
/external/v8/src/compiler/
Dregister-allocator.cc1534 DCHECK(UnhandledIsSorted()); in AllocateRegisters()
1558 DCHECK(UnhandledIsSorted()); in AllocateRegisters()
1560 DCHECK(UnhandledIsSorted()); in AllocateRegisters()
1586 DCHECK(UnhandledIsSorted()); in AllocateRegisters()
1684 DCHECK(UnhandledIsSorted()); in AddToUnhandledSorted()
1690 DCHECK(UnhandledIsSorted()); in AddToUnhandledSorted()
1720 bool RegisterAllocator::UnhandledIsSorted() { in UnhandledIsSorted() function in v8::internal::compiler::RegisterAllocator
Dregister-allocator.h414 bool UnhandledIsSorted();