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

  /external/v8/src/compiler/
frame-elider.cc 57 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()];
live-range-separator.cc 95 current_block->last_instruction_index());
register-allocator.cc 69 return code->InstructionAt(block->last_instruction_index());
168 pred->last_instruction_index());
183 pred->last_instruction_index());
    [all...]
graph-visualizer.cc 457 int last_index = instruction_block->last_instruction_index();
541 j <= instruction_block->last_instruction_index(); j++) {
instruction.h     [all...]
code-generator.cc 412 instr != code()->InstructionAt(block->last_instruction_index()) ||
    [all...]
instruction.cc 717 j <= block->last_instruction_index(); j++) {
    [all...]
  /external/v8/src/crankshaft/
lithium-allocator.cc 579 block->last_instruction_index()).NextInstruction();
665 int last_instruction = block->last_instruction_index();
756 int end = block->last_instruction_index();
886 int index = block->last_instruction_index();
    [all...]
lithium.cc 295 int last = block->last_instruction_index();
hydrogen.h 100 int last_instruction_index() const { return last_instruction_index_; } function in class:v8::internal::final
    [all...]
hydrogen.cc     [all...]

Completed in 227 milliseconds