Home
last modified time | relevance | path

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

/art/test/1980-obsolete-object-cleared/
DAndroid.bp3 // 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"],
Dinfo.txt1 Test that obsoleted classes have their fields cleared and cannot be used to obtain
/art/test/1981-structural-redef-private-method-handles/
Dinfo.txt1 Test that obsoleted classes have their fields cleared and cannot be used to obtain
/art/test/104-growth-limit/
Dinfo.txt2 conventions, can be cleared and the resulting heap is at least as large
/art/test/626-const-class-linking/
Dclear_dex_cache_types.cc31 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/
Dinfo.txt4 reference to an object cleared or moved from a newly allocated region
/art/runtime/mirror/
Ddex_cache-inl.h145 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()