Searched defs:stack_args (Results 1 – 1 of 1) sorted by relevance
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1818 FillNativeCall(uintptr_t* gpr_regs, uint32_t* fpr_regs, uintptr_t* stack_args) : in FillNativeCall() 1823 void Reset(uintptr_t* gpr_regs, uint32_t* fpr_regs, uintptr_t* stack_args) { in Reset() 1916 FillJniCall(uintptr_t* gpr_regs, uint32_t* fpr_regs, uintptr_t* stack_args, in FillJniCall() 1925 void Reset(uintptr_t* gpr_regs, uint32_t* fpr_regs, uintptr_t* stack_args, HandleScope* scope) { in Reset()
|