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.h296 struct ClassMetadata { struct
298 MetaRef shadow; // point to classinfo of java/lang/Class
299 int32_t monitor;
302 …clIndex; // 8bit ClassLoader index, used for querying the address of related ClassLoader instance.
303 union {
306 } sizeInfo;
332 ClassMetadata *base = nullptr; in OffsetOfInitState() argument
336 uintptr_t GetInitStateRawValue() const in GetInitStateRawValue()
342 void SetInitStateRawValue(T val) in SetInitStateRawValue()