Lines Matching refs:chunk_
433 chunk_ = new(zone()) LPlatformChunk(info(), graph()); in Build()
434 LPhase phase("L_Building chunk", chunk_); in Build()
439 int alignment_state_index = chunk_->GetNextSpillIndex(GENERAL_REGISTERS); in Build()
448 chunk_->GetNextSpillIndex(GENERAL_REGISTERS); in Build()
460 return chunk_; in Build()
521 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseOrConstant()
528 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseOrConstantAtStart()
536 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseFixedOrConstant()
543 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseRegisterOrConstant()
550 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseRegisterOrConstantAtStart()
556 return chunk_->DefineConstantOperand(HConstant::cast(value)); in UseConstant()
562 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseAny()
726 right = chunk_->DefineConstantOperand(constant); in DoShift()
838 int start = chunk_->instructions()->length(); in DoBasicBlock()
846 int end = chunk_->instructions()->length() - 1; in DoBasicBlock()
875 chunk_->AddInstruction(dummy, current_block_); in VisitInstruction()
941 chunk_->AddInstruction(instr, current_block_); in AddInstruction()
954 chunk_->AddInstruction(bailout, current_block_); in AddInstruction()
2644 chunk_->AddInlinedClosure(instr->closure()); in DoEnterInlined()