Home | History | Annotate | Download | only in ia32

Lines Matching full:chunk_

519   chunk_ = new LChunk(info(), graph());
520 HPhase phase("Building chunk", chunk_);
530 return chunk_;
605 ? chunk_->DefineConstantOperand(HConstant::cast(value))
612 ? chunk_->DefineConstantOperand(HConstant::cast(value))
619 ? chunk_->DefineConstantOperand(HConstant::cast(value))
626 ? chunk_->DefineConstantOperand(HConstant::cast(value))
633 ? chunk_->DefineConstantOperand(HConstant::cast(value))
841 right = chunk_->DefineConstantOperand(constant);
942 int start = chunk_->instructions()->length();
950 int end = chunk_->instructions()->length() - 1;
986 chunk_->AddInstruction(instr, current_block_);
2171 chunk_->AddInlinedClosure(instr->closure());