Home | History | Annotate | Download | only in wasm

Lines Matching full:new_size

951     size_t new_size = asm_offsets.val[func].size();
952 DCHECK_LE(new_size, static_cast<size_t>(kMaxInt) - num_entries);
953 num_entries += static_cast<int>(new_size);