Home
last modified time | relevance | path

Searched refs:is_compiled_scope (Results 1 – 25 of 50) sorted by relevance

12

/dports/lang/v8/v8-9.6.180.12/src/baseline/
H A Dbaseline-batch-compiler.cc48 IsCompiledScope is_compiled_scope( in EnqueueFunction() local
49 function->shared().is_compiled_scope(isolate_)); in EnqueueFunction()
51 isolate_, function, Compiler::CLEAR_EXCEPTION, &is_compiled_scope); in EnqueueFunction()
106 IsCompiledScope is_compiled_scope( in CompileBatch() local
107 function->shared().is_compiled_scope(isolate_)); in CompileBatch()
109 &is_compiled_scope); in CompileBatch()
133 IsCompiledScope is_compiled_scope(shared->is_compiled_scope(isolate_)); in MaybeCompileFunction() local
135 isolate_, shared, Compiler::CLEAR_EXCEPTION, &is_compiled_scope); in MaybeCompileFunction()
/dports/lang/v8/v8-9.6.180.12/test/cctest/interpreter/
H A Dinterpreter-tester.h132 IsCompiledScope is_compiled_scope; in GetBytecodeFunction() local
142 is_compiled_scope = function->shared().is_compiled_scope(isolate_); in GetBytecodeFunction()
153 is_compiled_scope = function->shared().is_compiled_scope(isolate_); in GetBytecodeFunction()
159 is_compiled_scope = function->shared().is_compiled_scope(isolate_); in GetBytecodeFunction()
167 JSFunction::EnsureFeedbackVector(function, &is_compiled_scope); in GetBytecodeFunction()
/dports/lang/v8/v8-9.6.180.12/src/codegen/
H A Dcompiler.cc774 *is_compiled_scope = shared_info->is_compiled_scope(isolate); in IterativelyExecuteAndFinalizeUnoptimizedCompilationJobs()
1856 *is_compiled_scope = shared_info->is_compiled_scope(isolate); in Compile()
1915 *is_compiled_scope = shared_info->is_compiled_scope(isolate); in Compile()
2140 IsCompiledScope is_compiled_scope; in Compile() local
2181 IsCompiledScope is_compiled_scope; in Compile() local
2186 is_compiled_scope = shared_info->is_compiled_scope(isolate); in Compile()
2828 *is_compiled_scope = result->is_compiled_scope(isolate); in Compile()
2865 IsCompiledScope is_compiled_scope; in Compile() local
2898 is_compiled_scope = result->is_compiled_scope(isolate); in Compile()
3079 is_compiled_scope = wrapped->is_compiled_scope(isolate); in Compile()
[all …]
H A Dcompiler.h72 IsCompiledScope* is_compiled_scope);
75 IsCompiledScope* is_compiled_scope);
79 IsCompiledScope* is_compiled_scope);
82 IsCompiledScope* is_compiled_scope);
87 IsCompiledScope* is_compiled_scope);
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/
H A Dcompiler.cc734 *is_compiled_scope = shared_info->is_compiled_scope(isolate); in IterativelyExecuteAndFinalizeUnoptimizedCompilationJobs()
1781 *is_compiled_scope = shared_info->is_compiled_scope(isolate); in Compile()
1836 *is_compiled_scope = shared_info->is_compiled_scope(isolate); in Compile()
1956 IsCompiledScope is_compiled_scope; in CompileForLiveEdit() local
1996 IsCompiledScope is_compiled_scope; in GetFunctionFromEval() local
2001 is_compiled_scope = shared_info->is_compiled_scope(isolate); in GetFunctionFromEval()
2630 *is_compiled_scope = result->is_compiled_scope(isolate); in CompileScriptOnBothBackgroundAndMainThread()
2667 IsCompiledScope is_compiled_scope; in GetSharedFunctionInfoForScript() local
2696 is_compiled_scope = inner_result->is_compiled_scope(isolate); in GetSharedFunctionInfoForScript()
2829 is_compiled_scope = wrapped->is_compiled_scope(isolate); in GetWrappedFunction()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/runtime/
H A Druntime-test.cc244 if (!is_compiled_scope->is_compiled() && in CanOptimizeFunction()
246 is_compiled_scope)) { in CanOptimizeFunction()
291 IsCompiledScope is_compiled_scope( in OptimizeFunctionOnNextCall() local
336 IsCompiledScope is_compiled_scope( in EnsureFeedbackVector() local
346 &is_compiled_scope)) { in EnsureFeedbackVector()
367 IsCompiledScope is_compiled_scope = in RUNTIME_FUNCTION() local
375 if (!is_compiled_scope.is_compiled() && in RUNTIME_FUNCTION()
463 IsCompiledScope is_compiled_scope( in RUNTIME_FUNCTION() local
526 IsCompiledScope is_compiled_scope( in RUNTIME_FUNCTION() local
556 IsCompiledScope is_compiled_scope( in RUNTIME_FUNCTION() local
[all …]
H A Druntime-internal.cc345 IsCompiledScope is_compiled_scope( in BytecodeBudgetInterruptFromBytecode() local
346 function->shared().is_compiled_scope(isolate)); in BytecodeBudgetInterruptFromBytecode()
347 JSFunction::EnsureFeedbackVector(function, &is_compiled_scope); in BytecodeBudgetInterruptFromBytecode()
348 DCHECK(is_compiled_scope.is_compiled()); in BytecodeBudgetInterruptFromBytecode()
359 IsCompiledScope is_compiled_scope( in BytecodeBudgetInterruptFromBytecode() local
360 function->shared().is_compiled_scope(isolate)); in BytecodeBudgetInterruptFromBytecode()
362 &is_compiled_scope); in BytecodeBudgetInterruptFromBytecode()
H A Druntime-compiler.cc72 IsCompiledScope is_compiled_scope; in RUNTIME_FUNCTION() local
74 &is_compiled_scope)) { in RUNTIME_FUNCTION()
87 IsCompiledScope is_compiled_scope(*sfi, isolate); in RUNTIME_FUNCTION() local
91 JSFunction::EnsureFeedbackVector(function, &is_compiled_scope); in RUNTIME_FUNCTION()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/
H A Dcompiler.cc694 *is_compiled_scope = shared_info->is_compiled_scope(); in GenerateUnoptimizedCodeForToplevel()
1482 *is_compiled_scope = shared_info->is_compiled_scope(); in Compile()
1526 *is_compiled_scope = shared_info->is_compiled_scope(); in Compile()
1565 *is_compiled_scope = shared_info->is_compiled_scope(); in Compile()
1673 IsCompiledScope is_compiled_scope; in CompileForLiveEdit() local
1712 IsCompiledScope is_compiled_scope; in GetFunctionFromEval() local
1717 is_compiled_scope = shared_info->is_compiled_scope(); in GetFunctionFromEval()
2213 IsCompiledScope is_compiled_scope; in GetSharedFunctionInfoForScript() local
2242 is_compiled_scope = inner_result->is_compiled_scope(); in GetSharedFunctionInfoForScript()
2372 is_compiled_scope = wrapped->is_compiled_scope(); in GetWrappedFunction()
[all …]
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-feedback-vector.h54 IsCompiledScope is_compiled_scope(shared->is_compiled_scope(isolate)); in NewFeedbackVector()
56 &is_compiled_scope); in NewFeedbackVector()
H A Dcctest.cc271 i::IsCompiledScope is_compiled_scope(shared->is_compiled_scope(isolate)); in Optimize() local
272 CHECK(is_compiled_scope.is_compiled() || in Optimize()
274 &is_compiled_scope)); in Optimize()
287 i::JSFunction::EnsureFeedbackVector(function, &is_compiled_scope); in Optimize()
/dports/lang/v8/v8-9.6.180.12/test/unittests/compiler-dispatcher/
H A Doptimizing-compile-dispatcher-unittest.cc78 IsCompiledScope is_compiled_scope; in TEST_F() local
80 &is_compiled_scope)); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/debug/
H A Ddebug.cc1343 IsCompiledScope is_compiled_scope; in InstallDebugBreakTrampoline() local
1345 DCHECK(is_compiled_scope.is_compiled()); in InstallDebugBreakTrampoline()
1408 IsCompiledScope is_compiled_scope(candidate->is_compiled_scope()); in GetPossibleBreakpoints() local
1409 if (!is_compiled_scope.is_compiled()) { in GetPossibleBreakpoints()
1502 IsCompiledScope is_compiled_scope; in FindSharedFunctionInfoInScript() local
1513 is_compiled_scope = shared.is_compiled_scope(); in FindSharedFunctionInfoInScript()
1514 if (is_compiled_scope.is_compiled()) { in FindSharedFunctionInfoInScript()
1547 IsCompiledScope is_compiled_scope = shared->is_compiled_scope(); in EnsureBreakInfo() local
1548 if (!is_compiled_scope.is_compiled() && in EnsureBreakInfo()
2252 IsCompiledScope is_compiled_scope(function->shared().is_compiled_scope()); in PerformSideEffectCheck() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/debug/
H A Ddebug.cc1382 IsCompiledScope is_compiled_scope; in InstallDebugBreakTrampoline() local
1384 DCHECK(is_compiled_scope.is_compiled()); in InstallDebugBreakTrampoline()
1447 IsCompiledScope is_compiled_scope(candidate->is_compiled_scope(isolate_)); in GetPossibleBreakpoints() local
1448 if (!is_compiled_scope.is_compiled()) { in GetPossibleBreakpoints()
1541 IsCompiledScope is_compiled_scope; in FindSharedFunctionInfoInScript() local
1552 is_compiled_scope = shared.is_compiled_scope(isolate_); in FindSharedFunctionInfoInScript()
1553 if (is_compiled_scope.is_compiled()) { in FindSharedFunctionInfoInScript()
1586 IsCompiledScope is_compiled_scope = shared->is_compiled_scope(isolate_); in EnsureBreakInfo() local
1587 if (!is_compiled_scope.is_compiled() && in EnsureBreakInfo()
2323 IsCompiledScope is_compiled_scope( in PerformSideEffectCheck() local
[all …]
H A Ddebug-coverage.cc796 IsCompiledScope is_compiled_scope( in SelectMode() local
797 func->shared().is_compiled_scope(isolate)); in SelectMode()
798 CHECK(is_compiled_scope.is_compiled()); in SelectMode()
799 JSFunction::EnsureFeedbackVector(func, &is_compiled_scope); in SelectMode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Djs-function.cc289 IsCompiledScope* is_compiled_scope) { in EnsureFeedbackVector() argument
291 DCHECK(is_compiled_scope->is_compiled()); in EnsureFeedbackVector()
303 isolate, shared, closure_feedback_cell_array, is_compiled_scope); in EnsureFeedbackVector()
315 IsCompiledScope* is_compiled_scope) { in InitializeFeedbackCell() argument
333 EnsureFeedbackVector(function, is_compiled_scope); in InitializeFeedbackCell()
868 IsCompiledScope is_compiled_scope(shared->is_compiled_scope(isolate)); in CalculateExpectedNofProperties() local
869 if (is_compiled_scope.is_compiled() || in CalculateExpectedNofProperties()
871 &is_compiled_scope)) { in CalculateExpectedNofProperties()
H A Dcompilation-cache-table-inl.h85 : is_compiled_scope_(!shared.is_null() ? shared.is_compiled_scope(isolate) in InfoCellPair()
/dports/lang/v8/v8-9.6.180.12/src/debug/
H A Ddebug.cc1490 IsCompiledScope is_compiled_scope; in InstallDebugBreakTrampoline() local
1492 &is_compiled_scope); in InstallDebugBreakTrampoline()
1493 DCHECK(is_compiled_scope.is_compiled()); in InstallDebugBreakTrampoline()
1523 IsCompiledScope is_compiled_scope; in CompileTopLevel() local
1725 IsCompiledScope is_compiled_scope(candidate->is_compiled_scope(isolate_)); in FindSharedFunctionInfosIntersectingRange() local
1764 IsCompiledScope is_compiled_scope; in FindInnermostContainingFunctionInfo() local
1777 is_compiled_scope = shared.is_compiled_scope(isolate_); in FindInnermostContainingFunctionInfo()
1810 IsCompiledScope is_compiled_scope = shared->is_compiled_scope(isolate_); in EnsureBreakInfo() local
1811 if (!is_compiled_scope.is_compiled() && in EnsureBreakInfo()
2583 IsCompiledScope is_compiled_scope( in PerformSideEffectCheck() local
[all …]
H A Ddebug-coverage.cc803 IsCompiledScope is_compiled_scope( in SelectMode() local
804 func->shared().is_compiled_scope(isolate)); in SelectMode()
805 CHECK(is_compiled_scope.is_compiled()); in SelectMode()
806 JSFunction::EnsureFeedbackVector(func, &is_compiled_scope); in SelectMode()
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Djs-function.cc304 IsCompiledScope* is_compiled_scope) { in EnsureFeedbackVector() argument
306 DCHECK(is_compiled_scope->is_compiled()); in EnsureFeedbackVector()
320 isolate, shared, closure_feedback_cell_array, is_compiled_scope); in EnsureFeedbackVector()
332 Handle<JSFunction> function, IsCompiledScope* is_compiled_scope, in InitializeFeedbackCell() argument
364 EnsureFeedbackVector(function, is_compiled_scope); in InitializeFeedbackCell()
1011 IsCompiledScope is_compiled_scope(shared->is_compiled_scope(isolate)); in CalculateExpectedNofProperties() local
1012 if (is_compiled_scope.is_compiled() || in CalculateExpectedNofProperties()
1014 &is_compiled_scope)) { in CalculateExpectedNofProperties()
H A Dcompilation-cache-table-inl.h99 : is_compiled_scope_(!shared.is_null() ? shared.is_compiled_scope(isolate) in InfoCellPair()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/runtime/
H A Druntime-test.cc279 IsCompiledScope is_compiled_scope( in RUNTIME_FUNCTION() local
280 function->shared().is_compiled_scope(isolate)); in RUNTIME_FUNCTION()
281 if (!is_compiled_scope.is_compiled() && in RUNTIME_FUNCTION()
283 &is_compiled_scope)) { in RUNTIME_FUNCTION()
335 JSFunction::EnsureFeedbackVector(function, &is_compiled_scope); in RUNTIME_FUNCTION()
350 IsCompiledScope is_compiled_scope( in EnsureFeedbackVector() local
360 &is_compiled_scope)) { in EnsureFeedbackVector()
366 JSFunction::EnsureFeedbackVector(function, &is_compiled_scope); in EnsureFeedbackVector()
472 IsCompiledScope is_compiled_scope( in RUNTIME_FUNCTION() local
473 function->shared().is_compiled_scope(isolate)); in RUNTIME_FUNCTION()
[all …]
H A Druntime-compiler.cc43 IsCompiledScope is_compiled_scope; in RUNTIME_FUNCTION() local
45 &is_compiled_scope)) { in RUNTIME_FUNCTION()
52 JSFunction::EnsureFeedbackVector(function, &is_compiled_scope); in RUNTIME_FUNCTION()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/runtime/
H A Druntime-test.cc262 IsCompiledScope is_compiled_scope(function->shared().is_compiled_scope()); in RUNTIME_FUNCTION() local
263 if (!is_compiled_scope.is_compiled() && in RUNTIME_FUNCTION()
265 &is_compiled_scope)) { in RUNTIME_FUNCTION()
334 IsCompiledScope is_compiled_scope(function->shared().is_compiled_scope()); in EnsureFeedbackVector() local
343 &is_compiled_scope)) { in EnsureFeedbackVector()
921 IsCompiledScope is_compiled_scope; in RUNTIME_FUNCTION() local
923 !Compiler::Compile(func, Compiler::KEEP_EXCEPTION, &is_compiled_scope)) { in RUNTIME_FUNCTION()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dcompilation-cache-inl.h76 : is_compiled_scope_(!shared.is_null() ? shared.is_compiled_scope() in InfoCellPair()

12