Home
last modified time | relevance | path

Searched refs:GetTypeSummaryOffset (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.h353 uint32_t GetTypeSummaryOffset(const CString &recordName) const in GetTypeSummaryOffset() function
364 return GetTypeSummaryOffset(recordName) != TYPE_SUMMARY_OFFSET_NOT_FOUND; in HasTypeSummaryOffset()
Dtype_literal_extractor.cpp179 ProcessTypeSummary(jsPandaFile, jsPandaFile->GetTypeSummaryOffset(recordName)); in TypeSummaryExtractor()