Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache.cc155 void DexCache::SetLocation(ObjPtr<mirror::String> location) { in SetLocation() function in art::mirror::DexCache
Ddex_cache.h371 void SetLocation(ObjPtr<String> location) REQUIRES_SHARED(Locks::mutator_lock_);
/art/openjdkjvmti/
Dti_redefine.cc773 cache->SetLocation(location.Get()); in CreateNewDexCache()
/art/runtime/
Dclass_linker.cc2671 dex_cache->SetLocation(location); in AllocDexCache()