Home
last modified time | relevance | path

Searched refs:accessorMethodId (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_profiler.cpp518 auto accessorMethodId = prototypeHandler->GetAccessorMethodId(); in HandleLoadTypePrototypeHandler() local
523 ASSERT(accessorMethodId == methodId); in HandleLoadTypePrototypeHandler()
524 accessorMethodId = methodId; in HandleLoadTypePrototypeHandler()
526 ->UpdateFuncSlotIdMap(accessorMethodId, methodId_.GetOffset(), slotId); in HandleLoadTypePrototypeHandler()
531 AddObjectInfo(abcId, bcOffset, hclass, holderHClass, holderHClass, accessorMethodId); in HandleLoadTypePrototypeHandler()
594 auto accessorMethodId = prototypeHandler->GetAccessorMethodId(); in HandleOtherTypesPrototypeHandler() local
599 ASSERT(accessorMethodId == methodId); in HandleOtherTypesPrototypeHandler()
600 accessorMethodId = methodId; in HandleOtherTypesPrototypeHandler()
602 ->UpdateFuncSlotIdMap(accessorMethodId, methodId_.GetOffset(), slotId); in HandleOtherTypesPrototypeHandler()
604 AddObjectInfo(abcId, bcOffset, hclass, holderHClass, holderHClass, accessorMethodId); in HandleOtherTypesPrototypeHandler()
897 AddObjectInfo(ApEntityId abcId, int32_t bcOffset, JSHClass *receiver, JSHClass *hold, JSHClass *holdTra, uint32_t accessorMethodId) AddObjectInfo() argument
[all...]
H A Djit_profiler.h138 JSHClass *hold, JSHClass *holdTra, uint32_t accessorMethodId = 0);
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp1105 auto accessorMethodId = prototypeHandler->GetAccessorMethodId(); in DumpICByNameWithHandler() local
1107 abcId, recordName, methodId, bcOffset, hclass, holderHClass, holderHClass, accessorMethodId); in DumpICByNameWithHandler()
1153 auto accessorMethodId = prototypeHandler->GetAccessorMethodId(); in DumpICLoadByNameWithHandler() local
1155 holderHClass, accessorMethodId)) { in DumpICLoadByNameWithHandler()
1648 JSHClass *receiver, JSHClass *hold, JSHClass *holdTra, uint32_t accessorMethodId) in AddObjectInfo()
1650 PGOSampleType accessor = PGOSampleType::CreateProfileType(abcId, accessorMethodId, ProfileType::Kind::MethodId); in AddObjectInfo()
1647 AddObjectInfo(ApEntityId abcId, const CString &recordName, EntityId methodId, int32_t bcOffset, JSHClass *receiver, JSHClass *hold, JSHClass *holdTra, uint32_t accessorMethodId) AddObjectInfo() argument
H A Dpgo_profiler.h212 JSHClass *receiver, JSHClass *hold, JSHClass *holdTra, uint32_t accessorMethodId = 0);

Completed in 8 milliseconds