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;
331 ClassMetadata *base = nullptr; in OffsetOfInitState() argument
335 uintptr_t GetInitStateRawValue() const in GetInitStateRawValue()
341 void SetInitStateRawValue(T val) in SetInitStateRawValue()