Home
last modified time | relevance | path

Searched refs:GetCollectedGT (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_class_analysis.h40 inline std::set<GlobalTSTypeRef>& GetCollectedGT() const in GetCollectedGT() function
42 return tsManager_->GetCollectedGT(); in GetCollectedGT()
Dts_hclass_generator.h51 inline const std::set<GlobalTSTypeRef>& GetCollectedGT() const in GetCollectedGT() function
53 return tsManager_->GetCollectedGT(); in GetCollectedGT()
Dts_class_analysis.cpp23 std::set<GlobalTSTypeRef> &collectedGT = GetCollectedGT(); in Run()
Dts_hclass_generator.cpp25 const std::set<GlobalTSTypeRef> &collectedGT = GetCollectedGT(); in GenerateTSHClasses()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h792 inline std::set<GlobalTSTypeRef>& GetCollectedGT() in GetCollectedGT() function