Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-generator.cc23 DCHECK(function->shared()->HasBytecodeArray()); in RUNTIME_FUNCTION()
Druntime-function.cc187 if (source_shared->HasBytecodeArray()) { in RUNTIME_FUNCTION()
Druntime-compiler.cc292 DCHECK(frame->function()->shared()->HasBytecodeArray()); in DetermineEntryAndDisarmOSRForInterpreter()
Druntime-test.cc205 function->shared()->HasBytecodeArray()) { in RUNTIME_FUNCTION()
/external/v8/src/
Dcompiler.cc439 DCHECK(!shared->HasBytecodeArray()); // Only compiled once. in InstallSharedCompilationResult()
844 } else if (shared->HasBytecodeArray()) { in GetOptimizedCode()
885 DCHECK(shared->HasBytecodeArray()); in GetOptimizedCode()
943 } else if (shared->HasBytecodeArray()) { in FinalizeOptimizedCompilationJob()
999 if (function->shared()->HasBytecodeArray()) { in GetBaselineCode()
1110 if (function->shared()->HasBytecodeArray()) { in GetLazyCode()
1397 DCHECK_EQ(ShouldUseIgnition(info), info->shared_info()->HasBytecodeArray()); in EnsureBytecode()
1398 return info->shared_info()->HasBytecodeArray(); in EnsureBytecode()
Druntime-profiler.cc203 DCHECK(shared->HasBytecodeArray()); in AttemptOnStackReplacement()
Dobjects-inl.h5958 if (HasBytecodeArray()) {
6078 !HasBytecodeArray()); in set_code()
6153 return HasBytecodeArray(); in HasDebugCode()
6184 bool SharedFunctionInfo::HasBytecodeArray() const { in HasBytecodeArray() function
6189 DCHECK(HasBytecodeArray()); in bytecode_array()
6199 DCHECK(function_data()->IsUndefined(GetIsolate()) || HasBytecodeArray()); in ClearBytecodeArray()
Dobjects-debug.cc637 HasBytecodeArray() || HasAsmWasmData()); in SharedFunctionInfoVerify()
Dobjects-printer.cc1078 if (HasBytecodeArray()) { in SharedFunctionInfoPrint()
Dlog.cc1455 if (sfi->HasBytecodeArray()) { in EnumerateCompiledFunctions()
Dfactory.cc2542 if (shared->HasBytecodeArray()) { in NewDebugInfo()
Ddeoptimizer.cc2779 DCHECK(shared->HasBytecodeArray()); in ComputeSourcePositionFromBytecodeArray()
Dobjects.h7091 inline bool HasBytecodeArray() const;
Dobjects.cc19512 DCHECK(function()->shared()->HasBytecodeArray()); in source_position()
/external/v8/src/debug/
Ddebug-evaluate.cc520 if (info->HasBytecodeArray()) { in FunctionHasNoSideEffect()
Dliveedit.cc902 if (new_shared_info->HasBytecodeArray()) { in ReplaceFunctionCode()
1068 if (info->HasBytecodeArray()) { in PatchFunctionPositions()
/external/v8/src/heap/
Dmark-compact.cc917 if (shared->HasBytecodeArray()) { in ProcessJSFunctionCandidates()
969 if (candidate->HasBytecodeArray()) { in ProcessSharedFunctionInfoCandidates()