Home
last modified time | relevance | path

Searched refs:HasTypeSummaryOffset (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.h362 bool HasTypeSummaryOffset(const CString &recordName) const in HasTypeSummaryOffset() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp698 if (jsPandaFile_->HasTypeSummaryOffset(entryPoint)) { in CollectRecordExportInfo()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp160 if (UNLIKELY(!jsPandaFile->HasTypeSummaryOffset(entryPoint))) { in ResolveImportType()
Dts_manager.cpp1658 if (jsPandaFile->HasTypeSummaryOffset(recordName)) { in PrintTypeInfo()