Home
last modified time | relevance | path

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

/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc535 int out_arg_bytes = out_argument_type == kWasmStmt in GenerateCCall() local
538 int stack_bytes = std::max(param_bytes, out_arg_bytes); in GenerateCCall()