Home
last modified time | relevance | path

Searched defs:holderHClass (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp130 …JSHClass *receverHClass, JSHClass *holderHClass, const JSHandle<JSTaggedValue> &func, int32_t pcOf… in ProfileDefineGetterSetter()
853 auto holderHClass = holder.GetTaggedObject()->GetClass(); in DumpICByNameWithHandler() local
898 auto holderHClass = holder.GetTaggedObject()->GetClass(); in DumpICByNameWithHandler() local
911 auto holderHClass = holder.GetTaggedObject()->GetClass(); in DumpICByNameWithHandler() local
1001 auto holderHClass = holder.GetTaggedObject()->GetClass(); in DumpICByValueWithHandler() local
Dpgo_profiler.h354 … void SetExtraProfileTypeInfo(int32_t pcOffset, JSHClass* receiverHClass, JSHClass* holderHClass) in SetExtraProfileTypeInfo()