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

  /external/v8/src/compiler/
frame-elider.cc 56 InstructionAt(block->last_instruction_index());
move-optimizer.cc 354 int last_instr_index = block->last_instruction_index();
374 return code()->instructions()[block->last_instruction_index()];
391 code()->instructions()[pred->last_instruction_index()];
register-allocator.cc 69 return code->InstructionAt(block->last_instruction_index());
164 pred->last_instruction_index());
179 pred->last_instruction_index());
    [all...]
live-range-separator.cc 95 current_block->last_instruction_index());
graph-visualizer.cc 450 int last_index = instruction_block->last_instruction_index();
530 j <= instruction_block->last_instruction_index(); j++) {
instruction.h     [all...]
code-generator.cc 402 instr != code()->InstructionAt(block->last_instruction_index()) ||
    [all...]
instruction.cc 704 j <= block->last_instruction_index(); j++) {
    [all...]
  /external/v8/src/crankshaft/
lithium-allocator.cc 578 block->last_instruction_index()).NextInstruction();
664 int last_instruction = block->last_instruction_index();
755 int end = block->last_instruction_index();
885 int index = block->last_instruction_index();
    [all...]
lithium.cc 294 int last = block->last_instruction_index();
hydrogen.h 99 int last_instruction_index() const { return last_instruction_index_; } function in class:v8::internal::final
    [all...]
hydrogen.cc     [all...]

Completed in 227 milliseconds