Searched refs:EncodeArtMethod (Results 1 – 12 of 12) sorted by relevance
/art/runtime/ |
D | reflection_test.cc | 143 InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), nullptr); in InvokeNopMethod() 155 JValue result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityByteMethod() 159 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityByteMethod() 163 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityByteMethod() 168 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityByteMethod() 181 JValue result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityIntMethod() 185 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityIntMethod() 189 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityIntMethod() 193 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityIntMethod() 206 JValue result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityDoubleMethod() [all …]
|
D | runtime.cc | 759 jni::EncodeArtMethod(getSystemClassLoader), in CreateSystemClassLoader()
|
D | debugger.cc | 4056 JValue result = InvokeWithJValues(soa, ref.get(), jni::EncodeArtMethod(m), in ExecuteMethodWithoutPendingException() 5200 method_ = jni::EncodeArtMethod(m); in SetMethod()
|
D | thread.cc | 3284 InvokeWithJValues(soa, ref.get(), jni::EncodeArtMethod(exception_init_method), jv_args); in ThrowNewWrappedException()
|
/art/runtime/jni/ |
D | jni_internal.h | 55 static inline jmethodID EncodeArtMethod(ArtMethod* art_method) { in EncodeArtMethod() function
|
D | jni_internal.cc | 451 return jni::EncodeArtMethod(method); in FindMethodID() 674 return jni::EncodeArtMethod(ArtMethod::FromReflectedMethod(soa, jlr_method)); in FromReflectedMethod() 937 jmethodID sf_mid = jni::EncodeArtMethod( in NewObjectV() 964 jmethodID sf_mid = jni::EncodeArtMethod( in NewObjectA()
|
/art/openjdkjvmti/ |
D | events.cc | 588 art::jni::EncodeArtMethod(method)); in MethodEntered() 613 art::jni::EncodeArtMethod(method), in MethodExited() 641 art::jni::EncodeArtMethod(method), in MethodExited() 668 art::jni::EncodeArtMethod(method), in MethodUnwind() 692 jmethodID jmethod = art::jni::EncodeArtMethod(method); in DexPcMoved() 721 art::jni::EncodeArtMethod(method), in FieldRead() 750 art::jni::EncodeArtMethod(method), in FieldWritten() 784 art::jni::EncodeArtMethod(method), in FieldWritten() 810 art::jni::EncodeArtMethod(frame.GetMethod()), in WatchedFramePop() 904 art::jni::EncodeArtMethod(method), in ExceptionThrown() [all …]
|
D | ti_search.cc | 146 art::jni::EncodeArtMethod(get_property), in Update() 180 art::jni::EncodeArtMethod(set_property), in Update()
|
D | ti_stack.cc | 93 jmethodID id = art::jni::EncodeArtMethod(m); in VisitFrame() 814 *method_ptr = art::jni::EncodeArtMethod(closure.method); in GetFrameLocation()
|
D | ti_heap.cc | 988 ref_info->jni_local.method = art::jni::EncodeArtMethod(method); in GetReferenceKind() 1021 ref_info->stack_local.method = art::jni::EncodeArtMethod(method); in GetReferenceKind()
|
D | ti_method.cc | 85 art::jni::EncodeArtMethod(method), in RegisterNativeMethod()
|
D | ti_class.cc | 631 method_array[array_idx] = art::jni::EncodeArtMethod(&m); in GetClassMethods()
|