Home
last modified time | relevance | path

Searched refs:InitializeNativeFields (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/runtime/mirror/
H A Ddex_cache.cc46 void DexCache::InitializeNativeFields(const DexFile* dex_file, LinearAlloc* linear_alloc) { in InitializeNativeFields() function in art::mirror::DexCache
H A Ddex_cache.h192 void InitializeNativeFields(const DexFile* dex_file, LinearAlloc* linear_alloc)
/aosp12/art/runtime/
H A Dclass_linker.cc1947 dex_cache->InitializeNativeFields(dex_file.get(), linear_alloc); in AddImageSpace()
2409 dex_cache->InitializeNativeFields(&dex_file, linear_alloc); in AllocAndInitializeDexCache()
4075 h_dex_cache->InitializeNativeFields(&dex_file, linear_alloc); in RegisterDexFile()
/aosp12/art/openjdkjvmti/
H A Dti_redefine.cc762 cache->InitializeNativeFields(dex_file_.get(), in CreateNewDexCache()