Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmetadata_layout.h158 struct MByteRef { struct
159 uintptr_t refVal; // initializer prefers this field to be a pointer
164 static constexpr intptr_t kOffsetBound = 128 * 1024 * 1024;
165 static constexpr intptr_t kOffsetMin = -kOffsetBound;
166 static constexpr intptr_t kOffsetMax = kOffsetBound;
168 static constexpr intptr_t kPositiveOffsetBias = 128 * 1024 * 1024;
192 struct MByteRef32 { argument