Home
last modified time | relevance | path

Searched refs:HasCreatedGT (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp836 if (HasCreatedGT(gId)) { in IsBuiltinInstanceType()
854 bool hasCreatedGT = HasCreatedGT(gId); in IsTypedArrayType()
896 if ((HasCreatedGT(gId)) && in GetTypedArrayBuiltinId()
1076 if ((HasCreatedGT(gId)) && in GetBuiltinIndex()
1569 bool hasCreatedGT = HasCreatedGT(gId); in IsBuiltinObjectMethod()
Dts_type_parser.cpp58 if (tsManager_->HasCreatedGT(gId)) { in CreateGT()
791 if (tsManager_->HasCreatedGT(gId)) { in CreatePGOGT()
Dts_manager.h485 inline bool HasCreatedGT(const GlobalTypeID &id) const in HasCreatedGT() function