HomeSort by relevance Sort by last modified time
    Searched refs:stack_args_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 68 stack_args_(reinterpret_cast<byte*>(sp) + PORTABLE_CALLEE_SAVE_FRAME__REF_AND_ARGS__FRAME_SIZE
106 cur_args_ = stack_args_;
141 byte* const stack_args_; member in class:art::PortableArgumentVisitor
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 222 stack_args_(reinterpret_cast<byte*>(sp) + kQuickCalleeSaveFrame_RefAndArgs_FrameSize
242 return stack_args_ + (stack_index_ * kBytesStackArgLocation);
248 return stack_args_ + (stack_index_ * kBytesStackArgLocation);
271 uint64_t high_half = *reinterpret_cast<uint32_t*>(stack_args_);
279 // (a) 'stack_args_' should point to the first method's argument
403 byte* const stack_args_; // Address of stack arguments in caller's frame. member in class:art::QuickArgumentVisitor
    [all...]

Completed in 662 milliseconds