Home
last modified time | relevance | path

Searched refs:WasmCompileControls (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/runtime/
Druntime-test.cc29 struct WasmCompileControls { struct
38 v8::base::LazyInstance<std::map<v8::Isolate*, WasmCompileControls>>::type
44 const WasmCompileControls& ctrls = g_PerIsolateWasmControls.Get().at(isolate); in IsWasmCompileAllowed()
56 const WasmCompileControls& ctrls = g_PerIsolateWasmControls.Get().at(isolate); in IsWasmInstantiateAllowed()
480 WasmCompileControls& ctrl = (*g_PerIsolateWasmControls.Pointer())[v8_isolate]; in RUNTIME_FUNCTION()