Home
last modified time | relevance | path

Searched refs:UNINIT (Results 1 – 18 of 18) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
DStackMap.java113 public static final int UNINIT = 8; field in StackMap
190 else if (tag == UNINIT) { in typeInfoArray2()
263 dest[pos] = UNINIT; in uninitialized()
332 writer.writeVerifyTypeInfo(UNINIT, offset); in uninitialized()
368 else if (varTag == UNINIT) in writeVarTypeInfo()
369 writer.writeVerifyTypeInfo(UNINIT, varData); in writeVarTypeInfo()
433 else if (tag == UNINIT) { in stackTypeInfoArray()
452 else if (tag == UNINIT) { in stackTypeInfoArray()
532 if (tag == StackMap.OBJECT || tag == StackMap.UNINIT) in writeVerifyTypeInfo()
DStackMapTable.java136 public static final int UNINIT = 8; field in StackMapTable
244 if (tag == OBJECT || tag == UNINIT) { in sameLocals()
286 if (tag == OBJECT || tag == UNINIT) { in appendFrame()
346 if (tag == OBJECT || tag == UNINIT) { in verifyTypeInfo()
667 if (tag == OBJECT || tag == UNINIT) in writeTypeInfo()
778 case UNINIT : in printTypeInfo()
917 if (stackTag == UNINIT && stackData == posOfNew)
927 if (stackTags[i] == UNINIT && stackData[i] == posOfNew
928 && stackTags[i + 1] == UNINIT && stackData[i + 1] == posOfNew) {
/external/javassist/src/main/javassist/bytecode/analysis/
DType.java75 public static final Type UNINIT = new Type(null); field in Type
252 if ((type == UNINIT && isReference()) || this == UNINIT && type.isReference()) in isAssignableFrom()
289 if (type == Type.UNINIT) in merge()
291 if (this == Type.UNINIT) in merge()
583 if (this == UNINIT) in toString()
DExecutor.java76 frame.push(Type.UNINIT); in execute()
588 if (! array.isArray() && array != Type.UNINIT) in execute()
639 if (array == Type.UNINIT) { in evalArrayLoad()
642 simplePush(Type.UNINIT, frame); in evalArrayLoad()
666 if (array == Type.UNINIT) { in evalArrayStore()
DMultiType.java217 if (type == UNINIT) in merge()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DRegisterType.java99 public static final byte UNINIT = 1; field in RegisterType
154 …/*UNKNOWN*/ {UNKNOWN, UNINIT, NULL, ONE, BOOLEAN, BYTE, POS_BYTE,…
155 …/*UNINIT*/ {UNINIT, UNINIT, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTE…
178 public static final RegisterType UNINIT_TYPE = new RegisterType(UNINIT, null);
315 case UNINIT: in getRegisterType()
DMethodAnalyzer.java178 RegisterType uninit = RegisterType.getRegisterType(RegisterType.UNINIT, null); in analyze()
/external/compiler-rt/test/msan/
Drand_r.cc10 #ifndef UNINIT in main()
Dmktime.cc14 #ifndef UNINIT in main()
/external/compiler-rt/test/msan/Linux/
Dsunrpc.cc24 #ifndef UNINIT in main()
Dsunrpc_string.cc17 #ifndef UNINIT in main()
Dsunrpc_bytes.cc17 #ifndef UNINIT in main()
/external/clang/test/Sema/
Duninit-variables.c432 #define UNINIT(T, x, y) T x; T y = x; macro
435 UNINIT(int, a, b); // expected-warning {{variable 'a' is uninitialized when used here}} \ in test54()
/external/javassist/src/main/javassist/bytecode/stackmap/
DTypeData.java455 public int getTypeTag() { return StackMapTable.UNINIT; } in getTypeTag()
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/
DSmaliCodeFragmentFactory.java153 case RegisterType.UNINIT:
/external/guice/extensions/struts2/lib/
Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...
/external/robolectric/v1/lib/main/
Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/ ...
/external/e2fsprogs/
DRELEASE-NOTES1742 ext2fs_open2() function clears the UNINIT bits to ensure all of the
1744 the UNINIT flags did not also recalculate the checksum, which produced
1746 resetting cheksums when the UNINIT bits are cleared.