Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.cpp90 return JSHClass::DumpForRootHClass(rootHClass, rootLayout); in DumpForRoot()
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.h1832 static bool DumpForRootHClass(const JSHClass *hclass, HClassLayoutDesc *desc);
Djs_hclass.cpp1121 bool JSHClass::DumpForRootHClass(const JSHClass *hclass, HClassLayoutDesc *desc) in DumpForRootHClass() function in panda::ecmascript::JSHClass