Lines Matching refs:chunk_
411 chunk_ = new(zone()) LPlatformChunk(info(), graph()); in Build()
412 LPhase phase("L_Building chunk", chunk_); in Build()
419 chunk_->GetNextSpillIndex(GENERAL_REGISTERS); in Build()
431 return chunk_; in Build()
486 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseOrConstant()
493 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseOrConstantAtStart()
500 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseRegisterOrConstant()
507 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseRegisterOrConstantAtStart()
513 return chunk_->DefineConstantOperand(HConstant::cast(value)); in UseConstant()
519 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseAny()
694 right = chunk_->DefineConstantOperand(constant); in DoShift()
805 int start = chunk_->instructions()->length(); in DoBasicBlock()
813 int end = chunk_->instructions()->length() - 1; in DoBasicBlock()
842 chunk_->AddInstruction(dummy, current_block_); in VisitInstruction()
908 chunk_->AddInstruction(instr, current_block_); in AddInstruction()
919 chunk_->AddInstruction(bailout, current_block_); in AddInstruction()
2518 chunk_->AddInlinedFunction(instr->shared()); in DoEnterInlined()