• Home
  • Raw
  • Download

Lines Matching defs:bcOffset

48         auto bcOffset = bcIns.GetAddress() - pcStart;  in ProfileBytecode()  local
319 void JITProfiler::ConvertOpType(uint32_t slotId, long bcOffset) in ConvertOpType()
328 void JITProfiler::ConvertCall(uint32_t slotId, long bcOffset) in ConvertCall()
357 void JITProfiler::ConvertNewObjRange(uint32_t slotId, long bcOffset) in ConvertNewObjRange()
393 void JITProfiler::ConvertGetIterator(uint32_t slotId, long bcOffset) in ConvertGetIterator()
409 void JITProfiler::ConvertCreateObject(uint32_t slotId, long bcOffset, [[maybe_unused]]int32_t trace… in ConvertCreateObject()
436 void JITProfiler::ConvertICByName(int32_t bcOffset, uint32_t slotId, BCType type) in ConvertICByName()
459 void JITProfiler::ConvertICByNameWithHandler(ApEntityId abcId, int32_t bcOffset, in ConvertICByNameWithHandler()
471 void JITProfiler::HandleLoadType(ApEntityId &abcId, int32_t &bcOffset, in HandleLoadType()
481 void JITProfiler::HandleLoadTypeInt(ApEntityId &abcId, int32_t &bcOffset, in HandleLoadTypeInt()
496 void JITProfiler::HandleLoadTypePrototypeHandler(ApEntityId &abcId, int32_t &bcOffset, in HandleLoadTypePrototypeHandler()
534 void JITProfiler::HandleOtherTypes(ApEntityId &abcId, int32_t &bcOffset, in HandleOtherTypes()
552 void JITProfiler::HandleTransitionHandler(ApEntityId &abcId, int32_t &bcOffset, in HandleTransitionHandler()
563 void JITProfiler::HandleTransWithProtoHandler(ApEntityId &abcId, int32_t &bcOffset, in HandleTransWithProtoHandler()
580 void JITProfiler::HandleOtherTypesPrototypeHandler(ApEntityId &abcId, int32_t &bcOffset, in HandleOtherTypesPrototypeHandler()
607 void JITProfiler::HandleStoreTSHandler(ApEntityId &abcId, int32_t &bcOffset, in HandleStoreTSHandler()
622 void JITProfiler::ConvertICByNameWithPoly(ApEntityId abcId, int32_t bcOffset, JSTaggedValue cacheVa… in ConvertICByNameWithPoly()
646 void JITProfiler::ConvertICByValue(int32_t bcOffset, uint32_t slotId, BCType type) in ConvertICByValue()
674 void JITProfiler::ConvertICByValueWithHandler(ApEntityId abcId, int32_t bcOffset, in ConvertICByValueWithHandler()
700 void JITProfiler::HandleStoreType(ApEntityId &abcId, int32_t &bcOffset, in HandleStoreType()
726 void JITProfiler::HandleTransition(ApEntityId &abcId, int32_t &bcOffset, in HandleTransition()
746 void JITProfiler::HandleTransWithProto(ApEntityId &abcId, int32_t &bcOffset, in HandleTransWithProto()
765 void JITProfiler::HandlePrototypeHandler(ApEntityId &abcId, int32_t &bcOffset, in HandlePrototypeHandler()
792 void JITProfiler::ConvertICByValueWithPoly(ApEntityId abcId, int32_t bcOffset, JSTaggedValue cacheV… in ConvertICByValueWithPoly()
815 void JITProfiler::ConvertInstanceof(int32_t bcOffset, uint32_t slotId) in ConvertInstanceof()
876 void JITProfiler::AddObjectInfoWithMega(int32_t bcOffset) in AddObjectInfoWithMega()
883 void JITProfiler::AddObjectInfoImplement(int32_t bcOffset, const PGOObjectInfo &info) in AddObjectInfoImplement()
897 bool JITProfiler::AddObjectInfo(ApEntityId abcId, int32_t bcOffset, in AddObjectInfo()
909int32_t bcOffset, JSHClass *receiver, JSHClass *hold, JSHClass *holdTra, PGOSampleType accessorMet… in AddTranstionObjectInfo()
919 void JITProfiler::AddBuiltinsInfo(ApEntityId abcId, int32_t bcOffset, JSHClass *receiver, in AddBuiltinsInfo()
942 void JITProfiler::AddBuiltinsGlobalInfo(ApEntityId abcId, int32_t bcOffset, GlobalIndex globalsId) in AddBuiltinsGlobalInfo()
948 bool JITProfiler::AddBuiltinsInfoByNameInInstance(ApEntityId abcId, int32_t bcOffset, JSHClass *rec… in AddBuiltinsInfoByNameInInstance()
992 bool JITProfiler::AddBuiltinsInfoByNameInProt(ApEntityId abcId, int32_t bcOffset, JSHClass *receive… in AddBuiltinsInfoByNameInProt()