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

/art/runtime/mirror/
H A Dclass-inl.h221 inline ArtMethod* Class::GetDirectMethod(size_t i, PointerSize pointer_size) { function in class:art::mirror::Class
H A Dclass.cc305 h_this->GetDirectMethod(i, image_pointer_size)).c_str());
H A Dclass.h746 ALWAYS_INLINE ArtMethod* GetDirectMethod(size_t i, PointerSize pointer_size)
/art/runtime/arch/
H A Dstub_test.cc1687 ArtMethod* m = c->GetDirectMethod(0, kRuntimePointerSize);
/art/runtime/
H A Dclass_linker.cc3011 ArtMethod* method = klass->GetDirectMethod(method_index, image_pointer_size_);
4421 CheckProxyConstructor(klass->GetDirectMethod(0, image_pointer_size_));

Completed in 102 milliseconds