/external/javassist/src/main/javassist/bytecode/ |
D | StackMap.java | 113 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()
|
D | StackMapTable.java | 136 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/ |
D | Type.java | 75 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()
|
D | Executor.java | 76 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()
|
D | MultiType.java | 217 if (type == UNINIT) in merge()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
D | RegisterType.java | 99 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()
|
D | MethodAnalyzer.java | 178 RegisterType uninit = RegisterType.getRegisterType(RegisterType.UNINIT, null); in analyze()
|
/external/compiler-rt/test/msan/ |
D | rand_r.cc | 10 #ifndef UNINIT in main()
|
D | mktime.cc | 14 #ifndef UNINIT in main()
|
/external/compiler-rt/test/msan/Linux/ |
D | sunrpc.cc | 24 #ifndef UNINIT in main()
|
D | sunrpc_string.cc | 17 #ifndef UNINIT in main()
|
D | sunrpc_bytes.cc | 17 #ifndef UNINIT in main()
|
/external/clang/test/Sema/ |
D | uninit-variables.c | 432 #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/ |
D | TypeData.java | 455 public int getTypeTag() { return StackMapTable.UNINIT; } in getTypeTag()
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/ |
D | SmaliCodeFragmentFactory.java | 153 case RegisterType.UNINIT:
|
/external/guice/extensions/struts2/lib/ |
D | javassist.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/ByteArrayClassPath.class
ByteArrayClassPath ... |
/external/robolectric/v1/lib/main/ |
D | javassist-3.14.0-GA.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/bytecode/
javassist/ ... |
/external/e2fsprogs/ |
D | RELEASE-NOTES | 1742 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.
|