Searched refs:UNINIT_THIS (Results 1 – 4 of 4) sorted by relevance
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
D | RegisterType.java | 47 …assert ((category == REFERENCE || category == UNINIT_REF || category == UNINIT_THIS) && type != nu… in RegisterType() 48 … ((category != REFERENCE && category != UNINIT_REF && category != UNINIT_THIS) && type == null); in RegisterType() 82 if (category == UNINIT_REF || category == UNINIT_THIS) { in equals() 118 public static final byte UNINIT_THIS = 17; field in RegisterType 154 …LOAT, LONG_LO, LONG_HI, DOUBLE_LO, DOUBLE_HI, UNINIT_REF, UNINIT_THIS,REFERENCE, CON… 171 …UNINIT_THIS, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, C… 291 } else if (mergedCategory == UNINIT_REF || mergedCategory == UNINIT_THIS) { in merge()
|
D | AnalyzedInstruction.java | 367 preInstructionRegisterType.category == RegisterType.UNINIT_THIS) { 373 preInstructionDestRegisterType.category != RegisterType.UNINIT_THIS) { 504 preInstructionDestRegisterType.category == RegisterType.UNINIT_THIS) { 518 preInstructionRegisterType.category == RegisterType.UNINIT_THIS) { 533 registerType.category == RegisterType.UNINIT_THIS) {
|
D | MethodAnalyzer.java | 156 RegisterType.getRegisterType(RegisterType.UNINIT_THIS, in analyze() 1081 RegisterType.UNINIT_THIS, 1426 …(uninitRef.category != RegisterType.UNINIT_REF && uninitRef.category != RegisterType.UNINIT_THIS) {
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/ |
D | SmaliCodeFragmentFactory.java | 228 case RegisterType.UNINIT_THIS:
|