Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium-allocator.cc1492 DCHECK(UnhandledIsSorted()); in AllocateRegisters()
1516 DCHECK(UnhandledIsSorted()); in AllocateRegisters()
1518 DCHECK(UnhandledIsSorted()); in AllocateRegisters()
1545 DCHECK(UnhandledIsSorted()); in AllocateRegisters()
1653 DCHECK(UnhandledIsSorted()); in AddToUnhandledSorted()
1659 DCHECK(UnhandledIsSorted()); in AddToUnhandledSorted()
1689 bool LAllocator::UnhandledIsSorted() { in UnhandledIsSorted() function in v8::internal::LAllocator
Dlithium-allocator.h423 bool UnhandledIsSorted();
/external/v8/src/compiler/
Dregister-allocator.cc2642 DCHECK(UnhandledIsSorted()); in AllocateRegisters()
2658 DCHECK(UnhandledIsSorted()); in AllocateRegisters()
2661 DCHECK(UnhandledIsSorted()); in AllocateRegisters()
2742 DCHECK(UnhandledIsSorted()); in AddToUnhandledSorted()
2748 DCHECK(UnhandledIsSorted()); in AddToUnhandledSorted()
2779 bool LinearScanAllocator::UnhandledIsSorted() { in UnhandledIsSorted() function in v8::internal::compiler::LinearScanAllocator
3215 DCHECK(UnhandledIsSorted()); in TryReuseSpillForPhi()
Dregister-allocator.h1050 bool UnhandledIsSorted();