/art/test/1970-force-early-return-long/src/art/ |
D | SuspendEvents.java | 31 public static native void setupSuspendBreakpointFor(Executable meth, long loc, Thread thr); in setupSuspendBreakpointFor() 34 public static native void setupSuspendSingleStepAt(Executable meth, long loc, Thread thr); in setupSuspendSingleStepAt() 40 public static native void setupSuspendMethodEvent(Executable meth, boolean enter, Thread thr); in setupSuspendMethodEvent() 44 Executable meth, boolean is_catch, Thread thr); in setupSuspendExceptionEvent()
|
/art/test/1971-multi-force-early-return/src/art/ |
D | SuspendEvents.java | 31 public static native void setupSuspendBreakpointFor(Executable meth, long loc, Thread thr); in setupSuspendBreakpointFor() 34 public static native void setupSuspendSingleStepAt(Executable meth, long loc, Thread thr); in setupSuspendSingleStepAt() 40 public static native void setupSuspendMethodEvent(Executable meth, boolean enter, Thread thr); in setupSuspendMethodEvent() 44 Executable meth, boolean is_catch, Thread thr); in setupSuspendExceptionEvent()
|
/art/test/1968-force-early-return/src/art/ |
D | SuspendEvents.java | 31 public static native void setupSuspendBreakpointFor(Executable meth, long loc, Thread thr); in setupSuspendBreakpointFor() 34 public static native void setupSuspendSingleStepAt(Executable meth, long loc, Thread thr); in setupSuspendSingleStepAt() 40 public static native void setupSuspendMethodEvent(Executable meth, boolean enter, Thread thr); in setupSuspendMethodEvent() 44 Executable meth, boolean is_catch, Thread thr); in setupSuspendExceptionEvent()
|
/art/test/1969-force-early-return-void/src/art/ |
D | SuspendEvents.java | 31 public static native void setupSuspendBreakpointFor(Executable meth, long loc, Thread thr); in setupSuspendBreakpointFor() 34 public static native void setupSuspendSingleStepAt(Executable meth, long loc, Thread thr); in setupSuspendSingleStepAt() 40 public static native void setupSuspendMethodEvent(Executable meth, boolean enter, Thread thr); in setupSuspendMethodEvent() 44 Executable meth, boolean is_catch, Thread thr); in setupSuspendExceptionEvent()
|
/art/test/jvmti-common/ |
D | SuspendEvents.java | 31 public static native void setupSuspendBreakpointFor(Executable meth, long loc, Thread thr); in setupSuspendBreakpointFor() 34 public static native void setupSuspendSingleStepAt(Executable meth, long loc, Thread thr); in setupSuspendSingleStepAt() 40 public static native void setupSuspendMethodEvent(Executable meth, boolean enter, Thread thr); in setupSuspendMethodEvent() 44 Executable meth, boolean is_catch, Thread thr); in setupSuspendExceptionEvent()
|
/art/test/1953-pop-frame/src/art/ |
D | SuspendEvents.java | 31 public static native void setupSuspendBreakpointFor(Executable meth, long loc, Thread thr); in setupSuspendBreakpointFor() 34 public static native void setupSuspendSingleStepAt(Executable meth, long loc, Thread thr); in setupSuspendSingleStepAt() 40 public static native void setupSuspendMethodEvent(Executable meth, boolean enter, Thread thr); in setupSuspendMethodEvent() 44 Executable meth, boolean is_catch, Thread thr); in setupSuspendExceptionEvent()
|
/art/test/1954-pop-frame-jit/src/art/ |
D | SuspendEvents.java | 31 public static native void setupSuspendBreakpointFor(Executable meth, long loc, Thread thr); in setupSuspendBreakpointFor() 34 public static native void setupSuspendSingleStepAt(Executable meth, long loc, Thread thr); in setupSuspendSingleStepAt() 40 public static native void setupSuspendMethodEvent(Executable meth, boolean enter, Thread thr); in setupSuspendMethodEvent() 44 Executable meth, boolean is_catch, Thread thr); in setupSuspendExceptionEvent()
|
/art/test/1955-pop-frame-jit-called/src/art/ |
D | SuspendEvents.java | 31 public static native void setupSuspendBreakpointFor(Executable meth, long loc, Thread thr); in setupSuspendBreakpointFor() 34 public static native void setupSuspendSingleStepAt(Executable meth, long loc, Thread thr); in setupSuspendSingleStepAt() 40 public static native void setupSuspendMethodEvent(Executable meth, boolean enter, Thread thr); in setupSuspendMethodEvent() 44 Executable meth, boolean is_catch, Thread thr); in setupSuspendExceptionEvent()
|
/art/test/1956-pop-frame-jit-calling/src/art/ |
D | SuspendEvents.java | 31 public static native void setupSuspendBreakpointFor(Executable meth, long loc, Thread thr); in setupSuspendBreakpointFor() 34 public static native void setupSuspendSingleStepAt(Executable meth, long loc, Thread thr); in setupSuspendSingleStepAt() 40 public static native void setupSuspendMethodEvent(Executable meth, boolean enter, Thread thr); in setupSuspendMethodEvent() 44 Executable meth, boolean is_catch, Thread thr); in setupSuspendExceptionEvent()
|
/art/test/087-gc-after-link/src/ |
D | Main.java | 85 Method meth = dexClass.getMethod("loadClass", String.class, ClassLoader.class); in findDexClass() local 96 Method meth = dexClass.getMethod("close"); in findDexClass() local
|
/art/test/032-concrete-sub/src/ |
D | ConcreteSub.java | 41 Method meth; in main() local
|
/art/test/1956-pop-frame-jit-calling/src/ |
D | Main.java | 52 public static native void ensureMethodJitCompiled(Method meth); in ensureMethodJitCompiled()
|
/art/test/1954-pop-frame-jit/src/ |
D | Main.java | 59 public static native void ensureMethodJitCompiled(Method meth); in ensureMethodJitCompiled()
|
/art/test/1955-pop-frame-jit-called/src/ |
D | Main.java | 52 public static native void ensureMethodJitCompiled(Method meth); in ensureMethodJitCompiled()
|
/art/test/179-nonvirtual-jni/ |
D | nonvirtual-call.cc | 27 jmethodID meth = env->GetMethodID(lookup, "sayHi", "()V"); in Java_Main_callSayHiMethodNonvirtualWith() local
|
/art/test/085-old-style-inner-class/src/ |
D | Main.java | 41 private static String nameOf(Method meth) { in nameOf()
|
/art/test/128-reg-spill-on-implicit-nullcheck/src/ |
D | Main.java | 43 public void meth() {field = 1;} in meth() method in TestClass
|
/art/test/2035-structural-native-method/ |
D | structural-native.cc | 40 JNINativeMethod meth{"getValue", "()J", reinterpret_cast<void*>(TransformNativeMethod)}; in Java_art_Test2035_LinkClassMethods() local
|
/art/test/1339-dead-reference-safe/src/ |
D | Main.java | 62 public static native void ensureMethodJitCompiled(Method meth); in ensureMethodJitCompiled()
|
/art/test/068-classloader/src/ |
D | FancyLoader.java | 111 Method meth; in findClassDalvik() local
|
/art/test/626-const-class-linking/src/ |
D | DefiningLoader.java | 118 Method meth; in findClassDalvik() local
|
/art/test/647-jni-get-field-id/src/ |
D | DefiningLoader.java | 118 Method meth; in findClassDalvik() local
|
/art/test/086-null-super/src/ |
D | Main.java | 82 Method meth = mDexClass. in findDexClass() local
|
/art/test/ti-agent/ |
D | suspend_event_helper.cc | 99 cbSingleStep(jvmtiEnv* jvmti, JNIEnv* env, jthread thr, jmethodID meth, jlocation loc) { in cbSingleStep() 331 jobject meth, in SetupTestData() 364 jobject meth, in SetupTestData() 435 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jobject meth, jlocation loc, jthread thr) { in Java_art_SuspendEvents_setupSuspendSingleStepAt() 531 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jobject meth, jlocation loc, jthread thr) { in Java_art_SuspendEvents_setupSuspendBreakpointFor()
|
/art/test/046-reflect/src/ |
D | Main.java | 34 void printMethodInfo(Method meth) { in printMethodInfo() 85 Method meth; in checkAccess() local 125 Method meth = null; in run() local
|