/aosp_15_r20/art/test/jvmti-common/ |
H A D | SuspendEvents.java | 31 public static native void setupSuspendBreakpointFor(Executable meth, long loc, Thread thr); in setupSuspendBreakpointFor() 32 public static native void clearSuspendBreakpointFor(Thread thr); in clearSuspendBreakpointFor() 34 public static native void setupSuspendSingleStepAt(Executable meth, long loc, Thread thr); in setupSuspendSingleStepAt() 35 public static native void clearSuspendSingleStepFor(Thread thr); in clearSuspendSingleStepFor() 37 public static native void setupFieldSuspendFor(Class klass, Field f, boolean access, Thread thr); in setupFieldSuspendFor() 38 public static native void clearFieldSuspendFor(Thread thr); in clearFieldSuspendFor() 40 public static native void setupSuspendMethodEvent(Executable meth, boolean enter, Thread thr); in setupSuspendMethodEvent() 41 public static native void clearSuspendMethodEvent(Thread thr); in clearSuspendMethodEvent() 44 Executable meth, boolean is_catch, Thread thr); in setupSuspendExceptionEvent() 45 public static native void clearSuspendExceptionEvent(Thread thr); in clearSuspendExceptionEvent() [all …]
|
H A D | Locals.java | 97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt() 98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong() 99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat() 100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble() 101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject() 102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance() 104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt() 107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong() 110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat() 113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble() [all …]
|
/aosp_15_r20/art/test/1971-multi-force-early-return/src/art/ |
H A D | SuspendEvents.java | 31 public static native void setupSuspendBreakpointFor(Executable meth, long loc, Thread thr); in setupSuspendBreakpointFor() 32 public static native void clearSuspendBreakpointFor(Thread thr); in clearSuspendBreakpointFor() 34 public static native void setupSuspendSingleStepAt(Executable meth, long loc, Thread thr); in setupSuspendSingleStepAt() 35 public static native void clearSuspendSingleStepFor(Thread thr); in clearSuspendSingleStepFor() 37 public static native void setupFieldSuspendFor(Class klass, Field f, boolean access, Thread thr); in setupFieldSuspendFor() 38 public static native void clearFieldSuspendFor(Thread thr); in clearFieldSuspendFor() 40 public static native void setupSuspendMethodEvent(Executable meth, boolean enter, Thread thr); in setupSuspendMethodEvent() 41 public static native void clearSuspendMethodEvent(Thread thr); in clearSuspendMethodEvent() 44 Executable meth, boolean is_catch, Thread thr); in setupSuspendExceptionEvent() 45 public static native void clearSuspendExceptionEvent(Thread thr); in clearSuspendExceptionEvent() [all …]
|
/aosp_15_r20/art/test/1953-pop-frame/src/art/ |
H A D | SuspendEvents.java | 31 public static native void setupSuspendBreakpointFor(Executable meth, long loc, Thread thr); in setupSuspendBreakpointFor() 32 public static native void clearSuspendBreakpointFor(Thread thr); in clearSuspendBreakpointFor() 34 public static native void setupSuspendSingleStepAt(Executable meth, long loc, Thread thr); in setupSuspendSingleStepAt() 35 public static native void clearSuspendSingleStepFor(Thread thr); in clearSuspendSingleStepFor() 37 public static native void setupFieldSuspendFor(Class klass, Field f, boolean access, Thread thr); in setupFieldSuspendFor() 38 public static native void clearFieldSuspendFor(Thread thr); in clearFieldSuspendFor() 40 public static native void setupSuspendMethodEvent(Executable meth, boolean enter, Thread thr); in setupSuspendMethodEvent() 41 public static native void clearSuspendMethodEvent(Thread thr); in clearSuspendMethodEvent() 44 Executable meth, boolean is_catch, Thread thr); in setupSuspendExceptionEvent() 45 public static native void clearSuspendExceptionEvent(Thread thr); in clearSuspendExceptionEvent() [all …]
|
/aosp_15_r20/art/test/1968-force-early-return/src/art/ |
H A D | SuspendEvents.java | 31 public static native void setupSuspendBreakpointFor(Executable meth, long loc, Thread thr); in setupSuspendBreakpointFor() 32 public static native void clearSuspendBreakpointFor(Thread thr); in clearSuspendBreakpointFor() 34 public static native void setupSuspendSingleStepAt(Executable meth, long loc, Thread thr); in setupSuspendSingleStepAt() 35 public static native void clearSuspendSingleStepFor(Thread thr); in clearSuspendSingleStepFor() 37 public static native void setupFieldSuspendFor(Class klass, Field f, boolean access, Thread thr); in setupFieldSuspendFor() 38 public static native void clearFieldSuspendFor(Thread thr); in clearFieldSuspendFor() 40 public static native void setupSuspendMethodEvent(Executable meth, boolean enter, Thread thr); in setupSuspendMethodEvent() 41 public static native void clearSuspendMethodEvent(Thread thr); in clearSuspendMethodEvent() 44 Executable meth, boolean is_catch, Thread thr); in setupSuspendExceptionEvent() 45 public static native void clearSuspendExceptionEvent(Thread thr); in clearSuspendExceptionEvent() [all …]
|
/aosp_15_r20/art/test/1955-pop-frame-jit-called/src/art/ |
H A D | SuspendEvents.java | 31 public static native void setupSuspendBreakpointFor(Executable meth, long loc, Thread thr); in setupSuspendBreakpointFor() 32 public static native void clearSuspendBreakpointFor(Thread thr); in clearSuspendBreakpointFor() 34 public static native void setupSuspendSingleStepAt(Executable meth, long loc, Thread thr); in setupSuspendSingleStepAt() 35 public static native void clearSuspendSingleStepFor(Thread thr); in clearSuspendSingleStepFor() 37 public static native void setupFieldSuspendFor(Class klass, Field f, boolean access, Thread thr); in setupFieldSuspendFor() 38 public static native void clearFieldSuspendFor(Thread thr); in clearFieldSuspendFor() 40 public static native void setupSuspendMethodEvent(Executable meth, boolean enter, Thread thr); in setupSuspendMethodEvent() 41 public static native void clearSuspendMethodEvent(Thread thr); in clearSuspendMethodEvent() 44 Executable meth, boolean is_catch, Thread thr); in setupSuspendExceptionEvent() 45 public static native void clearSuspendExceptionEvent(Thread thr); in clearSuspendExceptionEvent() [all …]
|
/aosp_15_r20/art/test/1956-pop-frame-jit-calling/src/art/ |
H A D | SuspendEvents.java | 31 public static native void setupSuspendBreakpointFor(Executable meth, long loc, Thread thr); in setupSuspendBreakpointFor() 32 public static native void clearSuspendBreakpointFor(Thread thr); in clearSuspendBreakpointFor() 34 public static native void setupSuspendSingleStepAt(Executable meth, long loc, Thread thr); in setupSuspendSingleStepAt() 35 public static native void clearSuspendSingleStepFor(Thread thr); in clearSuspendSingleStepFor() 37 public static native void setupFieldSuspendFor(Class klass, Field f, boolean access, Thread thr); in setupFieldSuspendFor() 38 public static native void clearFieldSuspendFor(Thread thr); in clearFieldSuspendFor() 40 public static native void setupSuspendMethodEvent(Executable meth, boolean enter, Thread thr); in setupSuspendMethodEvent() 41 public static native void clearSuspendMethodEvent(Thread thr); in clearSuspendMethodEvent() 44 Executable meth, boolean is_catch, Thread thr); in setupSuspendExceptionEvent() 45 public static native void clearSuspendExceptionEvent(Thread thr); in clearSuspendExceptionEvent() [all …]
|
/aosp_15_r20/art/test/1969-force-early-return-void/src/art/ |
H A D | SuspendEvents.java | 31 public static native void setupSuspendBreakpointFor(Executable meth, long loc, Thread thr); in setupSuspendBreakpointFor() 32 public static native void clearSuspendBreakpointFor(Thread thr); in clearSuspendBreakpointFor() 34 public static native void setupSuspendSingleStepAt(Executable meth, long loc, Thread thr); in setupSuspendSingleStepAt() 35 public static native void clearSuspendSingleStepFor(Thread thr); in clearSuspendSingleStepFor() 37 public static native void setupFieldSuspendFor(Class klass, Field f, boolean access, Thread thr); in setupFieldSuspendFor() 38 public static native void clearFieldSuspendFor(Thread thr); in clearFieldSuspendFor() 40 public static native void setupSuspendMethodEvent(Executable meth, boolean enter, Thread thr); in setupSuspendMethodEvent() 41 public static native void clearSuspendMethodEvent(Thread thr); in clearSuspendMethodEvent() 44 Executable meth, boolean is_catch, Thread thr); in setupSuspendExceptionEvent() 45 public static native void clearSuspendExceptionEvent(Thread thr); in clearSuspendExceptionEvent() [all …]
|
/aosp_15_r20/art/test/1970-force-early-return-long/src/art/ |
H A D | SuspendEvents.java | 31 public static native void setupSuspendBreakpointFor(Executable meth, long loc, Thread thr); in setupSuspendBreakpointFor() 32 public static native void clearSuspendBreakpointFor(Thread thr); in clearSuspendBreakpointFor() 34 public static native void setupSuspendSingleStepAt(Executable meth, long loc, Thread thr); in setupSuspendSingleStepAt() 35 public static native void clearSuspendSingleStepFor(Thread thr); in clearSuspendSingleStepFor() 37 public static native void setupFieldSuspendFor(Class klass, Field f, boolean access, Thread thr); in setupFieldSuspendFor() 38 public static native void clearFieldSuspendFor(Thread thr); in clearFieldSuspendFor() 40 public static native void setupSuspendMethodEvent(Executable meth, boolean enter, Thread thr); in setupSuspendMethodEvent() 41 public static native void clearSuspendMethodEvent(Thread thr); in clearSuspendMethodEvent() 44 Executable meth, boolean is_catch, Thread thr); in setupSuspendExceptionEvent() 45 public static native void clearSuspendExceptionEvent(Thread thr); in clearSuspendExceptionEvent() [all …]
|
/aosp_15_r20/art/test/1954-pop-frame-jit/src/art/ |
H A D | SuspendEvents.java | 31 public static native void setupSuspendBreakpointFor(Executable meth, long loc, Thread thr); in setupSuspendBreakpointFor() 32 public static native void clearSuspendBreakpointFor(Thread thr); in clearSuspendBreakpointFor() 34 public static native void setupSuspendSingleStepAt(Executable meth, long loc, Thread thr); in setupSuspendSingleStepAt() 35 public static native void clearSuspendSingleStepFor(Thread thr); in clearSuspendSingleStepFor() 37 public static native void setupFieldSuspendFor(Class klass, Field f, boolean access, Thread thr); in setupFieldSuspendFor() 38 public static native void clearFieldSuspendFor(Thread thr); in clearFieldSuspendFor() 40 public static native void setupSuspendMethodEvent(Executable meth, boolean enter, Thread thr); in setupSuspendMethodEvent() 41 public static native void clearSuspendMethodEvent(Thread thr); in clearSuspendMethodEvent() 44 Executable meth, boolean is_catch, Thread thr); in setupSuspendExceptionEvent() 45 public static native void clearSuspendExceptionEvent(Thread thr); in clearSuspendExceptionEvent() [all …]
|
/aosp_15_r20/external/compiler-rt/lib/tsan/go/ |
H A D | tsan_go.cc | 135 ThreadState *thr = (ThreadState*)internal_alloc(MBlockThreadContex, in AllocGoroutine() local 144 ThreadState *thr = AllocGoroutine(); in __tsan_init() local 153 ThreadState *thr = main_thr; in __tsan_fini() local 162 void __tsan_read(ThreadState *thr, void *addr, void *pc) { in __tsan_read() 166 void __tsan_read_pc(ThreadState *thr, void *addr, uptr callpc, uptr pc) { in __tsan_read_pc() 174 void __tsan_write(ThreadState *thr, void *addr, void *pc) { in __tsan_write() 178 void __tsan_write_pc(ThreadState *thr, void *addr, uptr callpc, uptr pc) { in __tsan_write_pc() 186 void __tsan_read_range(ThreadState *thr, void *addr, uptr size, uptr pc) { in __tsan_read_range() 190 void __tsan_write_range(ThreadState *thr, void *addr, uptr size, uptr pc) { in __tsan_write_range() 194 void __tsan_func_enter(ThreadState *thr, void *pc) { in __tsan_func_enter() [all …]
|
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl_mutex.cc | 29 ThreadState *thr; member 43 void DDMutexInit(ThreadState *thr, uptr pc, SyncVar *s) { in DDMutexInit() 49 static void ReportMutexMisuse(ThreadState *thr, uptr pc, ReportType typ, in ReportMutexMisuse() 65 void MutexCreate(ThreadState *thr, uptr pc, uptr addr, in MutexCreate() 84 void MutexDestroy(ThreadState *thr, uptr pc, uptr addr) { in MutexDestroy() 144 void MutexLock(ThreadState *thr, uptr pc, uptr addr, int rec, bool try_lock) { in MutexLock() 189 int MutexUnlock(ThreadState *thr, uptr pc, uptr addr, bool all) { in MutexUnlock() 232 void MutexReadLock(ThreadState *thr, uptr pc, uptr addr, bool trylock) { in MutexReadLock() 267 void MutexReadUnlock(ThreadState *thr, uptr pc, uptr addr) { in MutexReadUnlock() 299 void MutexReadOrWriteUnlock(ThreadState *thr, uptr pc, uptr addr) { in MutexReadOrWriteUnlock() [all …]
|
H A D | tsan_fd.cc | 50 static FdSync *allocsync(ThreadState *thr, uptr pc) { in allocsync() 63 static void unref(ThreadState *thr, uptr pc, FdSync *s) { in unref() 74 static FdDesc *fddesc(ThreadState *thr, uptr pc, int fd) { in fddesc() 94 static void init(ThreadState *thr, uptr pc, int fd, FdSync *s, in init() 128 void FdOnFork(ThreadState *thr, uptr pc) { in FdOnFork() 160 void FdAcquire(ThreadState *thr, uptr pc, int fd) { in FdAcquire() 171 void FdRelease(ThreadState *thr, uptr pc, int fd) { in FdRelease() 182 void FdAccess(ThreadState *thr, uptr pc, int fd) { in FdAccess() 190 void FdClose(ThreadState *thr, uptr pc, int fd, bool write) { in FdClose() 218 void FdFileCreate(ThreadState *thr, uptr pc, int fd) { in FdFileCreate() [all …]
|
/aosp_15_r20/art/test/ti-agent/ |
H A D | suspend_event_helper.cc | 99 cbSingleStep(jvmtiEnv* jvmti, JNIEnv* env, jthread thr, jmethodID meth, jlocation loc) { in cbSingleStep() 114 jthread thr, in cbExceptionCatch() 132 jthread thr, in cbException() 150 void JNICALL cbMethodEntry(jvmtiEnv* jvmti, JNIEnv* env, jthread thr, jmethodID method) { in cbMethodEntry() 165 jthread thr, in cbMethodExit() 183 jthread thr, in cbFieldModification() 206 jthread thr, in cbFieldAccess() 226 cbBreakpointHit(jvmtiEnv* jvmti, JNIEnv* env, jthread thr, jmethodID method, jlocation loc) { in cbBreakpointHit() 249 jthread thr, in cbFramePop() 261 void JNICALL cbClassLoadOrPrepare(jvmtiEnv* jvmti, JNIEnv* env, jthread thr, jclass klass) { in cbClassLoadOrPrepare() [all …]
|
/aosp_15_r20/art/test/1926-missed-frame-pop/src/art/ |
H A D | Locals.java | 97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt() 98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong() 99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat() 100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble() 101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject() 102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance() 104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt() 107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong() 110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat() 113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble() [all …]
|
/aosp_15_r20/art/test/1939-proxy-frames/src/art/ |
H A D | Locals.java | 97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt() 98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong() 99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat() 100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble() 101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject() 102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance() 104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt() 107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong() 110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat() 113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble() [all …]
|
/aosp_15_r20/art/test/1916-get-set-current-frame/src/art/ |
H A D | Locals.java | 97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt() 98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong() 99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat() 100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble() 101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject() 102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance() 104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt() 107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong() 110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat() 113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble() [all …]
|
/aosp_15_r20/art/test/1935-get-set-current-frame-jit/src/art/ |
H A D | Locals.java | 97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt() 98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong() 99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat() 100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble() 101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject() 102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance() 104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt() 107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong() 110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat() 113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble() [all …]
|
/aosp_15_r20/art/test/1915-get-set-local-current-thread/src/art/ |
H A D | Locals.java | 97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt() 98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong() 99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat() 100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble() 101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject() 102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance() 104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt() 107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong() 110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat() 113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble() [all …]
|
/aosp_15_r20/art/test/1965-get-set-local-primitive-no-tables/src/art/ |
H A D | Locals.java | 97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt() 98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong() 99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat() 100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble() 101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject() 102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance() 104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt() 107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong() 110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat() 113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble() [all …]
|
/aosp_15_r20/art/test/1923-frame-pop/src/art/ |
H A D | Locals.java | 97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt() 98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong() 99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat() 100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble() 101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject() 102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance() 104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt() 107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong() 110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat() 113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble() [all …]
|
/aosp_15_r20/art/test/1914-get-local-instance/src/art/ |
H A D | Locals.java | 97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt() 98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong() 99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat() 100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble() 101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject() 102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance() 104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt() 107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong() 110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat() 113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble() [all …]
|
/aosp_15_r20/art/test/1913-get-set-local-objects/src/art/ |
H A D | Locals.java | 97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt() 98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong() 99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat() 100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble() 101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject() 102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance() 104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt() 107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong() 110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat() 113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble() [all …]
|
/aosp_15_r20/art/test/1911-get-local-var-table/src/art/ |
H A D | Locals.java | 97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt() 98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong() 99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat() 100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble() 101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject() 102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance() 104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt() 107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong() 110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat() 113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble() [all …]
|
/aosp_15_r20/art/test/1925-self-frame-pop/src/art/ |
H A D | Locals.java | 97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt() 98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong() 99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat() 100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble() 101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject() 102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance() 104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt() 107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong() 110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat() 113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble() [all …]
|