Home | History | Annotate | Download | only in optimizing

Lines Matching refs:GetLocal

568     uint32_t stack_slot = GetStackSlot(instruction->AsLoadLocal()->GetLocal());
588 return Location::StackSlot(GetStackSlot(load->GetLocal()));
592 return Location::DoubleStackSlot(GetStackSlot(load->GetLocal()));
2561 locations->SetInAt(1, Location::StackSlot(codegen_->GetStackSlot(store->GetLocal())));
2566 locations->SetInAt(1, Location::DoubleStackSlot(codegen_->GetStackSlot(store->GetLocal())));