Searched defs:bytes_copy (Results 1 – 4 of 4) sorted by relevance
648 ModuleWireBytes bytes_copy(copy.get(), copy.get() + bytes.length()); in AsyncCompile() local917 std::unique_ptr<byte[]> bytes_copy, size_t length, Handle<Context> context, in CreateAsyncCompileJob()
656 i::wasm::ModuleWireBytes bytes_copy(copy.get(), in WebAssemblyValidate() local718 i::wasm::ModuleWireBytes bytes_copy(copy.get(), in WebAssemblyModule() local
2003 std::unique_ptr<byte[]> bytes_copy, size_t length, Handle<Context> context, in AsyncCompileJob()
1233 size_t bytes_copy = (bytes_left < sizeof(temp)) ? bytes_left : sizeof(temp); in stbi__vertical_flip() local