Home
last modified time | relevance | path

Searched refs:EncodeArtMethod (Results 1 – 12 of 12) sorted by relevance

/art/runtime/
Dreflection_test.cc143 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 …]
Druntime.cc759 jni::EncodeArtMethod(getSystemClassLoader), in CreateSystemClassLoader()
Ddebugger.cc4056 JValue result = InvokeWithJValues(soa, ref.get(), jni::EncodeArtMethod(m), in ExecuteMethodWithoutPendingException()
5200 method_ = jni::EncodeArtMethod(m); in SetMethod()
Dthread.cc3284 InvokeWithJValues(soa, ref.get(), jni::EncodeArtMethod(exception_init_method), jv_args); in ThrowNewWrappedException()
/art/runtime/jni/
Djni_internal.h55 static inline jmethodID EncodeArtMethod(ArtMethod* art_method) { in EncodeArtMethod() function
Djni_internal.cc451 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/
Devents.cc588 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 …]
Dti_search.cc146 art::jni::EncodeArtMethod(get_property), in Update()
180 art::jni::EncodeArtMethod(set_property), in Update()
Dti_stack.cc93 jmethodID id = art::jni::EncodeArtMethod(m); in VisitFrame()
814 *method_ptr = art::jni::EncodeArtMethod(closure.method); in GetFrameLocation()
Dti_heap.cc988 ref_info->jni_local.method = art::jni::EncodeArtMethod(method); in GetReferenceKind()
1021 ref_info->stack_local.method = art::jni::EncodeArtMethod(method); in GetReferenceKind()
Dti_method.cc85 art::jni::EncodeArtMethod(method), in RegisterNativeMethod()
Dti_class.cc631 method_array[array_idx] = art::jni::EncodeArtMethod(&m); in GetClassMethods()