Searched refs:args_size_bytes (Results 1 – 1 of 1) sorted by relevance
4627 int args_size_bytes = 0; in BuildWasmInterpreterEntry() local4629 args_size_bytes += wasm::ValueTypes::ElementSizeInBytes(type); in BuildWasmInterpreterEntry()4643 args_size_bytes == 0 && return_size_bytes == 0 in BuildWasmInterpreterEntry()4646 std::max(args_size_bytes, return_size_bytes), 8)); in BuildWasmInterpreterEntry()4659 DCHECK_EQ(args_size_bytes, offset); in BuildWasmInterpreterEntry()