Searched defs:AllocateFixed (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dlithium-allocator.cc613 LOperand* LAllocator::AllocateFixed(LUnallocated* operand, function in class:v8::internal::LAllocator
792 AllocateFixed(temp, gap_index - 1, false);
805 AllocateFixed(first_output, gap_index, is_tagged);
836 AllocateFixed(cur_input, gap_index + 1, is_tagged);

Completed in 47 milliseconds