Home
last modified time | relevance | path

Searched refs:compilation_cache (Results 1 – 25 of 73) sorted by relevance

123

/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dcompiler.cc1266 CompilationCache* compilation_cache = isolate->compilation_cache(); in GetFunctionFromEval() local
1267 InfoCellPair eval_result = compilation_cache->LookupEval( in GetFunctionFromEval()
1343 compilation_cache->PutEval(source, outer_info, context, shared_info, in GetFunctionFromEval()
1355 compilation_cache->PutEval(source, outer_info, context, shared_info, in GetFunctionFromEval()
1662 CompilationCache* compilation_cache = isolate->compilation_cache(); in GetSharedFunctionInfoForScript() local
1675 maybe_result = compilation_cache->LookupScript( in GetSharedFunctionInfoForScript()
1694 compilation_cache->PutScript(source, isolate->native_context(), in GetSharedFunctionInfoForScript()
1723 compilation_cache->PutScript(source, isolate->native_context(), in GetSharedFunctionInfoForScript()
1836 CompilationCache* compilation_cache = isolate->compilation_cache(); in GetSharedFunctionInfoForStreamedScript() local
1838 compilation_cache->LookupScript( in GetSharedFunctionInfoForStreamedScript()
[all …]
H A Dflag-definitions.h877 DEFINE_BOOL(compilation_cache, true, "enable compilation cache")
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/
H A Dcompiler.cc1702 CompilationCache* compilation_cache = isolate->compilation_cache(); in GetFunctionFromEval() local
1703 InfoCellPair eval_result = compilation_cache->LookupEval( in GetFunctionFromEval()
1778 compilation_cache->PutEval(source, outer_info, context, shared_info, in GetFunctionFromEval()
1791 compilation_cache->PutEval(source, outer_info, context, shared_info, in GetFunctionFromEval()
2209 CompilationCache* compilation_cache = isolate->compilation_cache(); in GetSharedFunctionInfoForScript() local
2222 maybe_result = compilation_cache->LookupScript( in GetSharedFunctionInfoForScript()
2244 compilation_cache->PutScript(source, isolate->native_context(), in GetSharedFunctionInfoForScript()
2279 compilation_cache->PutScript(source, isolate->native_context(), in GetSharedFunctionInfoForScript()
2399 CompilationCache* compilation_cache = isolate->compilation_cache(); in GetSharedFunctionInfoForStreamedScript() local
2403 maybe_result = compilation_cache->LookupScript( in GetSharedFunctionInfoForStreamedScript()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/
H A Dcompiler.cc921 CompilationCache* cache = isolate->compilation_cache(); in InsertCodeIntoCompilationCache()
1986 CompilationCache* compilation_cache = isolate->compilation_cache(); in GetFunctionFromEval() local
1987 InfoCellPair eval_result = compilation_cache->LookupEval( in GetFunctionFromEval()
2076 compilation_cache->PutEval(source, outer_info, context, shared_info, in GetFunctionFromEval()
2660 CompilationCache* compilation_cache = isolate->compilation_cache(); in GetSharedFunctionInfoForScript() local
2676 maybe_result = compilation_cache->LookupScript( in GetSharedFunctionInfoForScript()
2698 compilation_cache->PutScript(source, isolate->native_context(), in GetSharedFunctionInfoForScript()
2736 compilation_cache->PutScript(source, isolate->native_context(), in GetSharedFunctionInfoForScript()
2860 CompilationCache* compilation_cache = isolate->compilation_cache(); in GetSharedFunctionInfoForStreamedScript() local
2864 maybe_result = compilation_cache->LookupScript( in GetSharedFunctionInfoForStreamedScript()
[all …]
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-serialize.cc1610 isolate->compilation_cache() in TEST()
1653 isolate->compilation_cache() in TestCodeSerializerOnePlusOneImpl()
1855 isolate->compilation_cache() in TEST()
1914 isolate->compilation_cache() in TEST()
1975 isolate->compilation_cache() in TEST()
2047 isolate->compilation_cache() in TEST()
2104 isolate->compilation_cache() in TEST()
2223 isolate->compilation_cache() in TEST()
2291 isolate->compilation_cache() in TEST()
2354 isolate->compilation_cache() in TEST()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/codegen/
H A Dcompiler.cc2171 CompilationCache* compilation_cache = isolate->compilation_cache(); in Compile() local
2172 InfoCellPair eval_result = compilation_cache->LookupEval( in Compile()
2255 compilation_cache->PutEval(source, outer_info, context, shared_info, in Compile()
2271 compilation_cache->PutEval(source, outer_info, context, shared_info, in Compile()
2858 CompilationCache* compilation_cache = isolate->compilation_cache(); in Compile() local
2875 compilation_cache->LookupScript(source, script_details, language_mode); in Compile()
2902 compilation_cache->PutScript(source, language_mode, result); in Compile()
2941 compilation_cache->PutScript(source, language_mode, result); in Compile()
3110 CompilationCache* compilation_cache = isolate->compilation_cache(); in Compile() local
3114 maybe_result = compilation_cache->LookupScript(source, script_details, in Compile()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/regexp/
H A Dregexp.cc154 CompilationCache* compilation_cache = nullptr; in Compile() local
156 compilation_cache = isolate->compilation_cache(); in Compile()
158 compilation_cache->LookupRegExp(pattern, flags); in Compile()
205 compilation_cache->PutRegExp(pattern, flags, data); in Compile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/regexp/
H A Dregexp.cc165 CompilationCache* compilation_cache = nullptr; in Compile() local
167 compilation_cache = isolate->compilation_cache(); in Compile()
169 compilation_cache->LookupRegExp(pattern, flags); in Compile()
238 compilation_cache->PutRegExp(pattern, flags, data); in Compile()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/twig/twig/doc/
H A Dintro.rst67 'cache' => '/path/to/compilation_cache',
/dports/deskutils/egroupware/egroupware/vendor/twig/twig/doc/
H A Dintro.rst67 'cache' => '/path/to/compilation_cache',
/dports/www/baikal/baikal/vendor/twig/twig/doc/
H A Dintro.rst67 'cache' => '/path/to/compilation_cache',
/dports/www/opencart/opencart-3.0.3.8/upload/system/storage/vendor/twig/twig/doc/
H A Dintro.rst67 'cache' => '/path/to/compilation_cache',
/dports/lang/v8/v8-9.6.180.12/src/regexp/
H A Dregexp.cc194 CompilationCache* compilation_cache = nullptr; in Compile() local
196 compilation_cache = isolate->compilation_cache(); in Compile()
197 MaybeHandle<FixedArray> maybe_cached = compilation_cache->LookupRegExp( in Compile()
266 compilation_cache->PutRegExp(pattern, JSRegExp::AsJSRegExpFlags(flags), in Compile()
/dports/www/bolt/bolt-2.2.24/vendor/twig/twig/doc/
H A Dintro.rst75 'cache' => '/path/to/compilation_cache',
/dports/devel/gitlist/gitlist/vendor/twig/twig/doc/
H A Dintro.rst76 'cache' => '/path/to/compilation_cache',
/dports/www/itop/web/lib/silex/vendor/twig/twig/doc/
H A Dintro.rst76 'cache' => '/path/to/compilation_cache',
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/twig/twig/doc/
H A Dintro.rst76 'cache' => '/path/to/compilation_cache',
/dports/lang/v8/v8-9.6.180.12/src/debug/
H A Dliveedit.cc1050 isolate->compilation_cache()->Remove(sfi); in PatchScript()
1114 isolate->compilation_cache()->Remove(sfi); in PatchScript()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/debug/
H A Dliveedit.cc1116 isolate->compilation_cache()->Remove(sfi); in PatchScript()
1178 isolate->compilation_cache()->Remove(sfi); in PatchScript()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/debug/
H A Dliveedit.cc1127 isolate->compilation_cache()->Remove(sfi); in PatchScript()
1191 isolate->compilation_cache()->Remove(sfi); in PatchScript()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dshared-function-info.cc428 return isolate->compilation_cache()->LookupCode(zis); in TryGetCachedCode()
/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dincremental-marking.cc248 heap_->isolate()->compilation_cache()->MarkCompactPrologue(); in StartMarking()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/
H A Dincremental-marking.cc242 heap_->isolate()->compilation_cache()->MarkCompactPrologue(); in StartMarking()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/heap/
H A Dincremental-marking.cc331 heap_->isolate()->compilation_cache()->MarkCompactPrologue(); in StartMarking()
/dports/www/node10/node-v10.24.1/deps/v8/src/heap/
H A Dincremental-marking.cc412 heap_->isolate()->compilation_cache()->MarkCompactPrologue(); in StartMarking()

123