Searched refs:GetDirectMethod (Results 1 - 14 of 14) sorted by relevance

/art/runtime/
H A Dnative_bridge_art_interface.cc45 mirror::ArtMethod* m = c->GetDirectMethod(i);
69 mirror::ArtMethod* m = c->GetDirectMethod(i);
H A Dclass_linker_test.cc213 EXPECT_TRUE(klass->GetDirectMethod(0)->IsClassInitializer());
214 EXPECT_TRUE(klass->GetDirectMethod(0)->IsDirect());
252 mirror::ArtMethod* method = klass->GetDirectMethod(i);
1090 CheckMethod(c->GetDirectMethod(i), preverified);
H A Dinstrumentation.cc77 InstallStubsForMethod(klass->GetDirectMethod(i));
H A Dclass_linker.cc2577 mirror::ArtMethod* method = klass->GetDirectMethod(method_index);
3735 ResolveMethodExceptionHandlerTypes(dex_file, klass->GetDirectMethod(i));
3908 CheckProxyConstructor(klass->GetDirectMethod(0));
H A Ddebugger.cc1623 mirror::ArtMethod* m = (i < direct_method_count) ? c->GetDirectMethod(i) : c->GetVirtualMethod(i - direct_method_count);
H A Djni_internal.cc2438 mirror::ArtMethod* m = c->GetDirectMethod(i);
/art/runtime/mirror/
H A Dclass.cc254 os << StringPrintf(" %2zd: %s\n", i, PrettyMethod(h_this->GetDirectMethod(i)).c_str());
417 ArtMethod* method = GetDirectMethod(i);
427 ArtMethod* method = GetDirectMethod(i);
438 ArtMethod* method = GetDirectMethod(i);
544 ArtMethod* method = GetDirectMethod(i);
H A Dclass-inl.h80 inline ArtMethod* Class::GetDirectMethod(int32_t i) { function in class:art::mirror::Class
H A Dclass.h660 ALWAYS_INLINE ArtMethod* GetDirectMethod(int32_t i) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/compiler/
H A Dcommon_compiler_test.cc275 MakeExecutable(klass->GetDirectMethod(i));
356 CompileMethod(klass->GetDirectMethod(i));
H A Doat_test.cc174 CheckMethod(klass->GetDirectMethod(i),
/art/compiler/driver/
H A Dcompiler_driver_test.cc90 MakeExecutable(c->GetDirectMethod(i));
H A Dcompiler_driver.cc697 mh.ChangeMethod(c->GetDirectMethod(i));
/art/runtime/arch/
H A Dstub_test.cc1544 Handle<mirror::ArtMethod> m(hs.NewHandle(c->GetDirectMethod(0)));

Completed in 208 milliseconds