Home
last modified time | relevance | path

Searched refs:TryAllocatePreferredReg (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.h1486 bool TryAllocatePreferredReg(
Dregister-allocator.cc4108 if (!TryAllocatePreferredReg(current, free_until_pos)) { in ProcessCurrentRange()
4118 bool LinearScanAllocator::TryAllocatePreferredReg( in TryAllocatePreferredReg() function in v8::internal::compiler::LinearScanAllocator
4220 if (TryAllocatePreferredReg(current, free_until_pos)) return true; in TryAllocateFreeReg()