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

  /art/runtime/mirror/
dex_cache.cc 177 ArtMethod** resolved_methods,
190 CHECK_EQ(num_resolved_methods != 0u, resolved_methods != nullptr);
199 SetResolvedMethods(resolved_methods);
221 auto* resolved_methods = GetResolvedMethods(); local
223 if (GetElementPtrSize<ArtMethod*>(resolved_methods, i, pointer_size) == nullptr) {
224 SetElementPtrSize(resolved_methods, i, trampoline, pointer_size);
dex_cache.h 335 void SetResolvedMethods(ArtMethod** resolved_methods)
338 SetFieldPtr<false>(ResolvedMethodsOffset(), resolved_methods); local
441 ArtMethod** resolved_methods,
  /art/runtime/
class_linker-inl.h 196 proxy_method->HasSameDexCacheResolvedMethods(data.resolved_methods,
class_linker.h 655 resolved_methods(nullptr),
670 ArtMethod** resolved_methods; member in struct:art::ClassLinker::DexCacheData
    [all...]
class_linker_test.cc 445 auto* resolved_methods = dex_cache->GetResolvedMethods(); local
448 mirror::DexCache::GetElementPtrSize(resolved_methods, i, kRuntimePointerSize) != nullptr)
    [all...]
class_linker.cc 1112 ArtMethod** resolved_methods = method->GetDexCacheResolvedMethods(kRuntimePointerSize); local
6895 auto* resolved_methods = klass_->GetDexCache()->GetResolvedMethods(); local
    [all...]
  /art/compiler/
image_writer.cc 942 ArtMethod** resolved_methods = dex_cache->GetResolvedMethods(); local
    [all...]
  /art/oatdump/
oatdump.cc 2182 auto* resolved_methods = dex_cache->GetResolvedMethods(); local
    [all...]

Completed in 1250 milliseconds