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

  /external/v8/test/cctest/compiler/
test-instruction.cc 174 CHECK_EQ(b0, R.code->GetBasicBlock(b0->first_instruction_index()));
177 CHECK_EQ(b1, R.code->GetBasicBlock(b1->first_instruction_index()));
180 CHECK_EQ(b2, R.code->GetBasicBlock(b2->first_instruction_index()));
183 CHECK_EQ(b3, R.code->GetBasicBlock(b3->first_instruction_index()));
  /external/v8/src/compiler/
register-allocator.cc 565 LifetimePosition::FromInstructionIndex(block->first_instruction_index());
734 int start = block->first_instruction_index();
779 int gap_index = (*succ)->first_instruction_index() + 1;
797 int gap_index = (*succ)->first_instruction_index() + 1;
944 int block_start = block->first_instruction_index();
    [all...]
schedule.h 76 int first_instruction_index() { function in class:v8::internal::compiler::BasicBlockData
instruction.cc 459 for (int j = block->first_instruction_index();
  /external/v8/src/
lithium-allocator.cc 575 block->first_instruction_index());
753 int start = block->first_instruction_index();
883 int block_start = block->first_instruction_index();
    [all...]
lithium.cc 280 int first_instruction = block->first_instruction_index();
304 int first = block->first_instruction_index();
hydrogen.h 71 int first_instruction_index() const { return first_instruction_index_; } function in class:v8::internal::FINAL
    [all...]
hydrogen.cc     [all...]

Completed in 2316 milliseconds