Home | History | Annotate | Download | only in ia32

Lines Matching refs:chunk_

549   chunk_ = new(zone()) LChunk(info(), graph());
550 HPhase phase("L_Building chunk", chunk_);
560 return chunk_;
631 ? chunk_->DefineConstantOperand(HConstant::cast(value))
638 ? chunk_->DefineConstantOperand(HConstant::cast(value))
645 ? chunk_->DefineConstantOperand(HConstant::cast(value))
652 ? chunk_->DefineConstantOperand(HConstant::cast(value))
659 ? chunk_->DefineConstantOperand(HConstant::cast(value))
855 right = chunk_->DefineConstantOperand(constant);
957 int start = chunk_->instructions()->length();
965 int end = chunk_->instructions()->length() - 1;
990 chunk_->AddInstruction(instr, current_block_);
2387 chunk_->AddInlinedClosure(instr->closure());