Searched defs:accessorMethod (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jit/ |
H A D | jit_profiler.cpp | 914 PGOObjectInfo info(ProfileType::CreateJITType(), receiver, hold, holdTra, accessorMethod); in AddTranstionObjectInfo() local 908 AddTranstionObjectInfo( int32_t bcOffset, JSHClass *receiver, JSHClass *hold, JSHClass *holdTra, PGOSampleType accessorMethod) AddTranstionObjectInfo() argument
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
H A D | pgo_profiler_type.h | 555 PGOObjectTemplate(PGOProfileType receiverType, JSHClass *receiver, JSHClass *hold, JSHClass *holdTra, PGOSampleType accessorMethod) PGOObjectTemplate() argument 559 PGOObjectTemplate(PGOProfileType receiverRootType, PGOProfileType receiverType, PGOProfileType holdRootType, PGOProfileType holdType, PGOProfileType holdTraRootType, PGOProfileType holdTraType, PGOSampleType accessorMethod) PGOObjectTemplate() argument
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_profiler.cpp | 1608 AddTransitionObjectInfo(ProfileType recordType, EntityId methodId, int32_t bcOffset, JSHClass* receiver, JSHClass* hold, JSHClass* holdTra, PGOSampleType accessorMethod) AddTransitionObjectInfo() argument
|
Completed in 9 milliseconds