• Home
  • Raw
  • Download

Lines Matching refs:chunk_

444   chunk_ = new(zone()) LPlatformChunk(info(), graph());  in Build()
445 LPhase phase("L_Building chunk", chunk_); in Build()
450 int alignment_state_index = chunk_->GetNextSpillIndex(GENERAL_REGISTERS); in Build()
459 chunk_->GetNextSpillIndex(GENERAL_REGISTERS); in Build()
471 return chunk_; in Build()
526 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseOrConstant()
533 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseOrConstantAtStart()
541 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseFixedOrConstant()
548 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseRegisterOrConstant()
555 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseRegisterOrConstantAtStart()
561 return chunk_->DefineConstantOperand(HConstant::cast(value)); in UseConstant()
567 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseAny()
724 right = chunk_->DefineConstantOperand(constant); in DoShift()
832 int start = chunk_->instructions()->length(); in DoBasicBlock()
840 int end = chunk_->instructions()->length() - 1; in DoBasicBlock()
869 chunk_->AddInstruction(dummy, current_block_); in VisitInstruction()
882 chunk_->AddInstruction(clobber, current_block_); in VisitInstruction()
951 chunk_->AddInstruction(clobber, current_block_); in AddInstruction()
953 chunk_->AddInstruction(instr, current_block_); in AddInstruction()
964 chunk_->AddInstruction(bailout, current_block_); in AddInstruction()
2627 chunk_->AddInlinedFunction(instr->shared()); in DoEnterInlined()