Searched refs:AddToUnhandledSorted (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/crankshaft/
H A Dlithium-allocator.h420 void AddToUnhandledSorted(LiveRange* range);
H A Dlithium-allocator.cc1645 void LAllocator::AddToUnhandledSorted(LiveRange* range) { function in class:LAllocator
1824 AddToUnhandledSorted(tail);
1912 AddToUnhandledSorted(tail);
2121 AddToUnhandledSorted(third_part);
2125 AddToUnhandledSorted(second_part);
/external/v8/src/compiler/
H A Dregister-allocator.cc2843 AddToUnhandledSorted(tail);
2875 void LinearScanAllocator::AddToUnhandledSorted(LiveRange* range) { function in class:v8::internal::compiler::LiveRangeBoundArray::LinearScanAllocator
3152 AddToUnhandledSorted(tail);
3295 AddToUnhandledSorted(tail);
3498 AddToUnhandledSorted(third_part);
3502 AddToUnhandledSorted(second_part);
H A Dregister-allocator.h1068 void AddToUnhandledSorted(LiveRange* range);

Completed in 183 milliseconds