Home
last modified time | relevance | path

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

/art/compiler/linker/
Dlinker_patch.h193 const DexFile* TargetTypeDexFile() const { in TargetTypeDexFile() function
/art/dex2oat/linker/
Doat_writer.cc915 TypeReference target_type(patch.TargetTypeDexFile(), patch.TargetTypeIndex()); in VisitMethod()
1833 TypeReference ref(patch.TargetTypeDexFile(), patch.TargetTypeIndex()); in VisitMethod()
1954 ObjPtr<mirror::DexCache> dex_cache = GetDexCache(patch.TargetTypeDexFile()); in GetTargetType()