HomeSort by relevance Sort by last modified time
    Searched refs:orig_types (Results 1 - 2 of 2) sorted by null

  /art/patchoat/
patchoat.cc 516 mirror::TypeDexCacheType* orig_types = orig_dex_cache->GetResolvedTypes(); local
517 mirror::TypeDexCacheType* relocated_types = RelocatedAddressOfPointer(orig_types);
521 if (orig_types != nullptr) {
522 orig_dex_cache->FixupResolvedTypes(RelocatedCopyOf(orig_types),
  /art/compiler/
image_writer.cc 2306 mirror::TypeDexCacheType* orig_types = orig_dex_cache->GetResolvedTypes(); local
    [all...]

Completed in 158 milliseconds