• Home
  • Raw
  • Download

Lines Matching defs:bcOffset

57         auto bcOffset = bcIns.GetAddress() - pcStart;  in ProfileBytecode()  local
336 void JITProfiler::ConvertOpType(uint32_t slotId, long bcOffset) in ConvertOpType()
345 void JITProfiler::ConvertCall(uint32_t slotId, long bcOffset) in ConvertCall()
388 void JITProfiler::ConvertNewObjRange(uint32_t slotId, long bcOffset) in ConvertNewObjRange()
432 void JITProfiler::ConvertGetIterator(uint32_t slotId, long bcOffset) in ConvertGetIterator()
448 void JITProfiler::ConvertCreateObject(uint32_t slotId, long bcOffset, [[maybe_unused]]int32_t trace… in ConvertCreateObject()
475 void JITProfiler::ConvertICByName(int32_t bcOffset, uint32_t slotId, BCType type) in ConvertICByName()
499 void JITProfiler::ConvertICByNameWithHandler(ApEntityId abcId, int32_t bcOffset, in ConvertICByNameWithHandler()
511 void JITProfiler::HandleLoadType(ApEntityId &abcId, int32_t &bcOffset, in HandleLoadType()
521 void JITProfiler::HandleLoadTypeInt(ApEntityId &abcId, int32_t &bcOffset, in HandleLoadTypeInt()
539 void JITProfiler::HandleLoadTypePrototypeHandler(ApEntityId &abcId, int32_t &bcOffset, JSHClass *hc… in HandleLoadTypePrototypeHandler()
594 void JITProfiler::HandleOtherTypes(ApEntityId &abcId, int32_t &bcOffset, in HandleOtherTypes()
612 void JITProfiler::HandleTransitionHandler(ApEntityId &abcId, int32_t &bcOffset, in HandleTransitionHandler()
623 void JITProfiler::HandleTransWithProtoHandler(ApEntityId &abcId, int32_t &bcOffset, in HandleTransWithProtoHandler()
640 void JITProfiler::HandleOtherTypesPrototypeHandler(ApEntityId &abcId, int32_t &bcOffset, in HandleOtherTypesPrototypeHandler()
667 void JITProfiler::HandleStoreAOTHandler(ApEntityId &abcId, int32_t &bcOffset, in HandleStoreAOTHandler()
682 void JITProfiler::ConvertICByNameWithPoly(ApEntityId abcId, int32_t bcOffset, JSTaggedValue cacheVa… in ConvertICByNameWithPoly()
706 void JITProfiler::ConvertICByValue(int32_t bcOffset, uint32_t slotId, BCType type) in ConvertICByValue()
736 void JITProfiler::ConvertICByValueWithHandler(ApEntityId abcId, int32_t bcOffset, in ConvertICByValueWithHandler()
764 void JITProfiler::HandleStoreType(ApEntityId &abcId, int32_t &bcOffset, in HandleStoreType()
790 void JITProfiler::HandleTransition(ApEntityId &abcId, int32_t &bcOffset, in HandleTransition()
811 void JITProfiler::HandleTransWithProto(ApEntityId &abcId, int32_t &bcOffset, in HandleTransWithProto()
832 void JITProfiler::HandlePrototypeHandler(ApEntityId &abcId, int32_t &bcOffset, in HandlePrototypeHandler()
859 void JITProfiler::ConvertICByValueWithPoly(ApEntityId abcId, int32_t bcOffset, in ConvertICByValueWithPoly()
888 void JITProfiler::ConvertExternalModuleVar(uint32_t index, uint32_t bcOffset) in ConvertExternalModuleVar()
903 void JITProfiler::ConvertInstanceof(int32_t bcOffset, uint32_t slotId) in ConvertInstanceof()
933 void JITProfiler::ConvertTryldGlobalByName(uint32_t bcOffset, uint32_t slotId) in ConvertTryldGlobalByName()
991 void JITProfiler::AddObjectInfoWithMega(int32_t bcOffset) in AddObjectInfoWithMega()
998 void JITProfiler::AddObjectInfoImplement(int32_t bcOffset, const PGOObjectInfo &info, JSTaggedValue… in AddObjectInfoImplement()
1019 bool JITProfiler::AddObjectInfo(ApEntityId abcId, int32_t bcOffset, JSHClass *receiver, JSHClass *h… in AddObjectInfo()
1030 bool JITProfiler::AddTranstionObjectInfo(int32_t bcOffset, JSHClass *receiver, JSHClass *hold, in AddTranstionObjectInfo()
1062 void JITProfiler::AddBuiltinsInfo(ApEntityId abcId, int32_t bcOffset, JSHClass *receiver, in AddBuiltinsInfo()
1087 void JITProfiler::AddBuiltinsGlobalInfo(ApEntityId abcId, int32_t bcOffset, GlobalIndex globalsId) in AddBuiltinsGlobalInfo()
1093 bool JITProfiler::AddBuiltinsInfoByNameInInstance(ApEntityId abcId, int32_t bcOffset, JSHClass *rec… in AddBuiltinsInfoByNameInInstance()
1139 bool JITProfiler::AddBuiltinsInfoByNameInProt(ApEntityId abcId, int32_t bcOffset, in AddBuiltinsInfoByNameInProt()