Home
last modified time | relevance | path

Searched defs:ClassInfo (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Dclass_linker.h317 struct ClassInfo { struct
325 bool LinkEntitiesAndInitClass(Class *klass, ClassInfo *classInfo, ClassLinkerExtension *ext, argument
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.h45 struct ClassInfo { struct
64 explicit DuringClass(ArenaVector<ClassInfo> *classList, util::StringView name, in DuringClass() argument