Home
last modified time | relevance | path

Searched refs:out_location (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dclass_linker.h777 mirror::DexCache* AllocDexCache(ObjPtr<mirror::String>* out_location,
Dclass_linker.cc2344 mirror::DexCache* ClassLinker::AllocDexCache(ObjPtr<mirror::String>* out_location, in AllocDexCache() argument
2348 DCHECK(out_location != nullptr); in AllocDexCache()
2360 *out_location = location; in AllocDexCache()