Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache.cc46 void DexCache::InitializeNativeFields(const DexFile* dex_file, LinearAlloc* linear_alloc) { in InitializeNativeFields() function in art::mirror::DexCache
Ddex_cache.h192 void InitializeNativeFields(const DexFile* dex_file, LinearAlloc* linear_alloc)
/art/runtime/
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()
/art/openjdkjvmti/
Dti_redefine.cc762 cache->InitializeNativeFields(dex_file_.get(), in CreateNewDexCache()