Searched defs:ClassMetadata (Results 1 – 1 of 1) sorted by relevance
295 struct ClassMetadata { struct297 MetaRef shadow;298 int32_t monitor;301 …clIndex; // 8bit ClassLoader index, used for querying the address of related ClassLoader instance.302 union {305 } sizeInfo;308 uint16_t flag;309 uint16_t numOfSuperclasses;312 …Table; // iTable of current class, used for interface call, will insert the content into classinfo313 … vTable; // vTable of current class, used for virtual call, will insert the content into classinfo[all …]