Home | History | Annotate | Download | only in arm

Lines Matching full:chunk_

527   chunk_ = new LChunk(info(), graph());
528 HPhase phase("Building chunk", chunk_);
538 return chunk_;
613 ? chunk_->DefineConstantOperand(HConstant::cast(value))
620 ? chunk_->DefineConstantOperand(HConstant::cast(value))
627 ? chunk_->DefineConstantOperand(HConstant::cast(value))
634 ? chunk_->DefineConstantOperand(HConstant::cast(value))
641 ? chunk_->DefineConstantOperand(HConstant::cast(value))
847 right = chunk_->DefineConstantOperand(constant);
949 int start = chunk_->instructions()->length();
957 int end = chunk_->instructions()->length() - 1;
993 chunk_->AddInstruction(instr, current_block_);
2112 chunk_->AddInlinedClosure(instr->closure());