Lines Matching refs:INVALID
33 INVALID,
38 INVALID,
45 StringIdInfo() : constpool(0), pc(0), offset(Offset::INVALID),
46 length(Length::INVALID), stringId(0), stringIdType(StringIdType::STRING_ID_INFO) {}
53 : constpool(inputConstpool), pc(0), offset(Offset::INVALID),
54 length(Length::INVALID), stringId(inputStringId), stringIdType(StringIdType::STRING_ID) {}
89 return (constpool != 0) && (pc != 0) && (offset != Offset::INVALID) && (length != Length::INVALID);
97 Offset offset { Offset::INVALID };
98 Length length { Length::INVALID };