Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h893 struct FieldInfo { struct
894 FieldInfo(uint32 byte, uint32 bit) : byteOffset(byte), bitOffset(bit) {} in FieldInfo() function
895FieldInfo(uint32 byte, uint32 bit, FieldPair &pair) : byteOffset(byte), bitOffset(bit), fieldPair(… in FieldInfo() argument
896 uint32 byteOffset;
897 uint32 bitOffset;
898 FieldPair *fieldPair = nullptr;