Searched refs:HasInterpreterData (Results 1 – 4 of 4) sorted by relevance
647 DCHECK(HasInterpreterData()); in InterpreterTrampoline()651 bool SharedFunctionInfo::HasInterpreterData() const { in HasInterpreterData() function662 DCHECK(HasInterpreterData()); in interpreter_data()
337 inline bool HasInterpreterData() const;
331 if (shared_function_info_->HasInterpreterData()) { in Build()
2231 if (shared->HasInterpreterData()) { in LogCompiledFunctions()