Home
last modified time | relevance | path

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

/art/test/1980-obsolete-object-cleared/
Dinfo.txt1 Test that obsoleted classes have their fields cleared and cannot be used to obtain
DAndroid.bp3 name: "art-run-test-1980-obsolete-object-cleared",
/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.h146 StringDexCachePair cleared(nullptr, StringDexCachePair::InvalidIndexForSlot(slot_idx)); in ClearString()
147 slot->store(cleared, std::memory_order_relaxed); in ClearString()
184 TypeDexCachePair cleared(nullptr, TypeDexCachePair::InvalidIndexForSlot(slot_idx)); in ClearResolvedType()
185 slot->store(cleared, std::memory_order_relaxed); in ClearResolvedType()
267 FieldDexCachePair cleared(nullptr, FieldDexCachePair::InvalidIndexForSlot(slot_idx)); in ClearResolvedField()
268 SetNativePairPtrSize(resolved_fields, slot_idx, cleared, ptr_size); in ClearResolvedField()
301 MethodDexCachePair cleared(nullptr, MethodDexCachePair::InvalidIndexForSlot(slot_idx)); in ClearResolvedMethod()
302 SetNativePairPtrSize(resolved_methods, slot_idx, cleared, ptr_size); in ClearResolvedMethod()
/art/test/utils/
Dregen-test-files132 art-run-test-1980-obsolete-object-cleared