Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp78 void PGOProfiler::ProfileClassRootHClass(JSTaggedType ctor, JSTaggedType rootHcValue, ProfileType::Kind kind) in ProfileClassRootHClass() function in panda::ecmascript::pgo::PGOProfiler
121 ProfileClassRootHClass(func.GetTaggedType(), hclass.GetTaggedType()); in ProfileProtoTransitionClass()
127 ProfileClassRootHClass(func.GetTaggedType(), hclass.GetTaggedType()); in ProfileProtoTransitionClass()
133 ProfileClassRootHClass(func.GetTaggedType(), ihc, ProfileType::Kind::ClassId); in ProfileProtoTransitionClass()
135 ProfileClassRootHClass(func.GetTaggedType(), hclass.GetTaggedType(), ProfileType::Kind::TransitionClassId); in ProfileProtoTransitionClass()
179 ProfileClassRootHClass(func.GetTaggedType(), JSTaggedType(phc0Root), ProfileType::Kind::PrototypeId); in ProfileProtoTransitionPrototype()
180 ProfileClassRootHClass(func.GetTaggedType(), transPhc.GetTaggedType(), ProfileType::Kind::TransitionPrototypeId); in ProfileProtoTransitionPrototype()
H A Dpgo_profiler.h77 void ProfileClassRootHClass(JSTaggedType ctor, JSTaggedType rootHcValue,
/arkcompiler/ets_runtime/ecmascript/
H A Djs_function.cpp140 thread->GetEcmaVM()->GetPGOProfiler()->ProfileClassRootHClass(fun.GetTaggedType(), in GetOrCreateInitialJSHClass()
153 thread->GetEcmaVM()->GetPGOProfiler()->ProfileClassRootHClass(fun.GetTaggedType(), hclass.GetTaggedType()); in GetOrCreateInitialJSHClass()
167 thread->GetEcmaVM()->GetPGOProfiler()->ProfileClassRootHClass(func.GetTaggedType(), in PrototypeGetter()
915 thread->GetEcmaVM()->GetPGOProfiler()->ProfileClassRootHClass(derived.GetTaggedType(), in GetOrCreateDerivedJSHClass()

Completed in 8 milliseconds