Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/code_gen_lib/
Dgen_wrapper_riscv64_to_x86_64.cc84 size_t aligned_frame_size = AlignUp(guest_argument_buffer_size, 16); in GenWrapGuestFunction() local
87 as.Subq(Assembler::rsp, static_cast<int32_t>(aligned_frame_size)); in GenWrapGuestFunction()
100 const int params_offset = aligned_frame_size + 16; in GenWrapGuestFunction()
235 as.Addq(Assembler::rsp, static_cast<int32_t>(aligned_frame_size)); in GenWrapGuestFunction()