Home
last modified time | relevance | path

Searched refs:ResetNativeFields (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/mirror/
H A Ddex_cache.cc141 void DexCache::ResetNativeFields() { in ResetNativeFields() function in art::mirror::DexCache
H A Ddex_cache.h197 void ResetNativeFields() REQUIRES_SHARED(Locks::mutator_lock_);
/aosp12/art/dex2oat/linker/
H A Dimage_writer.cc3155 down_cast<mirror::DexCache*>(copy)->ResetNativeFields(); in FixupObject()