Searched refs:first_instruction_index (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-instruction.cc174 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/chromium_org/v8/src/compiler/
H A Dregister-allocator.cc565 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();
1098 live_range->SetSpillStartIndex(block->first_instruction_index());
1155 LifetimePosition::FromInstructionIndex(block->first_instruction_index());
1180 gap = code()->GapAt(block->first_instruction_index());
1325 block->first_instruction_index());
1338 block->first_instruction_index());
[all...]
H A Dschedule.h76 int first_instruction_index() { function in class:v8::internal::compiler::BasicBlockData
H A Dinstruction.cc459 for (int j = block->first_instruction_index();
/external/chromium_org/v8/src/
H A Dlithium-allocator.cc575 block->first_instruction_index());
753 int start = block->first_instruction_index();
883 int block_start = block->first_instruction_index();
1064 live_range->SetSpillStartIndex(phi->block()->first_instruction_index());
1122 LifetimePosition::FromInstructionIndex(block->first_instruction_index());
1146 gap = GapAt(block->first_instruction_index());
1300 block->first_instruction_index());
1318 block->first_instruction_index());
1948 loop_header->first_instruction_index());
2085 block->first_instruction_index());
[all...]
H A Dlithium.cc280 int first_instruction = block->first_instruction_index();
304 int first = block->first_instruction_index();
H A Dhydrogen.h71 int first_instruction_index() const { return first_instruction_index_; } function in class:v8::internal::FINAL
H A Dhydrogen.cc12286 int first_index = current->first_instruction_index();
12335 int first_index = current->first_instruction_index();

Completed in 796 milliseconds