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()
520 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseOrConstant()
527 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseOrConstantAtStart()
535 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseFixedOrConstant()
542 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseRegisterOrConstant()
549 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseRegisterOrConstantAtStart()
555 return chunk_->DefineConstantOperand(HConstant::cast(value)); in UseConstant()
561 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseAny()
725 right = chunk_->DefineConstantOperand(constant); in DoShift()
834 int start = chunk_->instructions()->length(); in DoBasicBlock()
842 int end = chunk_->instructions()->length() - 1; in DoBasicBlock()
871 chunk_->AddInstruction(dummy, current_block_); in VisitInstruction()
937 chunk_->AddInstruction(instr, current_block_); in AddInstruction()
948 chunk_->AddInstruction(bailout, current_block_); in AddInstruction()
2623 chunk_->AddInlinedFunction(instr->shared()); in DoEnterInlined()