Home
last modified time | relevance | path

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

/art/openjdkjvmti/include/
Djvmti.h1786 struct _jvmtiEnv { struct
1787 const struct jvmtiInterface_1_ *functions;
1791 jvmtiError Allocate(jlong size, in Allocate()
1796 jvmtiError Deallocate(unsigned char* mem) { in Deallocate()
1800 jvmtiError GetThreadState(jthread thread, in GetThreadState()
1805 jvmtiError GetCurrentThread(jthread* thread_ptr) { in GetCurrentThread()
1809 jvmtiError GetAllThreads(jint* threads_count_ptr, in GetAllThreads()
1814 jvmtiError SuspendThread(jthread thread) { in SuspendThread()
1818 jvmtiError SuspendThreadList(jint request_count, in SuspendThreadList()
1824 jvmtiError ResumeThread(jthread thread) { in ResumeThread()
[all …]