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

/art/compiler/optimizing/
H A Dcode_generator_arm.cc483 uint32_t stack_slot = GetStackSlot(instruction->AsLoadLocal()->GetLocal()); local
491 Move32(location, Location::StackSlot(stack_slot));
495 Move64(location, Location::DoubleStackSlot(stack_slot));

Completed in 158 milliseconds