Searched refs:cleared (Results 1 – 8 of 8) sorted by relevance
/art/test/1980-obsolete-object-cleared/ |
D | info.txt | 1 Test that obsoleted classes have their fields cleared and cannot be used to obtain
|
D | Android.bp | 3 name: "art-run-test-1980-obsolete-object-cleared",
|
/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 | 146 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/ |
D | regen-test-files | 132 art-run-test-1980-obsolete-object-cleared
|