Home
last modified time | relevance | path

Searched refs:SHORT_TYPE (Results 1 – 5 of 5) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DMethodExitWithReturnValueDebuggee.java30 public static final String SHORT_TYPE = "SHORT"; field in MethodExitWithReturnValueDebuggee
113 }else if(type.equals(SHORT_TYPE)){ in run()
DMethodExitWithReturnValueTest.java97 runMethodExitWithReturn(MethodExitWithReturnValueDebuggee.SHORT_TYPE); in testMethodExitWithReturnValueOfShort()
204 }else if(type.equals(MethodExitWithReturnValueDebuggee.SHORT_TYPE)){ in runMethodExitWithReturn()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DRegisterType.java184 public static final RegisterType SHORT_TYPE = new RegisterType(SHORT, null); field in RegisterType
223 return SHORT_TYPE; in getRegisterType()
248 return SHORT_TYPE; in getRegisterTypeForLiteral()
328 return SHORT_TYPE; in getRegisterType()
DMethodAnalyzer.java727 analyze32BitPrimitiveAget(analyzedInstruction, RegisterType.SHORT_TYPE);
756 analyze32BitPrimitiveIgetSget(analyzedInstruction, RegisterType.SHORT_TYPE);
783 analyze32BitPrimitiveIgetSget(analyzedInstruction, RegisterType.SHORT_TYPE);
878 analyzeUnaryOp(analyzedInstruction, RegisterType.SHORT_TYPE);
1543 return RegisterType.SHORT_TYPE;
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DJarSourceCode.java956 return Type.SHORT_TYPE; in getArrayElementTypeForOpcode()
988 return Slot.isCompatible(type, Type.SHORT_TYPE); in isCompatibleArrayElementType()
1409 updateStateForConversion(Type.INT_TYPE, Type.SHORT_TYPE); in updateState()
2163 buildConversion(Type.INT_TYPE, Type.SHORT_TYPE, builder); in build()