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

/external/v8/src/
H A Dlithium-allocator.cc779 LInstruction* prev_instr = NULL; local
781 if (i > start) prev_instr = InstructionAt(i - 1);
782 MeetConstraintsBetween(prev_instr, instr, i);

Completed in 44 milliseconds