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

/external/v8/src/
H A Dlithium-allocator.cc595 block->first_instruction_index());
769 int start = block->first_instruction_index();
891 int block_start = block->first_instruction_index();
1060 live_range->SetSpillStartIndex(phi->block()->first_instruction_index());
1114 LifetimePosition::FromInstructionIndex(block->first_instruction_index());
1138 gap = GapAt(block->first_instruction_index());
1286 block->first_instruction_index());
1304 block->first_instruction_index());
2046 block->first_instruction_index());
H A Dhydrogen.h85 int first_instruction_index() const { return first_instruction_index_; } function in class:v8::internal::HBasicBlock
H A Dhydrogen.cc7938 int first_index = current->first_instruction_index();
7984 int first_index = current->first_instruction_index();
/external/v8/src/arm/
H A Dlithium-arm.cc446 int first = block->first_instruction_index();
H A Dlithium-arm.h2218 int first_instruction = block->first_instruction_index();
/external/v8/src/ia32/
H A Dlithium-ia32.h2316 int first_instruction = block->first_instruction_index();
H A Dlithium-ia32.cc390 int first = block->first_instruction_index();
/external/v8/src/mips/
H A Dlithium-mips.cc446 int first = block->first_instruction_index();
H A Dlithium-mips.h2198 int first_instruction = block->first_instruction_index();
/external/v8/src/x64/
H A Dlithium-x64.cc388 int first = block->first_instruction_index();
H A Dlithium-x64.h2180 int first_instruction = block->first_instruction_index();

Completed in 417 milliseconds