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 237 auto* resolved_methods = GetResolvedMethods(); local
240 if (GetNativePairPtrSize(resolved_methods, slot_idx, ptr_size).index == method_idx) {
242 SetNativePairPtrSize(resolved_methods, slot_idx, cleared, ptr_size);
dex_cache.h 347 void SetResolvedMethods(MethodDexCacheType* resolved_methods)
350 SetFieldPtr<false>(ResolvedMethodsOffset(), resolved_methods); local
444 MethodDexCacheType* resolved_methods,
  /art/dex2oat/linker/
image_writer.cc 1035 mirror::MethodDexCacheType* resolved_methods = dex_cache->GetResolvedMethods(); local
    [all...]
  /art/oatdump/
oatdump.cc 2444 mirror::MethodDexCacheType* resolved_methods = dex_cache->GetResolvedMethods(); local
    [all...]
  /art/runtime/
class_linker.cc 6809 auto* resolved_methods = klass_->GetDexCache()->GetResolvedMethods(); local
    [all...]

Completed in 181 milliseconds