/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 | 57 static inline jmethodID EncodeArtMethod(ArtMethod* art_method) {
|
jni_internal.cc | 160 return jni::EncodeArtMethod(method); 371 return jni::EncodeArtMethod(ArtMethod::FromReflectedMethod(soa, jlr_method)); 634 jmethodID sf_mid = jni::EncodeArtMethod( 661 jmethodID sf_mid = jni::EncodeArtMethod( [all...] |
runtime.cc | 622 jni::EncodeArtMethod(getSystemClassLoader), [all...] |
debugger.cc | [all...] |
thread.cc | [all...] |
/art/runtime/openjdkjvmti/ |
ti_search.cc | 139 art::jni::EncodeArtMethod(get_property), 173 art::jni::EncodeArtMethod(set_property),
|
ti_method.cc | 67 art::jni::EncodeArtMethod(method),
|
ti_stack.cc | 78 jmethodID id = art::jni::EncodeArtMethod(m); 715 *method_ptr = art::jni::EncodeArtMethod(closure.method);
|
ti_heap.cc | [all...] |
ti_class.cc | 633 method_array[array_idx] = art::jni::EncodeArtMethod(&m); [all...] |