Home
last modified time | relevance | path

Searched refs:HasInterpreterData (Results 1 – 11 of 11) sorted by relevance

/dports/www/node10/node-v10.24.1/deps/v8/src/objects/
H A Dshared-function-info-inl.h447 DCHECK(HasInterpreterData()); in InterpreterTrampoline()
451 bool SharedFunctionInfo::HasInterpreterData() const { in HasInterpreterData() function
456 DCHECK(HasInterpreterData()); in interpreter_data()
H A Dshared-function-info.h181 inline bool HasInterpreterData() const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dshared-function-info-inl.h514 DCHECK(HasInterpreterData()); in InterpreterTrampoline()
518 bool SharedFunctionInfo::HasInterpreterData() const { in HasInterpreterData() function
523 DCHECK(HasInterpreterData()); in interpreter_data()
H A Dshared-function-info.h319 inline bool HasInterpreterData() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dshared-function-info-inl.h530 DCHECK(HasInterpreterData()); in InterpreterTrampoline()
534 bool SharedFunctionInfo::HasInterpreterData() const { in HasInterpreterData() function
539 DCHECK(HasInterpreterData()); in interpreter_data()
H A Dshared-function-info.h321 inline bool HasInterpreterData() const;
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dshared-function-info-inl.h650 DCHECK(HasInterpreterData()); in InterpreterTrampoline()
654 bool SharedFunctionInfo::HasInterpreterData() const { in HasInterpreterData() function
665 DCHECK(HasInterpreterData()); in interpreter_data()
H A Dshared-function-info.h307 inline bool HasInterpreterData() const;
/dports/www/node10/node-v10.24.1/deps/v8/src/debug/
H A Dliveedit.cc830 if (new_shared_info->HasInterpreterData()) { in ReplaceFunctionCode()
/dports/lang/v8/v8-9.6.180.12/src/baseline/
H A Dbaseline-compiler.cc329 if (shared_function_info_->HasInterpreterData()) { in Build()
/dports/lang/v8/v8-9.6.180.12/src/logging/
H A Dlog.cc2220 if (shared->HasInterpreterData()) { in LogCompiledFunctions()