Home
last modified time | relevance | path

Searched refs:Boolean (Results 1 – 25 of 27) sorted by relevance

12

/art/test/468-checker-bool-simplifier-regression/src/
DMain.java38 f.set(null, (Boolean) input); in runTest()
39 return (Boolean) m.invoke(null); in runTest()
/art/test/457-regs/src/
DMain.java27 m.invoke(null, new Boolean(true), new Byte((byte)2)); in main()
30 m.invoke(null, new Boolean(true), new Float(4.0f)); in main()
/art/test/061-out-of-memory/src/
DMain.java46 Boolean sawEx = false; in testOomeLarge()
/art/test/802-deoptimization/src/
DDeoptimizationController.java74 Integer.TYPE, Integer.TYPE, Boolean.TYPE, Integer.TYPE);
/art/test/082-inline-execute/src/junit/framework/
DAssert.java147 assertEquals(message, Boolean.valueOf(expected), Boolean.valueOf(actual)); in assertEquals()
/art/test/021-string2/src/junit/framework/
DAssert.java147 assertEquals(message, Boolean.valueOf(expected), Boolean.valueOf(actual)); in assertEquals()
/art/test/093-serialization/src/
DMain.java95 Boolean one;
/art/runtime/verifier/
Dregister_line.cc244 SetRegisterType(verifier, inst->VRegA_23x(), verifier->GetRegTypeCache()->Boolean()); in CheckBinaryOp()
282 SetRegisterType(verifier, vregA, verifier->GetRegTypeCache()->Boolean()); in CheckBinaryOp2addr()
324 SetRegisterType(verifier, vregA, verifier->GetRegTypeCache()->Boolean()); in CheckLiteralOp()
Dreg_type_cache.h80 const BooleanType& Boolean() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in Boolean() function
Dmethod_verifier.cc1378 reg_line->SetRegisterType(this, arg_start + cur_arg, reg_types_.Boolean()); in SetTypesFromSignature()
1951 work_line_->SetRegisterType(this, inst->VRegA_22c(), reg_types_.Boolean()); in CodeFlowVerifyInstruction()
1974 work_line_->SetRegisterType(this, inst->VRegA_22c(), reg_types_.Boolean()); in CodeFlowVerifyInstruction()
2261 VerifyAGet(inst, reg_types_.Boolean(), true); in CodeFlowVerifyInstruction()
2283 VerifyAPut(inst, reg_types_.Boolean(), true); in CodeFlowVerifyInstruction()
2305 VerifyISFieldAccess<FieldAccessType::kAccGet>(inst, reg_types_.Boolean(), true, false); in CodeFlowVerifyInstruction()
2328 VerifyISFieldAccess<FieldAccessType::kAccPut>(inst, reg_types_.Boolean(), true, false); in CodeFlowVerifyInstruction()
2351 VerifyISFieldAccess<FieldAccessType::kAccGet>(inst, reg_types_.Boolean(), true, true); in CodeFlowVerifyInstruction()
2374 VerifyISFieldAccess<FieldAccessType::kAccPut>(inst, reg_types_.Boolean(), true, true); in CodeFlowVerifyInstruction()
2848 VerifyQuickFieldAccess<FieldAccessType::kAccGet>(inst, reg_types_.Boolean(), true); in CodeFlowVerifyInstruction()
[all …]
Dreg_type_cache.cc75 return Boolean(); in FromDescriptor()
Dreg_type.cc652 return reg_types->Boolean(); // boolean MERGE boolean => boolean in Merge()
Dreg_type_test.cc85 const RegType& bool_reg_type = cache.Boolean(); in TEST_F()
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DFieldFlagChanger.java54 setVolatile = Boolean.parseBoolean(elements[3]); in parseString()
/art/test/098-ddmc/src/
DMain.java136 Boolean.TYPE);
/art/test/800-smali/smali/
DsameFieldNames.smali18 .field static public a:Ljava/lang/Boolean;
/art/runtime/
Dart_field-inl.h142 FIELD_GET(object, Boolean); in GetBoolean()
147 FIELD_SET(object, Boolean, z); in SetBoolean()
Djni_internal.cc1284 GET_PRIMITIVE_FIELD(Boolean, obj); in GetBooleanField()
1316 GET_STATIC_PRIMITIVE_FIELD(Boolean); in GetStaticBooleanField()
1348 SET_PRIMITIVE_FIELD(Boolean, obj, v); in SetBooleanField()
1380 SET_STATIC_PRIMITIVE_FIELD(Boolean, v); in SetStaticBooleanField()
/art/test/044-proxy/src/
DWrappedThrow.java202 return Boolean.valueOf(super.equals(args[0])); in invoke()
DBasicTest.java253 return Boolean.valueOf(super.equals(args[0])); in invoke()
DReturnsAndArgPassing.java112 myHandler.returnType = Boolean.class; in testProxyReturns()
/art/test/082-inline-execute/src/
DMain.java1065 peek_int = io_memory.getDeclaredMethod("peekInt", Long.TYPE, Boolean.TYPE);
1066 peek_short = io_memory.getDeclaredMethod("peekShort", Long.TYPE, Boolean.TYPE);
1067 peek_long = io_memory.getDeclaredMethod("peekLong", Long.TYPE, Boolean.TYPE);
1069 poke_short = io_memory.getDeclaredMethod("pokeShort", Long.TYPE, Short.TYPE, Boolean.TYPE);
1070 poke_int = io_memory.getDeclaredMethod("pokeInt", Long.TYPE, Integer.TYPE, Boolean.TYPE);
1071 poke_long = io_memory.getDeclaredMethod("pokeLong", Long.TYPE, Long.TYPE, Boolean.TYPE);
/art/test/099-vmdebug/src/
DMain.java220 Integer.TYPE, Integer.TYPE, Boolean.TYPE, Integer.TYPE);
/art/test/100-reflect2/src/
DMain.java85 f.set(null, Boolean.valueOf(true)); in testFieldReflection()
/art/test/100-reflect2/
Dexpected.txt26 true (class java.lang.Boolean)

12