Searched defs:first_instruction (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/arm/
H A Dlithium-arm.h1988 int first_instruction = block->first_instruction_index(); local
1989 return LLabel::cast(instructions_[first_instruction]);
/external/v8/src/ia32/
H A Dlithium-ia32.h2045 int first_instruction = block->first_instruction_index(); local
2046 return LLabel::cast(instructions_[first_instruction]);
/external/v8/src/x64/
H A Dlithium-x64.h1971 int first_instruction = block->first_instruction_index(); local
1972 return LLabel::cast(instructions_[first_instruction]);

Completed in 60 milliseconds