Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_layout.cpp141 bool PGOHClassTreeDesc::UpdateLayout(JSTaggedType curHClass, ProfileType curType) in UpdateLayout() argument
144 return DumpForRoot(curHClass, curType); in UpdateLayout()
146 return DumpForChild(curHClass, curType); in UpdateLayout()
H A Dpgo_profiler_layout.h308 bool UpdateLayout(JSTaggedType curHClass, ProfileType curType);
/arkcompiler/ets_runtime/ecmascript/
H A Djs_hclass.cpp764 JSHClass *curHClass = hclass; in FindFieldOwnHClass() local
770 curHClass = parentHClass; in FindFieldOwnHClass()
771 parent = curHClass->GetParent(); in FindFieldOwnHClass()
773 return curHClass; in FindFieldOwnHClass()

Completed in 8 milliseconds