Home | History | Annotate | Download | only in x64

Lines Matching full:chunk_

547   chunk_ = new(zone()) LChunk(info(), graph());
548 HPhase phase("L_Building chunk", chunk_);
558 return chunk_;
629 ? chunk_->DefineConstantOperand(HConstant::cast(value))
636 ? chunk_->DefineConstantOperand(HConstant::cast(value))
643 ? chunk_->DefineConstantOperand(HConstant::cast(value))
650 ? chunk_->DefineConstantOperand(HConstant::cast(value))
657 ? chunk_->DefineConstantOperand(HConstant::cast(value))
850 right = chunk_->DefineConstantOperand(constant);
951 int start = chunk_->instructions()->length();
959 int end = chunk_->instructions()->length() - 1;
984 chunk_->AddInstruction(instr, current_block_);
2277 chunk_->AddInlinedClosure(instr->closure());