Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-test.cc39 g_PerIsolateWasmControls = LAZY_INSTANCE_INITIALIZER; variable
43 DCHECK_GT(g_PerIsolateWasmControls.Get().count(isolate), 0); in IsWasmCompileAllowed()
44 const WasmCompileControls& ctrls = g_PerIsolateWasmControls.Get().at(isolate); in IsWasmCompileAllowed()
55 DCHECK_GT(g_PerIsolateWasmControls.Get().count(isolate), 0); in IsWasmInstantiateAllowed()
56 const WasmCompileControls& ctrls = g_PerIsolateWasmControls.Get().at(isolate); in IsWasmInstantiateAllowed()
480 WasmCompileControls& ctrl = (*g_PerIsolateWasmControls.Pointer())[v8_isolate]; in RUNTIME_FUNCTION()