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

  /art/runtime/mirror/
abstract_method.cc 24 bool AbstractMethod::CreateFromArtMethod(ArtMethod* method) {
method.cc 54 Method* Method::CreateFromArtMethod(Thread* self, ArtMethod* method) {
58 static_cast<AbstractMethod*>(ret)->CreateFromArtMethod(method);
95 Constructor* Constructor::CreateFromArtMethod(Thread* self, ArtMethod* method) {
99 static_cast<AbstractMethod*>(ret)->CreateFromArtMethod(method);
method.h 31 static Method* CreateFromArtMethod(Thread* self, ArtMethod* method)
62 static Constructor* CreateFromArtMethod(Thread* self, ArtMethod* method)
abstract_method.h 36 // Called from Constructor::CreateFromArtMethod, Method::CreateFromArtMethod.
37 bool CreateFromArtMethod(ArtMethod* method) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
  /art/runtime/native/
java_lang_Class.cc 271 mirror::Constructor::CreateFromArtMethod(soa.Self(), declared_constructor));
301 auto* constructor = mirror::Constructor::CreateFromArtMethod(soa.Self(), &m);
343 return soa.AddLocalReference<jobject>(mirror::Method::CreateFromArtMethod(soa.Self(), &m));
369 return soa.AddLocalReference<jobject>(mirror::Method::CreateFromArtMethod(soa.Self(), &m));
376 soa.AddLocalReference<jobject>(mirror::Method::CreateFromArtMethod(soa.Self(), result)) :
408 auto* method = mirror::Method::CreateFromArtMethod(soa.Self(), &m);
421 auto* method = mirror::Method::CreateFromArtMethod(soa.Self(), &m);
  /art/runtime/
proxy_test.cc 68 mirror::Method::CreateFromArtMethod(soa.Self(), method)));
73 mirror::Method::CreateFromArtMethod(soa.Self(), method)));
79 mirror::Method::CreateFromArtMethod(soa.Self(), method)));
85 mirror::Method::CreateFromArtMethod(soa.Self(), &m)));
jni_internal.cc 384 method = mirror::Constructor::CreateFromArtMethod(soa.Self(), m);
386 method = mirror::Method::CreateFromArtMethod(soa.Self(), m);
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]

Completed in 1699 milliseconds