Home
last modified time | relevance | path

Searched defs:jvmtienv (Results 1 – 7 of 7) sorted by relevance

/art/test/1909-per-agent-tls/src/art/
DTest1909.java33 public long getTLS(long jvmtienv) { in getTLS()
36 public void setTLS(long jvmtienv, long ptr) { in setTLS()
72 public long getTLS(long jvmtienv) { in getTLS()
75 public void setTLS(long jvmtienv, long ptr) { in setTLS()
172 public static native long getTLS(long jvmtienv, Thread thr); in getTLS()
173 public static native void setTLS(long jvmtienv, Thread thr, long ptr); in setTLS()
175 public static native void destroyJvmtiEnv(long jvmtienv); in destroyJvmtiEnv()
/art/test/1900-track-alloc/src/art/
DTest1900.java138 private static native long doAllocate(long jvmtienv, long size); in doAllocate()
143 private static native void doDeallocate(long jvmtienv, long ptr); in doDeallocate()
150 private static native void destroyJvmtiEnv(long jvmtienv); in destroyJvmtiEnv()
/art/test/ti-stress/
Dstress.cc123 ScopedThreadInfo(jvmtiEnv* jvmtienv, JNIEnv* env, jthread thread) in ScopedThreadInfo()
156 ScopedClassInfo(jvmtiEnv* jvmtienv, jclass c) in ScopedClassInfo()
217 ScopedMethodInfo(jvmtiEnv* jvmtienv, JNIEnv* env, jmethodID m) in ScopedMethodInfo()
289 ScopedFieldInfo(jvmtiEnv* jvmtienv, jclass field_klass, jfieldID field) in ScopedFieldInfo()
355 static void doJvmtiMethodBind(jvmtiEnv* jvmtienv, in doJvmtiMethodBind()
372 static std::string GetName(jvmtiEnv* jvmtienv, JNIEnv* jnienv, jobject obj) { in GetName()
435 void JNICALL FieldAccessHook(jvmtiEnv* jvmtienv, in FieldAccessHook()
459 static std::string PrintJValue(jvmtiEnv* jvmtienv, JNIEnv* env, char type, jvalue new_value) { in PrintJValue()
503 void JNICALL FieldModificationHook(jvmtiEnv* jvmtienv, in FieldModificationHook()
529 void JNICALL MethodExitHook(jvmtiEnv* jvmtienv, in MethodExitHook()
[all …]
/art/tools/jvmti-agents/ti-alloc-sample/
Dti_alloc_sample.cc54 ScopedThreadInfo(jvmtiEnv* jvmtienv, JNIEnv* env, jthread thread) in ScopedThreadInfo()
86 ScopedClassInfo(jvmtiEnv* jvmtienv, jclass c) : jvmtienv_(jvmtienv), class_(c) {} in ScopedClassInfo()
158 ScopedMethodInfo(jvmtiEnv* jvmtienv, JNIEnv* env, jmethodID m) in ScopedMethodInfo()
/art/test/ti-agent/
Dcommon_helper.cc105 jobject GetJavaValue(jvmtiEnv* jvmtienv, JNIEnv* env, jmethodID m, jvalue value) { in GetJavaValue()
Djvmti_helper.cc110 bool JvmtiErrorToException(JNIEnv* env, jvmtiEnv* jvmtienv, jvmtiError error) { in JvmtiErrorToException()
/art/tools/jvmti-agents/ti-fast/
Dtifast.cc131 ScopedThreadInfo(jvmtiEnv* jvmtienv, JNIEnv* env, jthread thread) in ScopedThreadInfo()
163 ScopedClassInfo(jvmtiEnv* jvmtienv, jclass c) : jvmtienv_(jvmtienv), class_(c) {} in ScopedClassInfo()
235 ScopedMethodInfo(jvmtiEnv* jvmtienv, JNIEnv* env, jmethodID m) in ScopedMethodInfo()