Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-test.cc34 g_PerIsolateWasmControls = LAZY_INSTANCE_INITIALIZER; variable
38 DCHECK_GT(g_PerIsolateWasmControls.Get().count(isolate), 0); in IsWasmCompileAllowed()
39 const WasmCompileControls& ctrls = g_PerIsolateWasmControls.Get().at(isolate); in IsWasmCompileAllowed()
49 DCHECK_GT(g_PerIsolateWasmControls.Get().count(isolate), 0); in IsWasmInstantiateAllowed()
50 const WasmCompileControls& ctrls = g_PerIsolateWasmControls.Get().at(isolate); in IsWasmInstantiateAllowed()
478 WasmCompileControls& ctrl = (*g_PerIsolateWasmControls.Pointer())[v8_isolate]; in RUNTIME_FUNCTION()