HomeSort by relevance Sort by last modified time
    Searched refs:AllocateFixed (Results 1 - 4 of 4) sorted by null

  /external/v8/src/crankshaft/
lithium-allocator.h 408 LOperand* AllocateFixed(LUnallocated* operand, int pos, bool is_tagged);
lithium-allocator.cc 594 LOperand* LAllocator::AllocateFixed(LUnallocated* operand,
778 AllocateFixed(temp, gap_index - 1, false);
792 AllocateFixed(first_output, gap_index, is_tagged);
826 AllocateFixed(cur_input, gap_index + 1, is_tagged);
    [all...]
  /external/v8/src/compiler/
register-allocator.cc     [all...]
register-allocator.h 872 InstructionOperand* AllocateFixed(UnallocatedOperand* operand, int pos,
    [all...]

Completed in 443 milliseconds