Searched refs:ActiveToHandled (Results 1 - 4 of 4) sorted by relevance
/external/v8/src/crankshaft/ | ||
H A D | lithium-allocator.h | 424 void ActiveToHandled(LiveRange* range); |
H A D | lithium-allocator.cc | 1553 ActiveToHandled(cur_active); 1725 void LAllocator::ActiveToHandled(LiveRange* range) { function in class:LAllocator 1984 ActiveToHandled(range); |
/external/v8/src/compiler/ | ||
H A D | register-allocator.h | 1051 void ActiveToHandled(LiveRange* range); |
H A D | register-allocator.cc | 2675 ActiveToHandled(cur_active); 2790 void LinearScanAllocator::ActiveToHandled(LiveRange* range) { function in class:v8::internal::compiler::LiveRangeBoundArray::LinearScanAllocator 3101 ActiveToHandled(range); |
Completed in 82 milliseconds