Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dshared-function-info-inl.h136 if (HasBytecodeArray()) { in abstract_code()
339 bool SharedFunctionInfo::IsInterpreted() const { return HasBytecodeArray(); } in IsInterpreted()
448 bool SharedFunctionInfo::HasBytecodeArray() const { in HasBytecodeArray() function
454 DCHECK(HasBytecodeArray()); in GetBytecodeArray()
466 DCHECK(HasBytecodeArray()); in GetDebugBytecodeArray()
477 DCHECK(HasBytecodeArray()); in SetDebugBytecodeArray()
709 bool can_decompile = (HasBytecodeArray() || HasAsmWasmData() || in CanDiscardCompiled()
Dshared-function-info.h303 inline bool HasBytecodeArray() const;
/external/v8/src/runtime/
Druntime-generator.cc23 DCHECK(function->shared()->HasBytecodeArray()); in RUNTIME_FUNCTION()
103 DCHECK(shared->HasBytecodeArray()); in RUNTIME_FUNCTION()
Druntime-compiler.cc211 DCHECK(frame->function()->shared()->HasBytecodeArray()); in DetermineEntryAndDisarmOSRForInterpreter()
/external/v8/src/
Druntime-profiler.cc136 DCHECK(shared->HasBytecodeArray()); in AttemptOnStackReplacement()
Dcompiler.cc353 DCHECK(!shared_info->HasBytecodeArray()); // Only compiled once. in InstallUnoptimizedCode()
700 DCHECK_IMPLIES(!has_script, shared->HasBytecodeArray()); in GetOptimizedCode()
756 DCHECK(function->shared()->HasBytecodeArray()); in GetOptimizedCode()
1053 DCHECK(!shared_info->HasBytecodeArray()); in Compile()
Dobjects-debug.cc984 HasBytecodeArray() || HasAsmWasmData() || HasBuiltinId() || in SharedFunctionInfoVerify()
995 } else if (HasBytecodeArray()) { in SharedFunctionInfoVerify()
Dobjects-printer.cc1366 if (shared()->HasBytecodeArray()) { in JSFunctionPrint()
Ddeoptimizer.cc2304 DCHECK(shared->HasBytecodeArray()); in ComputeSourcePositionFromBytecodeArray()
Dobjects.cc13810 DCHECK(HasBytecodeArray()); in GetCode()
18752 DCHECK(function()->shared()->HasBytecodeArray()); in source_position()
/external/v8/src/debug/
Dliveedit.cc1037 if (sfi->HasBytecodeArray()) { in UpdatePositions()
1142 if (!sfi->HasBytecodeArray()) continue; in PatchScript()
1182 if (!new_sfi->HasBytecodeArray()) continue; in PatchScript()
1231 if (!sfi->HasBytecodeArray()) continue; in PatchScript()
Ddebug.cc1142 DCHECK(shared->HasBytecodeArray()); in RedirectActiveFunctions()
1200 if (shared->HasBytecodeArray()) { in PrepareFunctionForDebugExecution()
2056 DCHECK(debug_info->shared()->HasBytecodeArray()); in UpdateDebugInfosForExecutionMode()
2157 if (!shared->HasBytecodeArray()) { in PerformSideEffectCheck()
Ddebug-evaluate.cc876 if (info->HasBytecodeArray()) { in FunctionGetSideEffectState()
/external/v8/src/compiler/
Djs-inlining-heuristic.cc62 if (!shared->HasBytecodeArray()) return false; in CanInlineFunction()
75 if (shared->HasBytecodeArray() && shared->GetBytecodeArray()->length() <= in IsSmallInlineFunction()
Djs-heap-broker.h393 V(bool, HasBytecodeArray)
Djs-heap-broker.cc447 object_->HasBytecodeArray() in SharedFunctionInfoData()
455 DCHECK_EQ(HasBytecodeArray, GetBytecodeArray != nullptr); in SharedFunctionInfoData()
Djs-create-lowering.cc427 DCHECK(shared.HasBytecodeArray()); in ReduceJSCreateGeneratorObject()