Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmetadata_layout.h295 struct ClassMetadata { struct
297 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 classinfo
313 … vTable; // vTable of current class, used for virtual call, will insert the content into classinfo
[all …]