Searched refs:stack_args (Results 1 – 1 of 1) sorted by relevance
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1588 FillNativeCall(uintptr_t* gpr_regs, uint32_t* fpr_regs, uintptr_t* stack_args) : in FillNativeCall() argument 1589 cur_gpr_reg_(gpr_regs), cur_fpr_reg_(fpr_regs), cur_stack_arg_(stack_args) {} in FillNativeCall() 1593 void Reset(uintptr_t* gpr_regs, uint32_t* fpr_regs, uintptr_t* stack_args) { in Reset() argument 1596 cur_stack_arg_ = stack_args; in Reset() 1679 FillJniCall(uintptr_t* gpr_regs, uint32_t* fpr_regs, uintptr_t* stack_args, in FillJniCall() argument 1680 HandleScope* handle_scope) : FillNativeCall(gpr_regs, fpr_regs, stack_args), in FillJniCall() 1685 void Reset(uintptr_t* gpr_regs, uint32_t* fpr_regs, uintptr_t* stack_args, HandleScope* scope) { in Reset() argument 1686 FillNativeCall::Reset(gpr_regs, fpr_regs, stack_args); in Reset()
|