Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache.cc265 SetLocation(location); in Init()
280 void DexCache::SetLocation(ObjPtr<mirror::String> location) { in SetLocation() function in art::mirror::DexCache
Ddex_cache.h455 void SetLocation(ObjPtr<String> location) REQUIRES_SHARED(Locks::mutator_lock_);
/art/runtime/
Dclass_linker_test.cc1537 dex_cache->SetLocation(location.Get()); in TEST_F()