Lines Matching refs:abcId

53                                     EntityId methodId, ApEntityId abcId, const uint8_t *pcStart,
98 void ConvertICByNameWithHandler(ApEntityId abcId, int32_t bcOffset, JSHClass *hclass,
100 void HandleLoadType(ApEntityId &abcId, int32_t &bcOffset,
102 void HandleLoadTypeInt(ApEntityId &abcId, int32_t &bcOffset,
104 void HandleLoadTypePrototypeHandler(ApEntityId &abcId, int32_t &bcOffset,
106 void HandleOtherTypes(ApEntityId &abcId, int32_t &bcOffset,
108 void HandleTransitionHandler(ApEntityId &abcId, int32_t &bcOffset,
110 void HandleTransWithProtoHandler(ApEntityId &abcId, int32_t &bcOffset,
112 void HandleOtherTypesPrototypeHandler(ApEntityId &abcId, int32_t &bcOffset,
114 void HandleStoreTSHandler(ApEntityId &abcId, int32_t &bcOffset,
116 void ConvertICByNameWithPoly(ApEntityId abcId, int32_t bcOffset, JSTaggedValue cacheValue, BCType type,
119 void ConvertICByValueWithHandler(ApEntityId abcId, int32_t bcOffset, JSHClass *hclass,
121 void HandleStoreType(ApEntityId &abcId, int32_t &bcOffset,
123 void HandleTransition(ApEntityId &abcId, int32_t &bcOffset,
125 void HandleTransWithProto(ApEntityId &abcId, int32_t &bcOffset,
127 void HandlePrototypeHandler(ApEntityId &abcId, int32_t &bcOffset,
129 void ConvertICByValueWithPoly(ApEntityId abcId, int32_t bcOffset, JSTaggedValue cacheValue, BCType type);
137 bool AddObjectInfo(ApEntityId abcId, int32_t bcOffset, JSHClass *receiver,
139 void AddBuiltinsInfo(ApEntityId abcId, int32_t bcOffset, JSHClass *receiver,
142 void AddBuiltinsGlobalInfo(ApEntityId abcId, int32_t bcOffset, GlobalIndex globalsId);
143 bool AddBuiltinsInfoByNameInInstance(ApEntityId abcId, int32_t bcOffset, JSHClass *receiver);
144 bool AddBuiltinsInfoByNameInProt(ApEntityId abcId, int32_t bcOffset, JSHClass *receiver, JSHClass *hold);