Searched refs:jvmtienv (Results 1 - 8 of 8) sorted by relevance

/art/test/ti-agent/
H A Dcommon_helper.cc104 jobject GetJavaValue(jvmtiEnv* jvmtienv, JNIEnv* env, jmethodID m, jvalue value) { argument
106 if (JvmtiErrorToException(env, jvmtienv, jvmtienv->GetMethodName(m, &fname, &fsig, &fgen))) {
111 jvmtienv->Deallocate(reinterpret_cast<unsigned char*>(fsig));
112 jvmtienv->Deallocate(reinterpret_cast<unsigned char*>(fname));
113 jvmtienv->Deallocate(reinterpret_cast<unsigned char*>(fgen));
H A Dcommon_helper.h31 jobject GetJavaValue(jvmtiEnv* jvmtienv, JNIEnv* env, jmethodID m, jvalue value);
H A Djvmti_helper.cc109 bool JvmtiErrorToException(JNIEnv* env, jvmtiEnv* jvmtienv, jvmtiError error) { argument
121 CheckJvmtiError(jvmtienv, jvmtienv->GetErrorName(error, &err));
125 Deallocate(jvmtienv, err);
H A Djvmti_helper.h46 bool JvmtiErrorToException(JNIEnv* env, jvmtiEnv* jvmtienv, jvmtiError error);
/art/test/ti-stress/
H A Dstress.cc118 ScopedThreadInfo(jvmtiEnv* jvmtienv, JNIEnv* env, jthread thread) argument
119 : jvmtienv_(jvmtienv), env_(env), free_name_(false) {
123 } else if (jvmtienv->GetThreadInfo(thread, &info_) != JVMTI_ERROR_NONE) {
151 ScopedClassInfo(jvmtiEnv* jvmtienv, jclass c) argument
152 : jvmtienv_(jvmtienv),
219 ScopedMethodInfo(jvmtiEnv* jvmtienv, JNIEnv* env, jmethodID m) argument
220 : jvmtienv_(jvmtienv),
298 ScopedFieldInfo(jvmtiEnv* jvmtienv, jclass field_klass, jfieldID field) argument
299 : jvmtienv_(jvmtienv),
371 static void doJvmtiMethodBind(jvmtiEnv* jvmtienv, argument
388 GetName(jvmtiEnv* jvmtienv, JNIEnv* jnienv, jobject obj) argument
451 FieldAccessHook(jvmtiEnv* jvmtienv, JNIEnv* env, jthread thread, jmethodID m, jlocation location, jclass field_klass, jobject object, jfieldID field) argument
475 PrintJValue(jvmtiEnv* jvmtienv, JNIEnv* env, char type, jvalue new_value) argument
519 FieldModificationHook(jvmtiEnv* jvmtienv, JNIEnv* env, jthread thread, jmethodID m, jlocation location, jclass field_klass, jobject object, jfieldID field, char type, jvalue new_value) argument
545 MethodExitHook(jvmtiEnv* jvmtienv, JNIEnv* env, jthread thread, jmethodID m, jboolean was_popped_by_exception, jvalue val) argument
566 MethodEntryHook(jvmtiEnv* jvmtienv, JNIEnv* env, jthread thread, jmethodID m) argument
579 ClassPrepareHook(jvmtiEnv* jvmtienv, JNIEnv* env, jthread thread, jclass klass) argument
613 SingleStepHook(jvmtiEnv* jvmtienv, JNIEnv* env, jthread thread, jmethodID method, jlocation location) argument
[all...]
/art/test/1909-per-agent-tls/src/art/
H A DTest1909.java33 public long getTLS(long jvmtienv) { argument
34 return Test1909.getTLS(jvmtienv, this.thr);
36 public void setTLS(long jvmtienv, long ptr) { argument
37 Test1909.setTLS(jvmtienv, this.thr, ptr);
72 public long getTLS(long jvmtienv) { argument
73 return Test1909.getTLS(jvmtienv, this.thr);
75 public void setTLS(long jvmtienv, long ptr) { argument
76 Test1909.setTLS(jvmtienv, this.thr, ptr);
135 // Create a new jvmtienv and make sure everything is 0.
172 public static native long getTLS(long jvmtienv, Threa argument
173 setTLS(long jvmtienv, Thread thr, long ptr) argument
175 destroyJvmtiEnv(long jvmtienv) argument
[all...]
/art/test/1900-track-alloc/src/art/
H A DTest1900.java138 private static native long doAllocate(long jvmtienv, long size); argument
143 private static native void doDeallocate(long jvmtienv, long ptr); argument
150 private static native void destroyJvmtiEnv(long jvmtienv); argument
/art/test/986-native-method-bind/
H A Dnative_bind.cc56 static void doJvmtiMethodBind(jvmtiEnv* jvmtienv ATTRIBUTE_UNUSED,

Completed in 101 milliseconds