Searched defs:ClassMetadata (Results 1 – 1 of 1) sorted by relevance
293 struct ClassMetadata { struct295 MetaRef shadow;296 int32_t monitor;299 …clIndex; // 8bit ClassLoader index, used for querying the address of related ClassLoader instance.300 union {303 } sizeInfo;306 uint16_t flag;307 uint16_t numOfSuperclasses;310 …Table; // iTable of current class, used for interface call, will insert the content into classinfo311 … vTable; // vTable of current class, used for virtual call, will insert the content into classinfo[all …]