Home | History | Annotate | Download | only in compiler

Lines Matching refs:code_end

326   if (pred->code_start() == pred->code_end()) return;
327 Instruction* instr = code()->InstructionAt(pred->code_end() - 1);
470 for (int i = block->code_start(); i < block->code_end(); ++i) {