Searched refs:cleared (Results 1 – 7 of 7) sorted by relevance
/art/test/1980-obsolete-object-cleared/ |
D | Android.bp | 3 // Build rules for ART run-test `1980-obsolete-object-cleared`. 16 name: "art-run-test-1980-obsolete-object-cleared", 21 ":art-run-test-1980-obsolete-object-cleared-expected-stdout", 22 ":art-run-test-1980-obsolete-object-cleared-expected-stderr", 28 name: "art-run-test-1980-obsolete-object-cleared-expected-stdout", 29 out: ["art-run-test-1980-obsolete-object-cleared-expected-stdout.txt"], 36 name: "art-run-test-1980-obsolete-object-cleared-expected-stderr", 37 out: ["art-run-test-1980-obsolete-object-cleared-expected-stderr.txt"],
|
D | info.txt | 1 Test that obsoleted classes have their fields cleared and cannot be used to obtain
|
/art/test/1981-structural-redef-private-method-handles/ |
D | info.txt | 1 Test that obsoleted classes have their fields cleared and cannot be used to obtain
|
/art/test/104-growth-limit/ |
D | info.txt | 2 conventions, can be cleared and the resulting heap is at least as large
|
/art/test/626-const-class-linking/ |
D | clear_dex_cache_types.cc | 31 mirror::TypeDexCachePair cleared(nullptr, mirror::TypeDexCachePair::InvalidIndexForSlot(i)); in Java_Main_nativeClearResolvedTypes() local 32 dex_cache->GetResolvedTypes()[i].store(cleared, std::memory_order_relaxed); in Java_Main_nativeClearResolvedTypes()
|
/art/test/1000-non-moving-space-stress/ |
D | info.txt | 4 reference to an object cleared or moved from a newly allocated region
|
/art/runtime/mirror/ |
D | dex_cache-inl.h | 145 StringDexCachePair cleared(nullptr, StringDexCachePair::InvalidIndexForSlot(slot_idx)); in ClearString() 146 slot->store(cleared, std::memory_order_relaxed); in ClearString() 183 TypeDexCachePair cleared(nullptr, TypeDexCachePair::InvalidIndexForSlot(slot_idx)); in ClearResolvedType() 184 slot->store(cleared, std::memory_order_relaxed); in ClearResolvedType()
|