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

  /external/chromium_org/v8/src/compiler/
register-allocator.cc 583 InstructionOperand* RegisterAllocator::AllocateFixed(
767 AllocateFixed(output, -1, false);
822 AllocateFixed(temp, gap_index - 1, false);
842 AllocateFixed(first_output, gap_index, is_tagged);
881 AllocateFixed(cur_input, gap_index + 1, is_tagged);
    [all...]
  /external/chromium_org/v8/src/
lithium-allocator.cc 593 LOperand* LAllocator::AllocateFixed(LUnallocated* operand,
777 AllocateFixed(temp, gap_index - 1, false);
791 AllocateFixed(first_output, gap_index, is_tagged);
825 AllocateFixed(cur_input, gap_index + 1, is_tagged);
    [all...]

Completed in 39 milliseconds