OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reg_args_
(Results
1 - 2
of
2
) sorted by null
/art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc
62
reg_args_
(reinterpret_cast<byte*>(sp) + PORTABLE_CALLEE_SAVE_FRAME__REF_AND_ARGS__R1_OFFSET),
65
cur_args_(
reg_args_
),
135
byte* const
reg_args_
;
member in class:art::PortableArgumentVisitor
/art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc
124
reg_args_
(reinterpret_cast<byte*>(sp) + QUICK_CALLEE_SAVE_FRAME__REF_AND_ARGS__R1_OFFSET),
127
cur_args_(
reg_args_
),
215
byte* const
reg_args_
;
member in class:art::QuickArgumentVisitor
Completed in 230 milliseconds