Searched refs:bytes_copy (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/wasm/ |
D | wasm-engine.cc | 127 ModuleWireBytes bytes_copy(copy.get(), copy.get() + bytes.length()); in AsyncCompile() local 128 module_object = SyncCompile(isolate, enabled, &thrower, bytes_copy); in AsyncCompile() 229 std::unique_ptr<byte[]> bytes_copy, size_t length, Handle<Context> context, in CreateAsyncCompileJob() argument 232 new AsyncCompileJob(isolate, enabled, std::move(bytes_copy), length, in CreateAsyncCompileJob()
|
D | wasm-engine.h | 149 std::unique_ptr<byte[]> bytes_copy, size_t length,
|
D | module-compiler.h | 82 std::unique_ptr<byte[]> bytes_copy, size_t length,
|
D | wasm-js.cc | 501 i::wasm::ModuleWireBytes bytes_copy(copy.get(), in WebAssemblyValidate() local 504 i_isolate, enabled_features, bytes_copy); in WebAssemblyValidate() 544 i::wasm::ModuleWireBytes bytes_copy(copy.get(), in WebAssemblyModule() local 547 i_isolate, enabled_features, &thrower, bytes_copy); in WebAssemblyModule()
|
D | module-compiler.cc | 2132 std::unique_ptr<byte[]> bytes_copy, size_t length, Handle<Context> context, in AsyncCompileJob() argument 2137 bytes_copy_(std::move(bytes_copy)), in AsyncCompileJob()
|