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

  /art/runtime/
reflection_test.cc 141 InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), nullptr);
153 JValue result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args);
157 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args);
161 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args);
166 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args);
179 JValue result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args);
183 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args);
187 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args);
191 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args);
204 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 245 return jni::EncodeArtMethod(method);
456 return jni::EncodeArtMethod(ArtMethod::FromReflectedMethod(soa, jlr_method));
719 jmethodID sf_mid = jni::EncodeArtMethod(
746 jmethodID sf_mid = jni::EncodeArtMethod(
    [all...]
runtime.cc 654 jni::EncodeArtMethod(getSystemClassLoader),
    [all...]
debugger.cc     [all...]
thread.cc     [all...]
  /art/runtime/openjdkjvmti/
events.cc 341 art::jni::EncodeArtMethod(method));
364 art::jni::EncodeArtMethod(method),
390 art::jni::EncodeArtMethod(method),
416 art::jni::EncodeArtMethod(method),
440 jmethodID jmethod = art::jni::EncodeArtMethod(method);
468 art::jni::EncodeArtMethod(method),
496 art::jni::EncodeArtMethod(method),
529 art::jni::EncodeArtMethod(method),
ti_search.cc 143 art::jni::EncodeArtMethod(get_property),
177 art::jni::EncodeArtMethod(set_property),
ti_method.cc 67 art::jni::EncodeArtMethod(method),
ti_stack.cc 84 jmethodID id = art::jni::EncodeArtMethod(m);
814 *method_ptr = art::jni::EncodeArtMethod(closure.method);
ti_heap.cc     [all...]
ti_class.cc 673 method_array[array_idx] = art::jni::EncodeArtMethod(&m);
    [all...]

Completed in 258 milliseconds