Home
last modified time | relevance | path

Searched refs:BOOLEAN_TYPE (Results 1 – 7 of 7) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DMethodExitWithReturnValueDebuggee.java28 public static final String BOOLEAN_TYPE = "BOOLEAN"; field in MethodExitWithReturnValueDebuggee
110 if(type.equals(BOOLEAN_TYPE)){ in run()
DMethodExitWithReturnValueTest.java87 runMethodExitWithReturn(MethodExitWithReturnValueDebuggee.BOOLEAN_TYPE); in testMethodExitWithReturnValueOfBoolean()
199 if(type.equals(MethodExitWithReturnValueDebuggee.BOOLEAN_TYPE)){ in runMethodExitWithReturn()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
DRuntimeTestBase.java156 gen.arrayStore(Type.BOOLEAN_TYPE); in generateAndInstantiateClass()
169 gen.arrayStore(Type.BOOLEAN_TYPE); in generateAndInstantiateClass()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DRegisterType.java181 public static final RegisterType BOOLEAN_TYPE = new RegisterType(BOOLEAN, null); field in RegisterType
219 return BOOLEAN_TYPE; in getRegisterType()
322 return BOOLEAN_TYPE; in getRegisterType()
DMethodAnalyzer.java718 analyze32BitPrimitiveAget(analyzedInstruction, RegisterType.BOOLEAN_TYPE);
747 analyze32BitPrimitiveIgetSget(analyzedInstruction, RegisterType.BOOLEAN_TYPE);
774 analyze32BitPrimitiveIgetSget(analyzedInstruction, RegisterType.BOOLEAN_TYPE);
1285 … setDestinationRegisterTypeAndPropagateChanges(analyzedInstruction, RegisterType.BOOLEAN_TYPE);
1463 destRegisterType = RegisterType.BOOLEAN_TYPE;
1482 destRegisterType = RegisterType.BOOLEAN_TYPE;
1500 destRegisterType = RegisterType.BOOLEAN_TYPE;
/external/v8/src/debug/
Dmirrors.js59 BOOLEAN_TYPE : 'boolean', property
517 %_Call(ValueMirror, this, MirrorType.BOOLEAN_TYPE, value);
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DJarSourceCode.java982 || Slot.isCompatible(type, Type.BOOLEAN_TYPE); in isCompatibleArrayElementType()