/dports/lang/v8/v8-9.6.180.12/test/cctest/wasm/ |
H A D | test-compilation-cache.cc | 90 std::shared_ptr<NativeModule> SyncCompile(base::Vector<const uint8_t> bytes) { in SyncCompile() function 96 ->SyncCompile(CcTest::i_isolate(), enabled_features, &thrower, in SyncCompile() 219 auto native_module_sync = SyncCompile(full_bytes.as_vector()); in TEST()
|
H A D | test-wasm-serialization.cc | 133 GetWasmEngine()->SyncCompile( in SetUp() 279 GetWasmEngine()->SyncCompile( in UNINITIALIZED_TEST()
|
/dports/www/node10/node-v10.24.1/deps/v8/src/wasm/ |
H A D | wasm-engine.cc | 39 MaybeHandle<WasmModuleObject> WasmEngine::SyncCompile( in SyncCompile() function in v8::internal::wasm::WasmEngine 114 module_object = SyncCompile(isolate, &thrower, bytes_copy); in AsyncCompile() 117 module_object = SyncCompile(isolate, &thrower, bytes); in AsyncCompile()
|
H A D | wasm-engine.h | 44 MaybeHandle<WasmModuleObject> SyncCompile(Isolate* isolate,
|
H A D | wasm-js.cc | 263 i_isolate->wasm_engine()->SyncCompile(i_isolate, &thrower, bytes_copy); in WebAssemblyModule() 267 i_isolate->wasm_engine()->SyncCompile(i_isolate, &thrower, bytes); in WebAssemblyModule()
|
/dports/lang/v8/v8-9.6.180.12/test/fuzzer/ |
H A D | wasm.cc | 62 ->SyncCompile(i_isolate, enabled_features, &thrower, wire_bytes) in LLVMFuzzerTestOneInput()
|
H A D | wasm-fuzzer-common.cc | 618 compiled_module = GetWasmEngine()->SyncCompile( in FuzzWasmModule()
|
/dports/lang/v8/v8-9.6.180.12/src/wasm/ |
H A D | sync-streaming-decoder.cc | 65 GetWasmEngine()->SyncCompile(isolate_, enabled_, &thrower, wire_bytes); in Finish()
|
H A D | wasm-engine.h | 167 MaybeHandle<WasmModuleObject> SyncCompile(Isolate* isolate,
|
H A D | wasm-engine.cc | 525 MaybeHandle<WasmModuleObject> WasmEngine::SyncCompile( in SyncCompile() function in v8::internal::wasm::WasmEngine 637 module_object = SyncCompile(isolate, enabled, &thrower, bytes_copy); in AsyncCompile() 640 module_object = SyncCompile(isolate, enabled, &thrower, bytes); in AsyncCompile()
|
H A D | wasm-js.cc | 707 maybe_module_obj = i::wasm::GetWasmEngine()->SyncCompile( in WebAssemblyModule() 711 maybe_module_obj = i::wasm::GetWasmEngine()->SyncCompile( in WebAssemblyModule()
|
H A D | c-api.cc | 1140 ->SyncCompile(isolate, features, &thrower, bytes) in make()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/ |
H A D | sync-streaming-decoder.cc | 65 isolate_->wasm_engine()->SyncCompile(isolate_, enabled_, &thrower, in Finish()
|
H A D | wasm-engine.h | 161 MaybeHandle<WasmModuleObject> SyncCompile(Isolate* isolate,
|
H A D | wasm-engine.cc | 495 MaybeHandle<WasmModuleObject> WasmEngine::SyncCompile( in SyncCompile() function in v8::internal::wasm::WasmEngine 601 module_object = SyncCompile(isolate, enabled, &thrower, bytes_copy); in AsyncCompile() 604 module_object = SyncCompile(isolate, enabled, &thrower, bytes); in AsyncCompile()
|
H A D | wasm-debug-evaluate.cc | 369 if (!engine->SyncCompile(isolate, features, &thrower, bytes) in DebugEvaluateImpl()
|
H A D | wasm-js.cc | 686 module_obj = i_isolate->wasm_engine()->SyncCompile( in WebAssemblyModule() 690 module_obj = i_isolate->wasm_engine()->SyncCompile( in WebAssemblyModule()
|
/dports/lang/v8/v8-9.6.180.12/test/common/wasm/ |
H A D | wasm-module-runner.cc | 31 GetWasmEngine()->SyncCompile(isolate, enabled_features, thrower, bytes); in CompileForTesting()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/ |
H A D | wasm-debug-evaluate.cc | 197 if (!engine->SyncCompile(isolate, features, &thrower, bytes) in DebugEvaluateImpl()
|
H A D | wasm-engine.h | 157 MaybeHandle<WasmModuleObject> SyncCompile(Isolate* isolate,
|
H A D | wasm-engine.cc | 434 MaybeHandle<WasmModuleObject> WasmEngine::SyncCompile( in SyncCompile() function in v8::internal::wasm::WasmEngine 537 module_object = SyncCompile(isolate, enabled, &thrower, bytes_copy); in AsyncCompile() 540 module_object = SyncCompile(isolate, enabled, &thrower, bytes); in AsyncCompile()
|
H A D | wasm-js.cc | 668 module_obj = i_isolate->wasm_engine()->SyncCompile( in WebAssemblyModule() 672 module_obj = i_isolate->wasm_engine()->SyncCompile( in WebAssemblyModule()
|
H A D | c-api.cc | 987 ->SyncCompile(isolate, features, &thrower, bytes) in make()
|
/dports/lang/v8/v8-9.6.180.12/test/unittests/objects/ |
H A D | value-serializer-unittest.cc | 2595 i::wasm::GetWasmEngine()->SyncCompile( in MakeWasm()
|
/dports/www/node10/node-v10.24.1/deps/v8/src/ |
H A D | value-serializer.cc | 1800 result = isolate_->wasm_engine()->SyncCompile( in ReadWasmModule()
|