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

  /art/runtime/native/
java_lang_reflect_Method.cc 37 static jobject Method_getDefaultValue(JNIEnv* env, jobject javaMethod) {
39 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod);
46 static jobjectArray Method_getExceptionTypes(JNIEnv* env, jobject javaMethod) {
48 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod);
84 static jobject Method_invoke(JNIEnv* env, jobject javaMethod, jobject javaReceiver,
87 return InvokeMethod(soa, javaMethod, javaReceiver, javaArgs);
java_lang_reflect_Constructor.cc 37 static jobjectArray Constructor_getExceptionTypes(JNIEnv* env, jobject javaMethod) {
39 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod)
64 static jobject Constructor_newInstance0(JNIEnv* env, jobject javaMethod, jobjectArray javaArgs) {
66 ObjPtr<mirror::Constructor> m = soa.Decode<mirror::Constructor>(javaMethod);
108 return InvokeMethod(soa, javaMethod, nullptr, javaArgs, 2);
117 InvokeMethod(soa, javaMethod, javaReceiver, javaArgs, 2);
java_lang_reflect_Parameter.cc 37 jobject javaMethod,
41 if (UNLIKELY(javaMethod == nullptr)) {
42 ThrowNullPointerException("javaMethod == null");
46 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod);
java_lang_reflect_Executable.cc 39 static jobjectArray Executable_getDeclaredAnnotationsNative(JNIEnv* env, jobject javaMethod) {
41 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod);
54 jobject javaMethod,
58 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod);
67 static jobjectArray Executable_getSignatureAnnotation(JNIEnv* env, jobject javaMethod) {
69 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod);
77 static jobjectArray Executable_getParameterAnnotationsNative(JNIEnv* env, jobject javaMethod) {
79 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod);
154 static jobjectArray Executable_getParameters0(JNIEnv* env, jobject javaMethod) {
159 Handle<mirror::Method> executable = hs.NewHandle(soa.Decode<mirror::Method>(javaMethod));
    [all...]
  /art/test/708-jit-cache-churn/
jit.cc 34 jobject javaMethod,
44 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod);
  /frameworks/base/core/jni/
android_os_VintfRuntimeInfo.cpp 32 #define MAP_STRING_METHOD(javaMethod, cppString, flags) \
33 static jstring android_os_VintfRuntimeInfo_##javaMethod(JNIEnv* env, jclass clazz) \
  /art/test/616-cha-unloading/src-art/
Main.java 119 private static native long getArtMethod(Object javaMethod);
  /external/libmojo/base/android/jni_generator/java/src/org/chromium/example/jni_generator/
SampleForTests.java 132 public int javaMethod(int foo, int bar) {
  /external/testng/src/main/java/org/testng/internal/
ClonedMethod.java 27 public ClonedMethod(ITestNGMethod method, Method javaMethod) {
29 m_javaMethod = javaMethod;
  /art/runtime/
reflection.cc 588 jobject InvokeMethod(const ScopedObjectAccessAlreadyRunnable& soa, jobject javaMethod,
599 ObjPtr<mirror::Executable> executable = soa.Decode<mirror::Executable>(javaMethod);
    [all...]
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar 
  /prebuilts/tools/common/m2/repository/org/beanshell/bsh/2.0b4/
bsh-2.0b4.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/
rt.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
rt.jar 
  /tools/external/gradle/
gradle-api-2.14.1.jar 
gradle-api-3.4.1.jar 
gradle-api-3.5-20170307000048+0000.jar 

Completed in 679 milliseconds