Searched refs:TypeLocation (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
D | global_type_info.h | 77 class TypeLocation { 79 explicit TypeLocation(const JSPandaFile *jsPandaFile, uint32_t methodOffset, in TypeLocation() function 83 bool operator==(const TypeLocation &loc) const 117 size_t operator()(const TypeLocation &loc) const in operator()
|
D | ts_manager.h | 797 inline void InsertLiteralGTMap(TypeLocation &loc, GlobalTSTypeRef gt) in InsertLiteralGTMap() 802 inline GlobalTSTypeRef GetLiteralGT(TypeLocation &loc) in GetLiteralGT() 948 std::unordered_map<TypeLocation, GlobalTSTypeRef, HashTypeLocation> literalGTMap_ {};
|
D | ts_manager.cpp | 1328 TypeLocation loc(jsPandaFile, data.outerMethodOffset, data.bcIndex); in FillSnapshotConstantPoolList() 1353 TypeLocation loc(jsPandaFile, data.outerMethodOffset, data.bcIndex); in FillSnapshotConstantPoolList()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | type_recorder.cpp | 57 TypeLocation loc(jsPandaFile, methodOffset, bcIdx); in LoadTypes() 88 void TypeRecorder::CollectLiteralGT(TSManager *tsManager, TypeLocation &loc, GlobalTSTypeRef gt) in CollectLiteralGT() 178 TypeLocation loc(jsPandaFile, methodOffset, bcIdx); in CreateTypesForPGO()
|
D | type_recorder.h | 77 void CollectLiteralGT(TSManager *tsManager, TypeLocation &tLoc, GlobalTSTypeRef gt);
|