Home
last modified time | relevance | path

Searched refs:ProfileClassRootHClass (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp113 thread->GetEcmaVM()->GetPGOProfiler()->ProfileClassRootHClass(fun.GetTaggedType(), in GetOrCreateInitialJSHClass()
124 …thread->GetEcmaVM()->GetPGOProfiler()->ProfileClassRootHClass(fun.GetTaggedType(), hclass.GetTagge… in GetOrCreateInitialJSHClass()
135 thread->GetEcmaVM()->GetPGOProfiler()->ProfileClassRootHClass(func.GetTaggedType(), in PrototypeGetter()
825 thread->GetEcmaVM()->GetPGOProfiler()->ProfileClassRootHClass(derived.GetTaggedType(), in GetOrCreateDerivedJSHClass()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.h63 void ProfileClassRootHClass(JSTaggedType ctor, JSTaggedType rootHcValue,
Dpgo_profiler.cpp100 void PGOProfiler::ProfileClassRootHClass(JSTaggedType ctor, JSTaggedType rootHcValue, ProfileType::… in ProfileClassRootHClass() function in panda::ecmascript::pgo::PGOProfiler