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

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

Completed in 41 milliseconds