Home
last modified time | relevance | path

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

/art/runtime/arch/x86/
Djni_frame_x86.h38 size_t num_arg_words = num_args + num_long_or_double_args; in GetNativeOutArgsSize() local
39 return num_arg_words * static_cast<size_t>(kX86PointerSize); in GetNativeOutArgsSize()