Home
last modified time | relevance | path

Searched defs:meth (Results 1 – 25 of 39) sorted by relevance

12

/art/test/1970-force-early-return-long/src/art/
DSuspendEvents.java31 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/
DSuspendEvents.java31 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/
DSuspendEvents.java31 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/
DSuspendEvents.java31 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/
DSuspendEvents.java31 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/
DSuspendEvents.java31 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/
DSuspendEvents.java31 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/
DSuspendEvents.java31 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/
DSuspendEvents.java31 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/
DMain.java85 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/
DConcreteSub.java41 Method meth; in main() local
/art/test/1956-pop-frame-jit-calling/src/
DMain.java52 public static native void ensureMethodJitCompiled(Method meth); in ensureMethodJitCompiled()
/art/test/1954-pop-frame-jit/src/
DMain.java59 public static native void ensureMethodJitCompiled(Method meth); in ensureMethodJitCompiled()
/art/test/1955-pop-frame-jit-called/src/
DMain.java52 public static native void ensureMethodJitCompiled(Method meth); in ensureMethodJitCompiled()
/art/test/179-nonvirtual-jni/
Dnonvirtual-call.cc27 jmethodID meth = env->GetMethodID(lookup, "sayHi", "()V"); in Java_Main_callSayHiMethodNonvirtualWith() local
/art/test/085-old-style-inner-class/src/
DMain.java41 private static String nameOf(Method meth) { in nameOf()
/art/test/128-reg-spill-on-implicit-nullcheck/src/
DMain.java43 public void meth() {field = 1;} in meth() method in TestClass
/art/test/2035-structural-native-method/
Dstructural-native.cc40 JNINativeMethod meth{"getValue", "()J", reinterpret_cast<void*>(TransformNativeMethod)}; in Java_art_Test2035_LinkClassMethods() local
/art/test/1339-dead-reference-safe/src/
DMain.java62 public static native void ensureMethodJitCompiled(Method meth); in ensureMethodJitCompiled()
/art/test/068-classloader/src/
DFancyLoader.java111 Method meth; in findClassDalvik() local
/art/test/626-const-class-linking/src/
DDefiningLoader.java118 Method meth; in findClassDalvik() local
/art/test/647-jni-get-field-id/src/
DDefiningLoader.java118 Method meth; in findClassDalvik() local
/art/test/086-null-super/src/
DMain.java82 Method meth = mDexClass. in findDexClass() local
/art/test/ti-agent/
Dsuspend_event_helper.cc99 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/
DMain.java34 void printMethodInfo(Method meth) { in printMethodInfo()
85 Method meth; in checkAccess() local
125 Method meth = null; in run() local

12