Searched refs:typeOffset (Results 1 – 3 of 3) sorted by relevance
80 static ptrdiff_t typeOffset() in typeOffset() function
150 return OBJECT_OFFSETOF(Structure, m_typeInfo) + TypeInfo::typeOffset(); in typeInfoTypeOffset()
552 int64_t typeOffset = 0, in handleActionValue() local559 typeOffset = readSLEB128(&actionPos); in handleActionValue()567 typeOffset, in handleActionValue()570 assert((typeOffset >= 0) && in handleActionValue()575 if ((typeOffset > 0) && in handleActionValue()576 (type == (classInfo[-typeOffset])->type)) { in handleActionValue()