Home
last modified time | relevance | path

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

/art/runtime/
Dreflection_test.cc142 InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), nullptr); in InvokeNopMethod()
154 JValue result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityByteMethod()
158 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityByteMethod()
162 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityByteMethod()
167 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityByteMethod()
180 JValue result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityIntMethod()
184 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityIntMethod()
188 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityIntMethod()
192 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityIntMethod()
205 JValue result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityDoubleMethod()
[all …]
/art/runtime/jni/
Djni_internal.h114 static inline jmethodID EncodeArtMethod(ReflectiveHandle<ArtMethod> art_method) in EncodeArtMethod() function
129 static inline jmethodID EncodeArtMethod(ArtMethod* art_method) in EncodeArtMethod() function
Djni_internal.cc391 return jni::EncodeArtMethod<kEnableIndexIds>(FindMethodJNI(soa, jni_class, name, sig, is_static)); in FindMethodID()
692 return jni::EncodeArtMethod<kEnableIndexIds>(ArtMethod::FromReflectedMethod(soa, jlr_method)); in FromReflectedMethod()
956 jmethodID sf_mid = jni::EncodeArtMethod<kEnableIndexIds>( in NewObjectV()
982 jmethodID sf_mid = jni::EncodeArtMethod<kEnableIndexIds>( in NewObjectA()
/art/compiler/
Dcompiler_reflection_test.cc56 InvokeWithJValues(soa, nullptr, jni::EncodeArtMethod(method), args); in TEST_F()
/art/openjdkjvmti/
Devents.cc632 art::jni::EncodeArtMethod(method)); in MethodEntered()
684 art::jni::EncodeArtMethod(method), in MethodExited()
732 art::jni::EncodeArtMethod(method), in MethodExited()
756 art::jni::EncodeArtMethod(method), in MethodUnwind()
779 jmethodID jmethod = art::jni::EncodeArtMethod(method); in DexPcMoved()
811 art::jni::EncodeArtMethod(method), in FieldRead()
843 art::jni::EncodeArtMethod(method), in FieldWritten()
880 art::jni::EncodeArtMethod(method), in FieldWritten()
906 art::jni::EncodeArtMethod(frame.GetMethod()), in WatchedFramePop()
1000 art::jni::EncodeArtMethod(method), in ExceptionThrown()
[all …]
Dti_search.cc152 art::jni::EncodeArtMethod(get_property), in Update()
186 art::jni::EncodeArtMethod(set_property), in Update()
Dti_stack.cc108 jmethodID id = art::jni::EncodeArtMethod(m); in VisitFrame()
832 *method_ptr = art::jni::EncodeArtMethod(closure.method); in GetFrameLocation()
Dti_heap.cc1017 ref_info->jni_local.method = art::jni::EncodeArtMethod(method); in GetReferenceKind()
1052 ref_info->stack_local.method = art::jni::EncodeArtMethod(method); in GetReferenceKind()
Dti_method.cc97 jmethodID method_id = art::jni::EncodeArtMethod(method); in RegisterNativeMethod()
Dti_class.cc633 method_array[array_idx] = art::jni::EncodeArtMethod(&m); in GetClassMethods()