Home
last modified time | relevance | path

Searched refs:UNINIT_REF (Results 1 – 4 of 4) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DRegisterType.java47 …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()
115 public static final byte UNINIT_REF = 16; field in RegisterType
154 …NTEGER, FLOAT, LONG_LO, LONG_HI, DOUBLE_LO, DOUBLE_HI, UNINIT_REF, UNINIT_THIS,REF…
170 …/*UNINIT_REF*/ {UNINIT_REF, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTED, CONFLICTE…
291 } else if (mergedCategory == UNINIT_REF || mergedCategory == UNINIT_THIS) { in merge()
DAnalyzedInstruction.java366 if (preInstructionRegisterType.category == RegisterType.UNINIT_REF ||
372 if (preInstructionDestRegisterType.category != RegisterType.UNINIT_REF &&
503 if (preInstructionDestRegisterType.category == RegisterType.UNINIT_REF ||
517 } else if (preInstructionRegisterType.category == RegisterType.UNINIT_REF ||
532 if (registerType.category == RegisterType.UNINIT_REF ||
DMethodAnalyzer.java1080 RegisterType.UNINIT_REF,
1301 assert destRegisterType.category == RegisterType.UNINIT_REF;
1310 RegisterType.getRegisterType(RegisterType.UNINIT_REF, classType.type));
1426 …if (uninitRef.category != RegisterType.UNINIT_REF && uninitRef.category != RegisterType.UNINIT_THI…
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/
DSmaliCodeFragmentFactory.java227 case RegisterType.UNINIT_REF: