Lines Matching defs:bcOffset
45 auto bcOffset = bcIns.GetAddress() - pcStart; in ProfileBytecode() local
331 void JITProfiler::ConvertOpType(uint32_t slotId, long bcOffset) in ConvertOpType()
340 void JITProfiler::ConvertCall(uint32_t slotId, long bcOffset) in ConvertCall()
369 void JITProfiler::ConvertNewObjRange(uint32_t slotId, long bcOffset) in ConvertNewObjRange()
405 void JITProfiler::ConvertGetIterator(uint32_t slotId, long bcOffset) in ConvertGetIterator()
421 void JITProfiler::ConvertCreateObject(uint32_t slotId, long bcOffset, [[maybe_unused]]int32_t trace… in ConvertCreateObject()
448 void JITProfiler::ConvertICByName(int32_t bcOffset, uint32_t slotId, BCType type) in ConvertICByName()
472 void JITProfiler::ConvertICByNameWithHandler(ApEntityId abcId, int32_t bcOffset, in ConvertICByNameWithHandler()
484 void JITProfiler::HandleLoadType(ApEntityId &abcId, int32_t &bcOffset, in HandleLoadType()
494 void JITProfiler::HandleLoadTypeInt(ApEntityId &abcId, int32_t &bcOffset, in HandleLoadTypeInt()
509 void JITProfiler::HandleLoadTypePrototypeHandler(ApEntityId &abcId, int32_t &bcOffset, in HandleLoadTypePrototypeHandler()
547 void JITProfiler::HandleOtherTypes(ApEntityId &abcId, int32_t &bcOffset, in HandleOtherTypes()
565 void JITProfiler::HandleTransitionHandler(ApEntityId &abcId, int32_t &bcOffset, in HandleTransitionHandler()
576 void JITProfiler::HandleTransWithProtoHandler(ApEntityId &abcId, int32_t &bcOffset, in HandleTransWithProtoHandler()
593 void JITProfiler::HandleOtherTypesPrototypeHandler(ApEntityId &abcId, int32_t &bcOffset, in HandleOtherTypesPrototypeHandler()
620 void JITProfiler::HandleStoreAOTHandler(ApEntityId &abcId, int32_t &bcOffset, in HandleStoreAOTHandler()
635 void JITProfiler::ConvertICByNameWithPoly(ApEntityId abcId, int32_t bcOffset, JSTaggedValue cacheVa… in ConvertICByNameWithPoly()
659 void JITProfiler::ConvertICByValue(int32_t bcOffset, uint32_t slotId, BCType type) in ConvertICByValue()
689 void JITProfiler::ConvertICByValueWithHandler(ApEntityId abcId, int32_t bcOffset, in ConvertICByValueWithHandler()
715 void JITProfiler::HandleStoreType(ApEntityId &abcId, int32_t &bcOffset, in HandleStoreType()
741 void JITProfiler::HandleTransition(ApEntityId &abcId, int32_t &bcOffset, in HandleTransition()
762 void JITProfiler::HandleTransWithProto(ApEntityId &abcId, int32_t &bcOffset, in HandleTransWithProto()
783 void JITProfiler::HandlePrototypeHandler(ApEntityId &abcId, int32_t &bcOffset, in HandlePrototypeHandler()
810 void JITProfiler::ConvertICByValueWithPoly(ApEntityId abcId, int32_t bcOffset, JSTaggedValue cacheV… in ConvertICByValueWithPoly()
836 void JITProfiler::ConvertInstanceof(int32_t bcOffset, uint32_t slotId) in ConvertInstanceof()
901 void JITProfiler::AddObjectInfoWithMega(int32_t bcOffset) in AddObjectInfoWithMega()
908 void JITProfiler::AddObjectInfoImplement(int32_t bcOffset, const PGOObjectInfo &info) in AddObjectInfoImplement()
922 bool JITProfiler::AddObjectInfo(ApEntityId abcId, int32_t bcOffset, in AddObjectInfo()
934 …int32_t bcOffset, JSHClass *receiver, JSHClass *hold, JSHClass *holdTra, PGOSampleType accessorMet… in AddTranstionObjectInfo()
944 void JITProfiler::AddBuiltinsInfo(ApEntityId abcId, int32_t bcOffset, JSHClass *receiver, in AddBuiltinsInfo()
967 void JITProfiler::AddBuiltinsGlobalInfo(ApEntityId abcId, int32_t bcOffset, GlobalIndex globalsId) in AddBuiltinsGlobalInfo()
973 bool JITProfiler::AddBuiltinsInfoByNameInInstance(ApEntityId abcId, int32_t bcOffset, JSHClass *rec… in AddBuiltinsInfoByNameInInstance()
1017 bool JITProfiler::AddBuiltinsInfoByNameInProt(ApEntityId abcId, int32_t bcOffset, JSHClass *receive… in AddBuiltinsInfoByNameInProt()