Home
last modified time | relevance | path

Searched defs:compile_scope (Results 1 – 5 of 5) sorted by relevance

/dports/devel/gdb/gdb-11.1/gdb/compile/
H A Dcompile-cplus.h72 compile_scope () in compile_scope() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/
H A Dmodule-compiler.cc961 BackgroundCompileScope compile_scope(token); in ExecuteJSToWasmWrapperCompilationUnits() local
972 BackgroundCompileScope compile_scope(token); in ExecuteJSToWasmWrapperCompilationUnits() local
1020 &detected_features](BackgroundCompileScope& compile_scope) { in ExecuteCompilationUnits()
1033 BackgroundCompileScope compile_scope(token); in ExecuteCompilationUnits() local
1051 BackgroundCompileScope* compile_scope) { in ExecuteCompilationUnits()
1099 BackgroundCompileScope compile_scope(token); in ExecuteCompilationUnits() local
/dports/lang/v8/v8-9.6.180.12/src/wasm/
H A Dmodule-compiler.cc1265 BackgroundCompileScope compile_scope(native_module); in ExecuteJSToWasmWrapperCompilationUnits() local
1282 BackgroundCompileScope compile_scope(native_module); in ExecuteJSToWasmWrapperCompilationUnits() local
1350 BackgroundCompileScope compile_scope(native_module); in ExecuteCompilationUnits() local
1376 BackgroundCompileScope compile_scope(native_module); in ExecuteCompilationUnits() local
1700 BackgroundCompileScope compile_scope(native_module_); in GetMaxConcurrency() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/
H A Dmodule-compiler.cc1174 BackgroundCompileScope compile_scope(native_module); in ExecuteJSToWasmWrapperCompilationUnits() local
1186 BackgroundCompileScope compile_scope(native_module); in ExecuteJSToWasmWrapperCompilationUnits() local
1248 BackgroundCompileScope compile_scope(native_module); in ExecuteCompilationUnits() local
1275 BackgroundCompileScope compile_scope(native_module); in ExecuteCompilationUnits() local
/dports/lang/micropython/micropython-1.17/py/
H A Dcompile.c3066 STATIC void compile_scope(compiler_t *comp, scope_t *scope, pass_kind_t pass) { in compile_scope() function