Home | History | Annotate | Download | only in optimizing

Lines Matching refs:base_

32         base_(nullptr) {}
35 if (base_ != nullptr) {
39 base_->MoveBeforeFirstUserAndOutOfLoops();
88 load_string->AddSpecialInput(base_);
132 base_,
152 base_,
159 if (base_ != nullptr) {
164 base_ = new (GetGraph()->GetArena()) HX86ComputeBaseMethodAddress();
166 entry_block->InsertInstructionBefore(base_, entry_block->GetFirstInstruction());
167 DCHECK(base_ != nullptr);
173 new (GetGraph()->GetArena()) HX86LoadFromConstantTable(base_, value);
199 // Add the extra parameter base_.
200 invoke_static_or_direct->AddSpecialInput(base_);
224 invoke_static_or_direct->AddSpecialInput(base_);
252 HX86ComputeBaseMethodAddress* base_;