Home
last modified time | relevance | path

Searched refs:host_stack_argc (Results 1 – 1 of 1) sorted by relevance

/frameworks/libs/binary_translation/code_gen_lib/
Dgen_wrapper_riscv64_to_x86_64.cc106 int host_stack_argc = 0; in GenWrapGuestFunction() local
134 {.base = Assembler::rsp, .disp = params_offset + host_stack_argc * 8}); in GenWrapGuestFunction()
135 ++host_stack_argc; in GenWrapGuestFunction()
140 {.base = Assembler::rsp, .disp = params_offset + host_stack_argc * 8}); in GenWrapGuestFunction()
141 ++host_stack_argc; in GenWrapGuestFunction()
169 {.base = Assembler::rsp, .disp = params_offset + host_stack_argc * 8}); in GenWrapGuestFunction()
170 ++host_stack_argc; in GenWrapGuestFunction()
175 {.base = Assembler::rsp, .disp = params_offset + host_stack_argc * 8}); in GenWrapGuestFunction()
176 ++host_stack_argc; in GenWrapGuestFunction()