Lines Matching refs:chunk_
417 chunk_ = new (zone()) LPlatformChunk(info(), graph()); in Build()
418 LPhase phase("L_Building chunk", chunk_); in Build()
425 chunk_->GetNextSpillIndex(GENERAL_REGISTERS); in Build()
437 return chunk_; in Build()
492 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseOrConstant()
499 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseOrConstantAtStart()
506 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseRegisterOrConstant()
513 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseRegisterOrConstantAtStart()
519 return chunk_->DefineConstantOperand(HConstant::cast(value)); in UseConstant()
525 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseAny()
698 right = chunk_->DefineConstantOperand(constant); in DoShift()
809 int start = chunk_->instructions()->length(); in DoBasicBlock()
817 int end = chunk_->instructions()->length() - 1; in DoBasicBlock()
846 chunk_->AddInstruction(dummy, current_block_); in VisitInstruction()
912 chunk_->AddInstruction(instr, current_block_); in AddInstruction()
923 chunk_->AddInstruction(bailout, current_block_); in AddInstruction()
2517 chunk_->AddInlinedFunction(instr->shared()); in DoEnterInlined()