Home | History | Annotate | Download | only in mips

Lines Matching full:chunk_

554   chunk_ = new(zone()) LChunk(info(), graph());
555 HPhase phase("L_Building chunk", chunk_);
565 return chunk_;
636 ? chunk_->DefineConstantOperand(HConstant::cast(value))
643 ? chunk_->DefineConstantOperand(HConstant::cast(value))
650 ? chunk_->DefineConstantOperand(HConstant::cast(value))
657 ? chunk_->DefineConstantOperand(HConstant::cast(value))
664 ? chunk_->DefineConstantOperand(HConstant::cast(value))
855 right = chunk_->DefineConstantOperand(constant);
956 int start = chunk_->instructions()->length();
964 int end = chunk_->instructions()->length() - 1;
989 chunk_->AddInstruction(instr, current_block_);
2283 chunk_->AddInlinedClosure(instr->closure());