Searched refs:HasBytecodeArray (Results 1 – 6 of 6) sorted by relevance
512 if (data->info()->shared_info()->HasBytecodeArray()) { in Run()617 if (data->info()->shared_info()->HasBytecodeArray()) { in Run()
585 HasBuiltinFunctionId() || HasBytecodeArray()); in SharedFunctionInfoVerify()
904 if (HasBytecodeArray()) { in SharedFunctionInfoPrint()
5957 bool SharedFunctionInfo::HasBytecodeArray() { in HasBytecodeArray() function5963 DCHECK(HasBytecodeArray()); in bytecode_array()
6610 inline bool HasBytecodeArray();
120 CHECK(function->shared()->HasBytecodeArray()); in GetFunction()