Lines Matching refs:chunk_
428 chunk_ = new(zone()) LPlatformChunk(info(), graph()); in Build()
429 LPhase phase("L_Building chunk", chunk_); in Build()
436 chunk_->GetNextSpillIndex(GENERAL_REGISTERS); in Build()
448 return chunk_; in Build()
493 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseTempRegisterOrConstant()
511 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseOrConstant()
518 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseOrConstantAtStart()
525 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseRegisterOrConstant()
532 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseRegisterOrConstantAtStart()
538 return chunk_->DefineConstantOperand(HConstant::cast(value)); in UseConstant()
544 ? chunk_->DefineConstantOperand(HConstant::cast(value)) in UseAny()
708 right = chunk_->DefineConstantOperand(constant); in DoShift()
821 int start = chunk_->instructions()->length(); in DoBasicBlock()
829 int end = chunk_->instructions()->length() - 1; in DoBasicBlock()
858 chunk_->AddInstruction(dummy, current_block_); in VisitInstruction()
924 chunk_->AddInstruction(instr, current_block_); in AddInstruction()
937 chunk_->AddInstruction(bailout, current_block_); in AddInstruction()
2172 BitVector* dehoisted_key_ids = chunk_->GetDehoistedKeyIds(); in FindDehoistedKeyDefinitions()
2620 chunk_->AddInlinedClosure(instr->closure()); in DoEnterInlined()