Home
last modified time | relevance | path

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

/art/test/114-ParallelGC/src/
DMain.java48 List<SynchronousQueue<Boolean>> queues = new ArrayList<SynchronousQueue<Boolean>>( in main()
51 queues.add(new SynchronousQueue<Boolean>()); in main()
63 checkTimeout(queues.get(0).offer(Boolean.TRUE, TIMEOUT_VALUE, TimeUnit.MINUTES)); in main()
92 private final SynchronousQueue<Boolean> waitOn;
93 private final SynchronousQueue<Boolean> pushTo;
96 private Main(int id, SynchronousQueue<Boolean> waitOn, SynchronousQueue<Boolean> pushTo, in Main()
119 Boolean receivedB = waitOn.poll(TIMEOUT_VALUE, TimeUnit.MINUTES); in work()
133 checkTimeout(pushTo.offer(Boolean.FALSE, TIMEOUT_VALUE, TimeUnit.MINUTES)); in work()
144 checkTimeout(pushTo.offer(Boolean.TRUE, TIMEOUT_VALUE, TimeUnit.MINUTES)); in work()
/art/test/061-out-of-memory/src/
DMain.java46 Boolean sawEx = false; in testOomeLarge()
/art/test/021-string2/src/junit/framework/
DAssert.java149 assertEquals(message, new Boolean(expected), new Boolean(actual)); in assertEquals()
/art/test/082-inline-execute/src/junit/framework/
DAssert.java149 assertEquals(message, new Boolean(expected), new Boolean(actual)); in assertEquals()
/art/test/093-serialization/src/
DMain.java95 Boolean one;
/art/test/099-vmdebug/src/
DMain.java112 Integer.TYPE, Integer.TYPE, Boolean.TYPE, Integer.TYPE);
/art/runtime/verifier/
Dregister_line.cc327 SetRegisterType(inst->VRegA_23x(), verifier_->GetRegTypeCache()->Boolean()); in CheckBinaryOp()
365 SetRegisterType(vregA, verifier_->GetRegTypeCache()->Boolean()); in CheckBinaryOp2addr()
407 SetRegisterType(vregA, verifier_->GetRegTypeCache()->Boolean()); in CheckLiteralOp()
Dreg_type_cache.h88 static RegType& Boolean() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in Boolean() function
Dreg_type_cache.cc74 return Boolean(); in FromDescriptor()
597 Boolean().VisitRoots(callback, arg); in VisitStaticRoots()
Dmethod_verifier.cc1244 reg_line->SetRegisterType(arg_start + cur_arg, reg_types_.Boolean()); in SetTypesFromSignature()
1771 work_line_->SetRegisterType(inst->VRegA_22c(), reg_types_.Boolean()); in CodeFlowVerifyInstruction()
1794 work_line_->SetRegisterType(inst->VRegA_22c(), reg_types_.Boolean()); in CodeFlowVerifyInstruction()
2082 VerifyAGet(inst, reg_types_.Boolean(), true); in CodeFlowVerifyInstruction()
2104 VerifyAPut(inst, reg_types_.Boolean(), true); in CodeFlowVerifyInstruction()
2126 VerifyISFieldAccess<FieldAccessType::kAccGet>(inst, reg_types_.Boolean(), true, false); in CodeFlowVerifyInstruction()
2149 VerifyISFieldAccess<FieldAccessType::kAccPut>(inst, reg_types_.Boolean(), true, false); in CodeFlowVerifyInstruction()
2172 VerifyISFieldAccess<FieldAccessType::kAccGet>(inst, reg_types_.Boolean(), true, true); in CodeFlowVerifyInstruction()
2195 VerifyISFieldAccess<FieldAccessType::kAccPut>(inst, reg_types_.Boolean(), true, true); in CodeFlowVerifyInstruction()
Dreg_type_test.cc83 RegType& bool_reg_type = cache.Boolean(); in TEST_F()
Dreg_type.cc854 return reg_types->Boolean(); // boolean MERGE boolean => boolean in Merge()
/art/test/098-ddmc/src/
DMain.java136 Boolean.TYPE);
/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.java110 myHandler.returnType = Boolean.class; in testProxyReturns()
/art/compiler/sea_ir/types/
Dtype_inference.cc111 argument_types.push_back(&type_cache_->Boolean()); in GetDeclaredArgumentTypes()
/art/test/082-inline-execute/src/
DMain.java837 peek_int = io_memory.getDeclaredMethod("peekInt", Long.TYPE, Boolean.TYPE);
838 peek_short = io_memory.getDeclaredMethod("peekShort", Long.TYPE, Boolean.TYPE);
839 peek_long = io_memory.getDeclaredMethod("peekLong", Long.TYPE, Boolean.TYPE);
841 poke_short = io_memory.getDeclaredMethod("pokeShort", Long.TYPE, Short.TYPE, Boolean.TYPE);
842 poke_int = io_memory.getDeclaredMethod("pokeInt", Long.TYPE, Integer.TYPE, Boolean.TYPE);
843 poke_long = io_memory.getDeclaredMethod("pokeLong", Long.TYPE, Long.TYPE, Boolean.TYPE);
/art/test/100-reflect2/src/
DMain.java85 f.set(null, Boolean.valueOf(true)); in testFieldReflection()
/art/runtime/
Dcheck_jni.cc1356 FIELD_ACCESSORS(jboolean, Boolean, z, "Z");
1470 CALL(jboolean, Boolean, jboolean result, result =, NON_VOID_RETURN("Z", jboolean), "Z");
1573 NEW_PRIMITIVE_ARRAY(jbooleanArray, Boolean);
1644 PRIMITIVE_ARRAY_FUNCTIONS(jboolean, Boolean, 'Z');
Djni_internal_test.cc1311 EXPECT_STATIC_PRIMITIVE_FIELD(Boolean, "sZ", "Z", JNI_TRUE, JNI_FALSE); in TEST_F()
1320 EXPECT_PRIMITIVE_FIELD(o, Boolean, "iZ", "Z", JNI_TRUE, JNI_FALSE); in TEST_F()
Djni_internal.cc1565 GET_PRIMITIVE_FIELD(Boolean, obj); in GetBooleanField()
1597 GET_STATIC_PRIMITIVE_FIELD(Boolean); in GetStaticBooleanField()
1629 SET_PRIMITIVE_FIELD(Boolean, obj, v); in SetBooleanField()
1661 SET_STATIC_PRIMITIVE_FIELD(Boolean, v); in SetStaticBooleanField()
/art/test/100-reflect2/
Dexpected.txt26 true (class java.lang.Boolean)