Lines Matching refs:out_len
920 int out_len = (*out)->ByteLength();
923 &out_len) == 1;
925 CHECK_LE(static_cast<size_t>(out_len), (*out)->ByteLength());
926 if (out_len > 0) {
928 BackingStore::Reallocate(env()->isolate(), std::move(*out), out_len);
1005 size_t out_len = 0;
1009 &out_len,
1017 *out = ArrayBuffer::NewBackingStore(env->isolate(), out_len);
1023 &out_len,
1029 CHECK_LE(out_len, (*out)->ByteLength());
1030 if (out_len > 0)
1031 *out = BackingStore::Reallocate(env->isolate(), std::move(*out), out_len);