Home
last modified time | relevance | path

Searched refs:HasBytecodeArray (Results 1 – 25 of 29) sorted by relevance

12

/third_party/node/deps/v8/src/objects/
Dshared-function-info-inl.h200 if (HasBytecodeArray()) { in abstract_code()
219 return !HasBytecodeArray() || in AreSourcePositionsAvailable()
244 if (!HasBytecodeArray()) return kHasNoBytecode; in GetInlineability()
517 } else if (shared.HasBytecodeArray()) { in IsCompiledScope()
532 } else if (shared.HasBytecodeArray()) { in IsCompiledScope()
547 return FLAG_enable_lazy_source_positions && HasBytecodeArray() && in CanCollectSourcePosition()
560 bool SharedFunctionInfo::HasBytecodeArray() const { in HasBytecodeArray() function
570 DCHECK(HasBytecodeArray()); in GetBytecodeArray()
936 return HasBytecodeArray() || HasUncompiledDataWithPreparseData() || in CanDiscardCompiled()
Djs-function.cc38 if (shared().HasBytecodeArray()) { in GetAvailableCodeKinds()
126 shared().HasBytecodeArray() && !shared().HasBaselineCode())); in GetActiveTier()
190 DCHECK(shared().HasBytecodeArray()); in MarkForOptimization()
499 DCHECK(function->shared().HasBytecodeArray()); in EnsureClosureFeedbackCellArray()
563 DCHECK(function->shared().HasBytecodeArray()); in CreateAndAttachFeedbackVector()
Dshared-function-info.cc86 DCHECK(HasBytecodeArray()); in GetCode()
722 if (!shared_info->HasBytecodeArray()) { in EnsureBytecodeArrayAvailable()
742 DCHECK(shared->HasBytecodeArray()); in InstallDebugBytecode()
Dshared-function-info.h331 inline bool HasBytecodeArray() const;
Dcompilation-cache-table.cc392 if (info.HasBytecodeArray() && info.GetBytecodeArray(isolate).IsOld()) { in Age()
Dcall-site-info.cc544 (shared->HasBytecodeArray() && in ComputeLocation()
/third_party/node/deps/v8/src/runtime/
Druntime-generator.cc56 DCHECK(function->shared().HasBytecodeArray()); in RUNTIME_FUNCTION()
143 DCHECK(shared.HasBytecodeArray()); in RUNTIME_FUNCTION()
Druntime-compiler.cc242 DCHECK(frame->function().shared().HasBytecodeArray()); in RUNTIME_FUNCTION()
Druntime-test.cc323 DCHECK(function->shared().HasBytecodeArray()); in OptimizeFunctionOnNextCall()
/third_party/node/deps/v8/src/baseline/
Dbaseline.cc38 if (!shared.HasBytecodeArray()) return false; in CanCompileWithBaseline()
/third_party/node/deps/v8/src/debug/
Ddebug-frames.cc103 DCHECK(shared.HasBytecodeArray()); in RedirectActiveFunctions()
Dliveedit.cc968 if (sfi->HasBytecodeArray()) { in UpdatePositions()
1088 if (!sfi->HasBytecodeArray()) continue; in PatchScript()
1134 if (!sfi.HasBytecodeArray()) continue; in PatchScript()
1180 if (!sfi.HasBytecodeArray()) continue; in PatchScript()
Ddebug.cc1546 if (shared->HasBytecodeArray()) { in PrepareFunctionForDebugExecution()
2644 DCHECK(debug_info->shared().HasBytecodeArray()); in UpdateDebugInfosForExecutionMode()
2762 if (!shared->HasBytecodeArray()) { in PerformSideEffectCheck()
Ddebug-evaluate.cc1012 if (info->HasBytecodeArray()) { in FunctionGetSideEffectState()
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc393 shared_info->HasBytecodeArray() in RecordUnoptimizedCompilationStats()
415 if (shared->HasBytecodeArray()) { in RecordUnoptimizedFunctionCompilation()
601 DCHECK(!shared_info->HasBytecodeArray()); in InstallInterpreterTrampolineCopy()
638 DCHECK(!shared_info->HasBytecodeArray()); // Only compiled once. in InstallUnoptimizedCode()
1066 DCHECK(compilation_info->shared_info()->HasBytecodeArray()); in CompileTurbofan_Concurrent()
1107 DCHECK_IMPLIES(!has_script, shared->HasBytecodeArray()); in CompileTurbofan()
1879 DCHECK(shared_info->HasBytecodeArray()); in CollectSourcePositions()
1989 DCHECK(!shared_info->HasBytecodeArray()); in Compile()
2278 DCHECK(function->shared().HasBytecodeArray()); in Compile()
3516 if (is_compiled_scope.is_compiled() && shared->HasBytecodeArray()) { in Compile()
/third_party/node/deps/v8/src/execution/
Dtiering-manager.cc403 DCHECK(function->shared().HasBytecodeArray()); in OnInterruptTick()
/third_party/node/deps/v8/src/compiler/
Djs-inlining-heuristic.cc40 if (!shared.HasBytecodeArray()) { in CanConsiderForInlining()
Dheap-refs.h880 V(bool, HasBytecodeArray) \
Dheap-refs.cc1559 CHECK(HasBytecodeArray()); in HEAP_ACCESSOR_C()
Djs-create-lowering.cc404 DCHECK(shared.HasBytecodeArray()); in ReduceJSCreateGeneratorObject()
/third_party/node/deps/v8/src/snapshot/
Dcode-serializer.cc293 DCHECK(shared_info.HasBytecodeArray()); in CreateInterpreterDataForDeserializedCode()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc933 CHECK(is_wasm || IsApiFunction() || HasBytecodeArray() || HasBuiltinId() || in SharedFunctionInfoVerify()
947 } else if (HasBytecodeArray() && HasFeedbackMetadata()) { in SharedFunctionInfoVerify()
Dobjects-printer.cc665 if (fun_info.HasBytecodeArray() && in JSGeneratorObjectPrint()
1560 if (shared().HasBytecodeArray()) { in JSFunctionPrint()
/third_party/node/deps/v8/src/deoptimizer/
Ddeoptimizer.cc2037 DCHECK(shared.HasBytecodeArray()); in ComputeSourcePositionFromBytecodeArray()
/third_party/node/deps/v8/src/logging/
Dlog.cc1843 if (sfi.is_compiled() && !sfi.HasBytecodeArray()) { in EnumerateCompiledFunctions()

12