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

  /external/chromium_org/v8/src/compiler/
register-allocator.cc 656 int last_instruction = block->last_instruction_index(); local
657 return code()->GapAt(last_instruction - 1);
758 Instruction* last_instruction = InstructionAt(end); local
759 for (size_t i = 0; i < last_instruction->OutputCount(); i++) {
760 InstructionOperand* output_operand = last_instruction->OutputAt(i);
    [all...]
  /external/chromium_org/v8/src/
lithium-allocator.cc 663 int last_instruction = block->last_instruction_index(); local
664 int index = chunk_->NearestGapPos(last_instruction);
    [all...]

Completed in 53 milliseconds