Home
last modified time | relevance | path

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

/external/v8/src/
Dcompiler.cc392 DCHECK(!shared->HasBytecodeArray()); // Only compiled once. in InstallSharedCompilationResult()
645 } else if (shared->HasBytecodeArray()) { in GetOptimizedCode()
743 } else if (shared->HasBytecodeArray()) { in FinalizeOptimizedCompilationJob()
800 if (function->shared()->HasBytecodeArray()) { in GetBaselineCode()
919 if (function->shared()->HasBytecodeArray()) { in GetLazyCode()
1107 } else if (function->shared()->HasBytecodeArray()) { in CompileOptimized()
1188 if (!info->shared_info()->HasBytecodeArray()) { in EnsureBytecode()
1200 DCHECK(info->shared_info()->HasBytecodeArray()); in EnsureBytecode()
1563 if (existing->HasBaselineCode() || existing->HasBytecodeArray()) { in GetSharedFunctionInfo()
Druntime-profiler.cc203 DCHECK(shared->HasBytecodeArray()); in AttemptOnStackReplacement()
Dobjects-debug.cc615 HasBytecodeArray() || HasAsmWasmData()); in SharedFunctionInfoVerify()
Dobjects-printer.cc1099 if (HasBytecodeArray()) { in SharedFunctionInfoPrint()
Dobjects-inl.h6153 if (HasBytecodeArray()) {
6332 return HasBytecodeArray(); in HasDebugCode()
6351 bool SharedFunctionInfo::HasBytecodeArray() { in HasBytecodeArray() function
6356 DCHECK(HasBytecodeArray()); in bytecode_array()
6366 DCHECK(function_data()->IsUndefined(GetIsolate()) || HasBytecodeArray()); in ClearBytecodeArray()
Dfactory.cc2424 if (shared->HasBytecodeArray()) { in NewDebugInfo()
Ddeoptimizer.cc2768 DCHECK(shared->HasBytecodeArray()); in ComputeSourcePositionFromBytecodeArray()
Dobjects.h7511 inline bool HasBytecodeArray();
Dobjects.cc19724 if (function()->shared()->HasBytecodeArray()) { in source_position()
/external/v8/src/runtime/
Druntime-generator.cc24 if (function->shared()->HasBytecodeArray()) { in RUNTIME_FUNCTION()
Druntime-function.cc187 if (source_shared->HasBytecodeArray()) { in RUNTIME_FUNCTION()
Druntime-compiler.cc289 DCHECK(frame->function()->shared()->HasBytecodeArray()); in DetermineEntryAndDisarmOSRForInterpreter()
Druntime-test.cc159 function->shared()->HasBytecodeArray()) { in RUNTIME_FUNCTION()
/external/v8/src/debug/
Dliveedit.cc1000 if (new_shared_info->HasBytecodeArray()) { in ReplaceFunctionCode()
1144 if (info->HasBytecodeArray()) { in PatchFunctionPositions()