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

  /art/runtime/
reflection_test.cc 142 InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), nullptr);
154 JValue result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args);
158 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args);
162 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args);
167 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args);
180 JValue result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args);
184 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args);
188 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args);
192 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args);
205 JValue result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args)
    [all...]
jni_internal.h 48 static inline jmethodID EncodeArtMethod(ArtMethod* art_method) {
jni_internal.cc 265 return jni::EncodeArtMethod(method);
479 return jni::EncodeArtMethod(ArtMethod::FromReflectedMethod(soa, jlr_method));
742 jmethodID sf_mid = jni::EncodeArtMethod(
769 jmethodID sf_mid = jni::EncodeArtMethod(
    [all...]
runtime.cc 690 jni::EncodeArtMethod(getSystemClassLoader),
    [all...]
debugger.cc     [all...]
thread.cc     [all...]
  /art/openjdkjvmti/
events.cc 494 art::jni::EncodeArtMethod(method));
518 art::jni::EncodeArtMethod(method),
545 art::jni::EncodeArtMethod(method),
572 art::jni::EncodeArtMethod(method),
596 jmethodID jmethod = art::jni::EncodeArtMethod(method);
625 art::jni::EncodeArtMethod(method),
654 art::jni::EncodeArtMethod(method),
688 art::jni::EncodeArtMethod(method),
708 art::jni::EncodeArtMethod(frame.GetMethod()),
802 art::jni::EncodeArtMethod(method)
    [all...]
ti_search.cc 145 art::jni::EncodeArtMethod(get_property),
179 art::jni::EncodeArtMethod(set_property),
ti_stack.cc 90 jmethodID id = art::jni::EncodeArtMethod(m);
814 *method_ptr = art::jni::EncodeArtMethod(closure.method);
    [all...]
ti_heap.cc     [all...]
ti_class.cc 627 method_array[array_idx] = art::jni::EncodeArtMethod(&m);
    [all...]
ti_method.cc 81 art::jni::EncodeArtMethod(method),
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]

Completed in 232 milliseconds