Home | History | Annotate | Download | only in src

Lines Matching refs:instr

79     LInstruction* instr = instructions_->at(current_instruction_);
82 if (instr->IsLabel()) {
83 emit_instructions = !LLabel::cast(instr)->HasReplacement() &&
85 instr->hydrogen_value()->block()->IsReachable());
91 instr->hydrogen_value()->id(),
92 instr->hydrogen_value()->block()->block_id());
97 if (FLAG_code_comments && instr->HasInterestingComment(codegen)) {
100 instr->hydrogen_value()->id(),
101 instr->Mnemonic());
104 GenerateBodyInstructionPre(instr);
106 HValue* value = instr->hydrogen_value();
114 instr->CompileToNative(codegen);
116 GenerateBodyInstructionPost(instr);