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

/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc410 stack_args_(reinterpret_cast<uint8_t*>(sp) + kQuickCalleeSaveFrame_RefAndArgs_FrameSize
444 return stack_args_ + (stack_index_ * kBytesStackArgLocation);
450 return stack_args_ + (stack_index_ * kBytesStackArgLocation);
473 return *reinterpret_cast<uint64_t*>(stack_args_
492 // (a) 'stack_args_' should point to the first method's argument
630 uint8_t* const stack_args_; // Address of stack arguments in caller's frame. member in class:art::QuickArgumentVisitor

Completed in 38 milliseconds