Home
last modified time | relevance | path

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

/external/v8/src/
Druntime-profiler.cc117 DCHECK(!function->shared()->HasBytecodeArray()); in Optimize()
127 DCHECK(function->shared()->HasBytecodeArray()); in Baseline()
Dcompiler.cc440 return info->shared_info()->HasBytecodeArray(); in UseIgnition()
530 DCHECK(!shared->HasBytecodeArray()); // Only compiled once. in InstallSharedCompilationResult()
786 info->shared_info()->HasBytecodeArray()) { in GetOptimizedCode()
884 if (function->shared()->HasBytecodeArray()) { in GetBaselineCode()
1350 if (shared->HasBytecodeArray()) { in EnsureDeoptimizationSupport()
Dobjects-printer.cc975 if (HasBytecodeArray()) { in SharedFunctionInfoPrint()
Dobjects-debug.cc578 HasBytecodeArray()); in SharedFunctionInfoVerify()
Dfactory.cc2252 if (shared->HasBytecodeArray()) { in NewDebugInfo()
2260 if (shared->HasBytecodeArray()) { in NewDebugInfo()
Dobjects-inl.h5810 if (HasBytecodeArray()) {
5989 return HasBytecodeArray() || in HasDebugCode()
6009 bool SharedFunctionInfo::HasBytecodeArray() { in HasBytecodeArray() function
6014 DCHECK(HasBytecodeArray()); in bytecode_array()
6024 DCHECK(function_data()->IsUndefined(GetIsolate()) || HasBytecodeArray()); in ClearBytecodeArray()
Ddeoptimizer.cc2786 if (shared->HasBytecodeArray()) { in ComputeSourcePosition()
Dobjects.h6864 inline bool HasBytecodeArray();
Dobjects.cc18936 if (function()->shared()->HasBytecodeArray()) { in source_position()
/external/v8/src/runtime/
Druntime-generator.cc24 if (function->shared()->HasBytecodeArray()) { in RUNTIME_FUNCTION()
Druntime-function.cc183 if (source_shared->HasBytecodeArray()) { in RUNTIME_FUNCTION()
Druntime-test.cc168 if (function->shared()->HasBytecodeArray()) { in RUNTIME_FUNCTION()
/external/v8/test/cctest/compiler/
Dfunction-tester.h219 if (FLAG_turbo_from_bytecode && function->shared()->HasBytecodeArray()) { in Compile()
Dtest-run-bytecode-graph-builder.cc122 CHECK(function->shared()->HasBytecodeArray()); in GetFunction()
/external/v8/src/debug/
Dliveedit.cc1013 if (shared_info->HasBytecodeArray()) { in ReplaceFunctionCode()
1287 } else if (info->HasBytecodeArray()) { in PatchFunctionPositions()
Ddebug.cc1323 bool is_interpreted = shared->HasBytecodeArray(); in PrepareFunctionForBreakPoints()
1542 if (shared->HasBytecodeArray()) { in EnsureDebugInfo()
/external/v8/src/compiler/
Dpipeline.cc889 if (data->info()->shared_info()->HasBytecodeArray()) { in Run()