Searched refs:GetStackSlot (Results 1 - 7 of 7) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator.h167 int32_t GetStackSlot(HLocal* local) const;
H A Dcode_generator_arm64.cc568 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())));
H A Dcode_generator_mips64.cc821 uint32_t stack_slot = GetStackSlot(instruction->AsLoadLocal()->GetLocal());
840 return Location::StackSlot(GetStackSlot(load->GetLocal()));
844 return Location::DoubleStackSlot(GetStackSlot(load->GetLocal()));
2964 locations->SetInAt(1, Location::StackSlot(codegen_->GetStackSlot(store->GetLocal())));
2969 locations->SetInAt(1, Location::DoubleStackSlot(codegen_->GetStackSlot(store->GetLocal())));
H A Dcode_generator_arm.cc587 return Location::DoubleStackSlot(GetStackSlot(load->GetLocal()));
592 return Location::StackSlot(GetStackSlot(load->GetLocal()));
835 uint32_t stack_slot = GetStackSlot(instruction->AsLoadLocal()->GetLocal());
1142 locations->SetInAt(1, Location::StackSlot(codegen_->GetStackSlot(store->GetLocal())));
1147 locations->SetInAt(1, Location::DoubleStackSlot(codegen_->GetStackSlot(store->GetLocal())));
H A Dcode_generator_x86_64.cc596 return Location::DoubleStackSlot(GetStackSlot(load->GetLocal()));
601 return Location::StackSlot(GetStackSlot(load->GetLocal()));
730 Move(location, Location::StackSlot(GetStackSlot(instruction->AsLoadLocal()->GetLocal())));
736 Location::DoubleStackSlot(GetStackSlot(instruction->AsLoadLocal()->GetLocal())));
931 locations->SetInAt(1, Location::StackSlot(codegen_->GetStackSlot(store->GetLocal())));
936 locations->SetInAt(1, Location::DoubleStackSlot(codegen_->GetStackSlot(store->GetLocal())));
H A Dcode_generator.cc274 int32_t CodeGenerator::GetStackSlot(HLocal* local) const { function in class:art::CodeGenerator
H A Dcode_generator_x86.cc538 return Location::DoubleStackSlot(GetStackSlot(load->GetLocal()));
543 return Location::StackSlot(GetStackSlot(load->GetLocal()));
759 int slot = GetStackSlot(instruction->AsLoadLocal()->GetLocal());
968 locations->SetInAt(1, Location::StackSlot(codegen_->GetStackSlot(store->GetLocal())));
973 locations->SetInAt(1, Location::DoubleStackSlot(codegen_->GetStackSlot(store->GetLocal())));

Completed in 162 milliseconds