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

  /external/chromium_org/v8/src/
lithium-allocator.h 467 LOperand* AllocateFixed(LUnallocated* operand, int pos, bool is_tagged);
lithium-allocator.cc 608 LOperand* LAllocator::AllocateFixed(LUnallocated* operand,
792 AllocateFixed(temp, gap_index - 1, false);
806 AllocateFixed(first_output, gap_index, is_tagged);
840 AllocateFixed(cur_input, gap_index + 1, is_tagged);
    [all...]

Completed in 58 milliseconds