Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dpipeline.cc512 if (data->info()->shared_info()->HasBytecodeArray()) { in Run()
617 if (data->info()->shared_info()->HasBytecodeArray()) { in Run()
/external/v8/src/
Dobjects-debug.cc585 HasBuiltinFunctionId() || HasBytecodeArray()); in SharedFunctionInfoVerify()
Dobjects-printer.cc904 if (HasBytecodeArray()) { in SharedFunctionInfoPrint()
Dobjects-inl.h5957 bool SharedFunctionInfo::HasBytecodeArray() { in HasBytecodeArray() function
5963 DCHECK(HasBytecodeArray()); in bytecode_array()
Dobjects.h6610 inline bool HasBytecodeArray();
/external/v8/test/cctest/compiler/
Dtest-run-bytecode-graph-builder.cc120 CHECK(function->shared()->HasBytecodeArray()); in GetFunction()