Home
last modified time | relevance | path

Searched refs:stack_temp (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_x86_64.cc3371 Location stack_temp = Location::StackSlot(temp_offset); in PushOntoFPStack() local
3372 codegen_->Move(stack_temp, source); in PushOntoFPStack()
3375 Location stack_temp = Location::DoubleStackSlot(temp_offset); in PushOntoFPStack() local
3376 codegen_->Move(stack_temp, source); in PushOntoFPStack()