Home
last modified time | relevance | path

Searched defs:null (Results 1 – 8 of 8) sorted by relevance

/art/tools/ahat/src/main/com/android/ahat/
DAsciiProgress.java39 assert this.description == null; in start() local
53 assert description != null; in update() local
/art/tools/ahat/src/main/com/android/ahat/dominators/
DDominators.java387 assert oldDomS.revisit != null; in computeDominators() local
452 assert nodeS.revisit == null; in computeDominators() local
453 graph.setDominatorsComputationState((Node)nodeS.node, null); in computeDominators() local
/art/test/712-varhandle-invocations/src/
DVarHandleArrayTests.java67 assertThrowsWMTE(() -> vh.compareAndExchange((Object[]) values, 5, null, 'c')); in testIntegerArrayVarHandle() local
79 assertThrowsWMTE(() -> vh.compareAndSet((Object[]) values, 5, null, 'c')); in testIntegerArrayVarHandle() local
/art/test/2235-JdkUnsafeTest/src/
DMain.java141 check(unsafe.getObject(t, objectOffset), null, "Unsafe.getObject(Object, long) - initial"); in testGetAndPutAndCAS() local
364 null, in testGetAndPutVolatile() local
404 null, in testGetAcquireAndPutRelease() local
/art/test/004-UnsafeTest/src/
DMain.java134 check(unsafe.getObject(t, objectOffset), null, "Unsafe.getObject(Object, long) - initial"); in testGetAndPutAndCAS() local
254 null, in testGetAndPutVolatile() local
/art/libartservice/service/javatests/com/android/server/art/
DSecondaryDexopterTest.java226 null /* classLoaderContext */, false /* isPublic */); in testDexopt() local
/art/test/100-reflect2/src/
DMain.java354 f.setInt(null, 42); in f.setInt() argument
/art/runtime/verifier/
Dreg_type_test.cc767 const RegType& null = cache.Null(); in TEST_F() local