Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Daot_snapshot.h39 void StoreHClassInfo(JSHandle<TaggedArray> info) in StoreHClassInfo() function
41 snapshotData_.StoreHClassInfo(info); in StoreHClassInfo()
Dsnapshot_global_data.h176 void StoreHClassInfo(JSHandle<TaggedArray> info) in StoreHClassInfo() function
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_manager.cpp68 aotSnapshot_.StoreHClassInfo(hclassInfo); in GenHClassInfo()