Home
last modified time | relevance | path

Searched defs:bytes_copy (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-engine.cc648 ModuleWireBytes bytes_copy(copy.get(), copy.get() + bytes.length()); in AsyncCompile() local
917 std::unique_ptr<byte[]> bytes_copy, size_t length, Handle<Context> context, in CreateAsyncCompileJob()
Dwasm-js.cc656 i::wasm::ModuleWireBytes bytes_copy(copy.get(), in WebAssemblyValidate() local
718 i::wasm::ModuleWireBytes bytes_copy(copy.get(), in WebAssemblyModule() local
Dmodule-compiler.cc2003 std::unique_ptr<byte[]> bytes_copy, size_t length, Handle<Context> context, in AsyncCompileJob()
/third_party/astc-encoder/Source/
Dstb_image.h1233 size_t bytes_copy = (bytes_left < sizeof(temp)) ? bytes_left : sizeof(temp); in stbi__vertical_flip() local