Lines Matching refs:chunk_
409 chunk_ = new(zone()) LPlatformChunk(info(), graph()); in Build()
410 LPhase phase("L_Building chunk", chunk_); in Build()
417 chunk_->GetNextSpillIndex(GENERAL_REGISTERS); in Build()
429 return chunk_; in Build()
485 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseOrConstant()
492 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseOrConstantAtStart()
499 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseRegisterOrConstant()
506 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseRegisterOrConstantAtStart()
512 return chunk_->DefineConstantOperand(HConstant::cast(value)); in UseConstant()
518 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseAny()
693 right = chunk_->DefineConstantOperand(constant); in DoShift()
808 int start = chunk_->instructions()->length(); in DoBasicBlock()
816 int end = chunk_->instructions()->length() - 1; in DoBasicBlock()
845 chunk_->AddInstruction(dummy, current_block_); in VisitInstruction()
911 chunk_->AddInstruction(instr, current_block_); in AddInstruction()
924 chunk_->AddInstruction(bailout, current_block_); in AddInstruction()
2522 chunk_->AddInlinedClosure(instr->closure()); in DoEnterInlined()