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

  /art/runtime/mirror/
dex_cache-inl.h 296 auto* resolved_methods = GetResolvedMethods(); local
299 if (GetNativePairPtrSize(resolved_methods, slot_idx, ptr_size).index == method_idx) {
301 SetNativePairPtrSize(resolved_methods, slot_idx, cleared, ptr_size);
dex_cache.h 369 void SetResolvedMethods(MethodDexCacheType* resolved_methods)
372 SetFieldPtr<false>(ResolvedMethodsOffset(), resolved_methods); local
486 MethodDexCacheType* resolved_methods,
  /art/dex2oat/linker/
image_writer.cc 1580 mirror::MethodDexCacheType* resolved_methods = dex_cache->GetResolvedMethods(); local
1654 mirror::MethodDexCacheType* resolved_methods = dex_cache->GetResolvedMethods(); local
    [all...]
  /art/oatdump/
oatdump.cc 2249 mirror::MethodDexCacheType* resolved_methods = dex_cache->GetResolvedMethods(); local
    [all...]
  /art/runtime/
class_linker.cc 7452 auto* resolved_methods = klass_->GetDexCache()->GetResolvedMethods(); local
    [all...]

Completed in 798 milliseconds