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

  /external/v8/test/cctest/compiler/
test-instruction.cc 103 int last_instruction_index(BasicBlock* block) { function in class:v8::internal::compiler::InstructionTester
104 return BlockAt(block)->last_instruction_index();
180 CHECK_EQ(b0, R.GetBasicBlock(R.last_instruction_index(b0)));
183 CHECK_EQ(b1, R.GetBasicBlock(R.last_instruction_index(b1)));
186 CHECK_EQ(b2, R.GetBasicBlock(R.last_instruction_index(b2)));
189 CHECK_EQ(b3, R.GetBasicBlock(R.last_instruction_index(b3)));
  /external/v8/src/compiler/
move-optimizer.cc 204 return code()->instructions()[block->last_instruction_index()];
215 code()->instructions()[pred->last_instruction_index()];
253 i <= block->last_instruction_index(); ++i) {
live-range-separator.cc 86 current_block->last_instruction_index());
register-allocator.cc 66 return code->InstructionAt(block->last_instruction_index());
    [all...]
graph-visualizer.cc 411 int last_index = instruction_block->last_instruction_index();
491 j <= instruction_block->last_instruction_index(); j++) {
greedy-allocator.cc 47 ->last_instruction_index() != pos.ToInstructionIndex()));
instruction.h     [all...]
instruction.cc 940 j <= block->last_instruction_index(); j++) {
  /external/v8/src/crankshaft/
lithium-allocator.cc 577 block->last_instruction_index()).NextInstruction();
663 int last_instruction = block->last_instruction_index();
754 int end = block->last_instruction_index();
884 int index = block->last_instruction_index();
    [all...]
lithium.cc 301 int last = block->last_instruction_index();
hydrogen.h 73 int last_instruction_index() const { return last_instruction_index_; } function in class:v8::internal::final
    [all...]
hydrogen.cc     [all...]

Completed in 344 milliseconds