Home
last modified time | relevance | path

Searched refs:SyncCompile (Results 1 – 25 of 27) sorted by relevance

12

/dports/lang/v8/v8-9.6.180.12/test/cctest/wasm/
H A Dtest-compilation-cache.cc90 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 Dtest-wasm-serialization.cc133 GetWasmEngine()->SyncCompile( in SetUp()
279 GetWasmEngine()->SyncCompile( in UNINITIALIZED_TEST()
/dports/www/node10/node-v10.24.1/deps/v8/src/wasm/
H A Dwasm-engine.cc39 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 Dwasm-engine.h44 MaybeHandle<WasmModuleObject> SyncCompile(Isolate* isolate,
H A Dwasm-js.cc263 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 Dwasm.cc62 ->SyncCompile(i_isolate, enabled_features, &thrower, wire_bytes) in LLVMFuzzerTestOneInput()
H A Dwasm-fuzzer-common.cc618 compiled_module = GetWasmEngine()->SyncCompile( in FuzzWasmModule()
/dports/lang/v8/v8-9.6.180.12/src/wasm/
H A Dsync-streaming-decoder.cc65 GetWasmEngine()->SyncCompile(isolate_, enabled_, &thrower, wire_bytes); in Finish()
H A Dwasm-engine.h167 MaybeHandle<WasmModuleObject> SyncCompile(Isolate* isolate,
H A Dwasm-engine.cc525 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 Dwasm-js.cc707 maybe_module_obj = i::wasm::GetWasmEngine()->SyncCompile( in WebAssemblyModule()
711 maybe_module_obj = i::wasm::GetWasmEngine()->SyncCompile( in WebAssemblyModule()
H A Dc-api.cc1140 ->SyncCompile(isolate, features, &thrower, bytes) in make()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/
H A Dsync-streaming-decoder.cc65 isolate_->wasm_engine()->SyncCompile(isolate_, enabled_, &thrower, in Finish()
H A Dwasm-engine.h161 MaybeHandle<WasmModuleObject> SyncCompile(Isolate* isolate,
H A Dwasm-engine.cc495 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 Dwasm-debug-evaluate.cc369 if (!engine->SyncCompile(isolate, features, &thrower, bytes) in DebugEvaluateImpl()
H A Dwasm-js.cc686 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 Dwasm-module-runner.cc31 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 Dwasm-debug-evaluate.cc197 if (!engine->SyncCompile(isolate, features, &thrower, bytes) in DebugEvaluateImpl()
H A Dwasm-engine.h157 MaybeHandle<WasmModuleObject> SyncCompile(Isolate* isolate,
H A Dwasm-engine.cc434 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 Dwasm-js.cc668 module_obj = i_isolate->wasm_engine()->SyncCompile( in WebAssemblyModule()
672 module_obj = i_isolate->wasm_engine()->SyncCompile( in WebAssemblyModule()
H A Dc-api.cc987 ->SyncCompile(isolate, features, &thrower, bytes) in make()
/dports/lang/v8/v8-9.6.180.12/test/unittests/objects/
H A Dvalue-serializer-unittest.cc2595 i::wasm::GetWasmEngine()->SyncCompile( in MakeWasm()
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dvalue-serializer.cc1800 result = isolate_->wasm_engine()->SyncCompile( in ReadWasmModule()

12