Home
last modified time | relevance | path

Searched refs:CreateFromArtMethod (Results 1 – 8 of 8) sorted by relevance

/art/runtime/mirror/
Dmethod.cc54 Method* Method::CreateFromArtMethod(Thread* self, ArtMethod* method) { in CreateFromArtMethod() function in art::mirror::Method
58 static_cast<AbstractMethod*>(ret)->CreateFromArtMethod(method); in CreateFromArtMethod()
95 Constructor* Constructor::CreateFromArtMethod(Thread* self, ArtMethod* method) { in CreateFromArtMethod() function in art::mirror::Constructor
99 static_cast<AbstractMethod*>(ret)->CreateFromArtMethod(method); in CreateFromArtMethod()
Dmethod.h31 static Method* CreateFromArtMethod(Thread* self, ArtMethod* method)
62 static Constructor* CreateFromArtMethod(Thread* self, ArtMethod* method)
Dabstract_method.cc24 bool AbstractMethod::CreateFromArtMethod(ArtMethod* method) { in CreateFromArtMethod() function in art::mirror::AbstractMethod
Dabstract_method.h37 bool CreateFromArtMethod(ArtMethod* method) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/runtime/native/
Djava_lang_Class.cc271 mirror::Constructor::CreateFromArtMethod(soa.Self(), declared_constructor)); in Class_getDeclaredConstructorInternal()
301 auto* constructor = mirror::Constructor::CreateFromArtMethod(soa.Self(), &m); in Class_getDeclaredConstructorsInternal()
343 return soa.AddLocalReference<jobject>(mirror::Method::CreateFromArtMethod(soa.Self(), &m)); in Class_getDeclaredMethodInternal()
369 return soa.AddLocalReference<jobject>(mirror::Method::CreateFromArtMethod(soa.Self(), &m)); in Class_getDeclaredMethodInternal()
376 soa.AddLocalReference<jobject>(mirror::Method::CreateFromArtMethod(soa.Self(), result)) : in Class_getDeclaredMethodInternal()
408 auto* method = mirror::Method::CreateFromArtMethod(soa.Self(), &m); in Class_getDeclaredMethodsUnchecked()
421 auto* method = mirror::Method::CreateFromArtMethod(soa.Self(), &m); in Class_getDeclaredMethodsUnchecked()
/art/runtime/
Dproxy_test.cc68 mirror::Method::CreateFromArtMethod(soa.Self(), method))); in GenerateProxyClass()
73 mirror::Method::CreateFromArtMethod(soa.Self(), method))); in GenerateProxyClass()
79 mirror::Method::CreateFromArtMethod(soa.Self(), method))); in GenerateProxyClass()
85 mirror::Method::CreateFromArtMethod(soa.Self(), &m))); in GenerateProxyClass()
Djni_internal.cc384 method = mirror::Constructor::CreateFromArtMethod(soa.Self(), m); in ToReflectedMethod()
386 method = mirror::Method::CreateFromArtMethod(soa.Self(), m); in ToReflectedMethod()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc765 mirror::Method::CreateFromArtMethod(soa.Self(), interface_method)); in artQuickProxyInvokeHandler()