Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-generator.cc56 DCHECK(function->shared().HasBytecodeArray()); in RUNTIME_FUNCTION()
142 DCHECK(shared.HasBytecodeArray()); in RUNTIME_FUNCTION()
Druntime-compiler.cc272 DCHECK(frame->function().shared().HasBytecodeArray()); in DetermineEntryAndDisarmOSRForInterpreter()
/external/v8/src/objects/
Dshared-function-info-inl.h168 if (HasBytecodeArray()) { in abstract_code()
333 bool SharedFunctionInfo::IsInterpreted() const { return HasBytecodeArray(); } in IsInterpreted()
430 : retain_bytecode_(shared.HasBytecodeArray() in IsCompiledScope()
440 shared.HasBytecodeArray() in IsCompiledScope()
460 bool SharedFunctionInfo::HasBytecodeArray() const { in HasBytecodeArray() function
466 DCHECK(HasBytecodeArray()); in GetBytecodeArray()
759 bool can_decompile = (HasBytecodeArray() || HasAsmWasmData() || in CanDiscardCompiled()
Dshared-function-info.cc83 DCHECK(HasBytecodeArray()); in GetCode()
379 if (!HasBytecodeArray()) return kHasNoBytecode; in GetInlineability()
665 return !HasBytecodeArray() || GetBytecodeArray().HasSourcePositionTable(); in AreSourcePositionsAvailable()
673 if (FLAG_enable_lazy_source_positions && shared_info->HasBytecodeArray() && in EnsureSourcePositionsAvailable()
Djs-function.cc50 if (shared().HasBytecodeArray()) { in GetAvailableCodeKinds()
269 DCHECK(function->shared().HasBytecodeArray()); in EnsureClosureFeedbackCellArray()
297 DCHECK(function->shared().HasBytecodeArray()); in EnsureFeedbackVector()
Dshared-function-info.h317 inline bool HasBytecodeArray() const;
Djs-objects.cc5241 DCHECK(shared_info->HasBytecodeArray()); in EnsureSourcePositionsAvailable()
Dobjects.cc6522 DCHECK(function().shared().HasBytecodeArray()); in source_position()
/external/v8/src/debug/
Ddebug-frames.cc91 DCHECK(shared.HasBytecodeArray()); in RedirectActiveFunctions()
Dliveedit.cc1045 if (sfi->HasBytecodeArray()) { in UpdatePositions()
1161 if (!sfi->HasBytecodeArray()) continue; in PatchScript()
1206 if (!sfi.HasBytecodeArray()) continue; in PatchScript()
1251 if (!sfi.HasBytecodeArray()) continue; in PatchScript()
Ddebug.cc1255 if (shared->HasBytecodeArray()) { in PrepareFunctionForDebugExecution()
2234 DCHECK(debug_info->shared().HasBytecodeArray()); in UpdateDebugInfosForExecutionMode()
2346 if (!shared->HasBytecodeArray()) { in PerformSideEffectCheck()
Ddebug-evaluate.cc908 if (info->HasBytecodeArray()) { in FunctionGetSideEffectState()
/external/v8/src/codegen/
Dcompiler.cc301 if (shared_info->HasBytecodeArray()) { in RecordUnoptimizedCompilationStats()
321 if (shared->HasBytecodeArray()) { in RecordUnoptimizedFunctionCompilation()
497 DCHECK(!shared_info->HasBytecodeArray()); in InstallInterpreterTrampolineCopy()
536 DCHECK(!shared_info->HasBytecodeArray()); // Only compiled once. in InstallUnoptimizedCode()
1033 DCHECK(function->shared().HasBytecodeArray()); in GetOptimizedCodeLater()
1146 DCHECK_IMPLIES(!has_script, shared->HasBytecodeArray()); in GetOptimizedCode()
1654 DCHECK(shared_info->HasBytecodeArray()); in CollectSourcePositions()
1756 DCHECK(!shared_info->HasBytecodeArray()); in Compile()
3097 if (is_compiled_scope.is_compiled() && shared->HasBytecodeArray()) { in PostInstantiation()
/external/v8/src/snapshot/
Dcode-serializer.cc236 if (!shared_info.HasBytecodeArray()) continue; in CreateInterpreterDataForDeserializedCode()
/external/v8/src/compiler/
Djs-inlining-heuristic.cc39 DCHECK(shared.HasBytecodeArray()); in CanConsiderForInlining()
Dheap-refs.h796 V(bool, HasBytecodeArray) \
Djs-create-lowering.cc426 DCHECK(shared.HasBytecodeArray()); in ReduceJSCreateGeneratorObject()
Djs-heap-broker.cc1835 object->HasBytecodeArray() in SharedFunctionInfoData()
/external/v8/src/diagnostics/
Dobjects-debug.cc834 HasBytecodeArray() || HasAsmWasmData() || HasBuiltinId() || in SharedFunctionInfoVerify()
849 } else if (HasBytecodeArray() && HasFeedbackMetadata()) { in SharedFunctionInfoVerify()
Dobjects-printer.cc593 if (fun_info.HasBytecodeArray() && in JSGeneratorObjectPrint()
1247 if (shared().HasBytecodeArray()) { in JSFunctionPrint()
/external/v8/src/execution/
Disolate.cc2233 if (shared->HasBytecodeArray() && in ThrowInternal()
4552 if (sfi.HasBytecodeArray()) { in ThrowInternal()
/external/v8/src/deoptimizer/
Ddeoptimizer.cc2495 DCHECK(shared.HasBytecodeArray()); in ComputeSourcePositionFromBytecodeArray()
/external/v8/src/heap/
Dmark-compact.cc2159 DCHECK(shared_info.HasBytecodeArray()); in FlushBytecodeFromSFI()