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

/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc397 stack_args_(reinterpret_cast<uint8_t*>(sp) + kQuickCalleeSaveFrame_RefAndArgs_FrameSize
431 return stack_args_ + (stack_index_ * kBytesStackArgLocation);
437 return stack_args_ + (stack_index_ * kBytesStackArgLocation);
460 return *reinterpret_cast<uint64_t*>(stack_args_
479 // (a) 'stack_args_' should point to the first method's argument
617 uint8_t* const stack_args_; // Address of stack arguments in caller's frame. member in class:art::QuickArgumentVisitor

Completed in 16 milliseconds