Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/verification/util/
Dequiv_classes.h65 struct ClassEntry { struct
77 ClassEntry &ClsEntry(ClassIndex cls) in ClsEntry() argument
/arkcompiler/runtime_core/runtime/
Dclass_linker.cpp182 using ClassEntry = std::pair<panda_file::File::EntityId, const panda_file::File *>; typedef