/art/runtime/mirror/ |
dex_cache-inl.h | 56 inline ArtMethod* DexCache::GetResolvedMethod(uint32_t method_idx, size_t ptr_size) {
|
dex_cache.h | 110 ALWAYS_INLINE ArtMethod* GetResolvedMethod(uint32_t method_idx, size_t ptr_size)
|
/art/runtime/ |
class_linker-inl.h | 107 inline ArtMethod* ClassLinker::GetResolvedMethod(uint32_t method_idx, ArtMethod* referrer) { 118 ArtMethod* resolved_method = GetResolvedMethod(method_idx, referrer);
|
trace.cc | 646 visited_methods->insert(dex_cache->GetResolvedMethod(i, sizeof(void*))); 826 auto* resolved_method = dex_cache->GetResolvedMethod(method->GetDexMethodIndex(), sizeof(void*)); [all...] |
class_linker.h | 233 ArtMethod* GetResolvedMethod(uint32_t method_idx, ArtMethod* referrer) [all...] |
class_linker.cc | [all...] |
/art/compiler/optimizing/ |
inliner.cc | 83 ArtMethod* resolved_method = class_linker->FindDexCache(caller_dex_file)->GetResolvedMethod(
|
/art/runtime/entrypoints/ |
entrypoint_utils-inl.h | 373 ArtMethod* resolved_method = class_linker->GetResolvedMethod(method_idx, *referrer); 552 referrer->GetDeclaringClass()->GetDexCache()->GetResolvedMethod(method_idx, sizeof(void*));
|
/art/compiler/driver/ |
compiler_driver_test.cc | 127 ArtMethod* method = dex_cache->GetResolvedMethod(i, pointer_size);
|
compiler_driver-inl.h | 344 CHECK_EQ(referrer_class->GetDexCache()->GetResolvedMethod(
|
compiler_driver.cc | [all...] |
/art/compiler/dex/ |
verified_method.cc | 291 ArtMethod* abstract_method = method_verifier->GetDexCache()->GetResolvedMethod(
|
/art/runtime/quick/ |
inline_method_analyser.cc | 334 ArtMethod* method = dex_cache->GetResolvedMethod(method_idx, cl->GetImagePointerSize());
|
/art/runtime/native/ |
dalvik_system_VMRuntime.cc | 353 ArtMethod* method = dex_cache->GetResolvedMethod(method_idx, sizeof(void*)); 455 ArtMethod* method = dex_cache->GetResolvedMethod(j, sizeof(void*));
|
/art/compiler/ |
oat_writer.cc | 796 ArtMethod* method = dex_cache->GetResolvedMethod( [all...] |
/art/runtime/verifier/ |
method_verifier.cc | [all...] |