HomeSort by relevance Sort by last modified time
    Searched full:resolved_methods (Results 1 - 8 of 8) sorted by null

  /art/runtime/mirror/
dex_cache.cc 185 MethodDexCacheType* resolved_methods,
197 CHECK_EQ(num_resolved_methods != 0u, resolved_methods != nullptr);
206 SetResolvedMethods(resolved_methods);
dex_cache-inl.h 236 auto* resolved_methods = GetResolvedMethods(); local
239 if (GetNativePairPtrSize(resolved_methods, slot_idx, ptr_size).index == method_idx) {
241 SetNativePairPtrSize(resolved_methods, slot_idx, cleared, ptr_size);
dex_cache.h 346 void SetResolvedMethods(MethodDexCacheType* resolved_methods)
349 SetFieldPtr<false>(ResolvedMethodsOffset(), resolved_methods); local
453 MethodDexCacheType* resolved_methods,
  /art/runtime/
class_linker.h 688 resolved_methods(nullptr),
703 mirror::MethodDexCacheType* resolved_methods; member in struct:art::ClassLinker::DexCacheData
    [all...]
class_linker.cc 1123 mirror::MethodDexCacheType* resolved_methods = local
6909 auto* resolved_methods = klass_->GetDexCache()->GetResolvedMethods(); local
    [all...]
  /art/oatdump/
oatdump.cc 2243 mirror::MethodDexCacheType* resolved_methods = dex_cache->GetResolvedMethods(); local
    [all...]
  /art/compiler/
image_writer.cc 1033 mirror::MethodDexCacheType* resolved_methods = dex_cache->GetResolvedMethods(); local
    [all...]
  /system/core/libbacktrace/testdata/arm/
libart.so 

Completed in 721 milliseconds