Lines Matching defs:_jvmtiEnv

1786 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()
1828 jvmtiError ResumeThreadList(jint request_count, in ResumeThreadList()
1834 jvmtiError StopThread(jthread thread, in StopThread()
1839 jvmtiError InterruptThread(jthread thread) { in InterruptThread()
1843 jvmtiError GetThreadInfo(jthread thread, in GetThreadInfo()
1848 jvmtiError GetOwnedMonitorInfo(jthread thread, in GetOwnedMonitorInfo()
1854 jvmtiError GetOwnedMonitorStackDepthInfo(jthread thread, in GetOwnedMonitorStackDepthInfo()
1860 jvmtiError GetCurrentContendedMonitor(jthread thread, in GetCurrentContendedMonitor()
1865 jvmtiError RunAgentThread(jthread thread, in RunAgentThread()
1872 jvmtiError SetThreadLocalStorage(jthread thread, in SetThreadLocalStorage()
1877 jvmtiError GetThreadLocalStorage(jthread thread, in GetThreadLocalStorage()
1882 jvmtiError GetTopThreadGroups(jint* group_count_ptr, in GetTopThreadGroups()
1887 jvmtiError GetThreadGroupInfo(jthreadGroup group, in GetThreadGroupInfo()
1892 jvmtiError GetThreadGroupChildren(jthreadGroup group, in GetThreadGroupChildren()
1900 jvmtiError GetStackTrace(jthread thread, in GetStackTrace()
1908 jvmtiError GetAllStackTraces(jint max_frame_count, in GetAllStackTraces()
1914 jvmtiError GetThreadListStackTraces(jint thread_count, in GetThreadListStackTraces()
1921 jvmtiError GetFrameCount(jthread thread, in GetFrameCount()
1926 jvmtiError PopFrame(jthread thread) { in PopFrame()
1930 jvmtiError GetFrameLocation(jthread thread, in GetFrameLocation()
1937 jvmtiError NotifyFramePop(jthread thread, in NotifyFramePop()
1942 jvmtiError ForceEarlyReturnObject(jthread thread, in ForceEarlyReturnObject()
1947 jvmtiError ForceEarlyReturnInt(jthread thread, in ForceEarlyReturnInt()
1952 jvmtiError ForceEarlyReturnLong(jthread thread, in ForceEarlyReturnLong()
1957 jvmtiError ForceEarlyReturnFloat(jthread thread, in ForceEarlyReturnFloat()
1962 jvmtiError ForceEarlyReturnDouble(jthread thread, in ForceEarlyReturnDouble()
1967 jvmtiError ForceEarlyReturnVoid(jthread thread) { in ForceEarlyReturnVoid()
1971 jvmtiError FollowReferences(jint heap_filter, in FollowReferences()
1979 jvmtiError IterateThroughHeap(jint heap_filter, in IterateThroughHeap()
1986 jvmtiError GetTag(jobject object, in GetTag()
1991 jvmtiError SetTag(jobject object, in SetTag()
1996 jvmtiError GetObjectsWithTags(jint tag_count, in GetObjectsWithTags()
2004 jvmtiError ForceGarbageCollection() { in ForceGarbageCollection()
2008 jvmtiError IterateOverObjectsReachableFromObject(jobject object, in IterateOverObjectsReachableFromObject()
2014 jvmtiError IterateOverReachableObjects(jvmtiHeapRootCallback heap_root_callback, in IterateOverReachableObjects()
2021 jvmtiError IterateOverHeap(jvmtiHeapObjectFilter object_filter, in IterateOverHeap()
2027 jvmtiError IterateOverInstancesOfClass(jclass klass, in IterateOverInstancesOfClass()
2034 jvmtiError GetLocalObject(jthread thread, in GetLocalObject()
2041 jvmtiError GetLocalInstance(jthread thread, in GetLocalInstance()
2047 jvmtiError GetLocalInt(jthread thread, in GetLocalInt()
2054 jvmtiError GetLocalLong(jthread thread, in GetLocalLong()
2061 jvmtiError GetLocalFloat(jthread thread, in GetLocalFloat()
2068 jvmtiError GetLocalDouble(jthread thread, in GetLocalDouble()
2075 jvmtiError SetLocalObject(jthread thread, in SetLocalObject()
2082 jvmtiError SetLocalInt(jthread thread, in SetLocalInt()
2089 jvmtiError SetLocalLong(jthread thread, in SetLocalLong()
2096 jvmtiError SetLocalFloat(jthread thread, in SetLocalFloat()
2103 jvmtiError SetLocalDouble(jthread thread, in SetLocalDouble()
2110 jvmtiError SetBreakpoint(jmethodID method, in SetBreakpoint()
2115 jvmtiError ClearBreakpoint(jmethodID method, in ClearBreakpoint()
2120 jvmtiError SetFieldAccessWatch(jclass klass, in SetFieldAccessWatch()
2125 jvmtiError ClearFieldAccessWatch(jclass klass, in ClearFieldAccessWatch()
2130 jvmtiError SetFieldModificationWatch(jclass klass, in SetFieldModificationWatch()
2135 jvmtiError ClearFieldModificationWatch(jclass klass, in ClearFieldModificationWatch()
2140 jvmtiError GetLoadedClasses(jint* class_count_ptr, in GetLoadedClasses()
2145 jvmtiError GetClassLoaderClasses(jobject initiating_loader, in GetClassLoaderClasses()
2151 jvmtiError GetClassSignature(jclass klass, in GetClassSignature()
2157 jvmtiError GetClassStatus(jclass klass, in GetClassStatus()
2162 jvmtiError GetSourceFileName(jclass klass, in GetSourceFileName()
2167 jvmtiError GetClassModifiers(jclass klass, in GetClassModifiers()
2172 jvmtiError GetClassMethods(jclass klass, in GetClassMethods()
2178 jvmtiError GetClassFields(jclass klass, in GetClassFields()
2184 jvmtiError GetImplementedInterfaces(jclass klass, in GetImplementedInterfaces()
2190 jvmtiError GetClassVersionNumbers(jclass klass, in GetClassVersionNumbers()
2196 jvmtiError GetConstantPool(jclass klass, in GetConstantPool()
2203 jvmtiError IsInterface(jclass klass, in IsInterface()
2208 jvmtiError IsArrayClass(jclass klass, in IsArrayClass()
2213 jvmtiError IsModifiableClass(jclass klass, in IsModifiableClass()
2218 jvmtiError GetClassLoader(jclass klass, in GetClassLoader()
2223 jvmtiError GetSourceDebugExtension(jclass klass, in GetSourceDebugExtension()
2228 jvmtiError RetransformClasses(jint class_count, in RetransformClasses()
2233 jvmtiError RedefineClasses(jint class_count, in RedefineClasses()
2238 jvmtiError GetObjectSize(jobject object, in GetObjectSize()
2243 jvmtiError GetObjectHashCode(jobject object, in GetObjectHashCode()
2248 jvmtiError GetObjectMonitorUsage(jobject object, in GetObjectMonitorUsage()
2253 jvmtiError GetFieldName(jclass klass, in GetFieldName()
2261 jvmtiError GetFieldDeclaringClass(jclass klass, in GetFieldDeclaringClass()
2267 jvmtiError GetFieldModifiers(jclass klass, in GetFieldModifiers()
2273 jvmtiError IsFieldSynthetic(jclass klass, in IsFieldSynthetic()
2279 jvmtiError GetMethodName(jmethodID method, in GetMethodName()
2286 jvmtiError GetMethodDeclaringClass(jmethodID method, in GetMethodDeclaringClass()
2291 jvmtiError GetMethodModifiers(jmethodID method, in GetMethodModifiers()
2296 jvmtiError GetMaxLocals(jmethodID method, in GetMaxLocals()
2301 jvmtiError GetArgumentsSize(jmethodID method, in GetArgumentsSize()
2306 jvmtiError GetLineNumberTable(jmethodID method, in GetLineNumberTable()
2312 jvmtiError GetMethodLocation(jmethodID method, in GetMethodLocation()
2318 jvmtiError GetLocalVariableTable(jmethodID method, in GetLocalVariableTable()
2324 jvmtiError GetBytecodes(jmethodID method, in GetBytecodes()
2330 jvmtiError IsMethodNative(jmethodID method, in IsMethodNative()
2335 jvmtiError IsMethodSynthetic(jmethodID method, in IsMethodSynthetic()
2340 jvmtiError IsMethodObsolete(jmethodID method, in IsMethodObsolete()
2345 jvmtiError SetNativeMethodPrefix(const char* prefix) { in SetNativeMethodPrefix()
2349 jvmtiError SetNativeMethodPrefixes(jint prefix_count, in SetNativeMethodPrefixes()
2354 jvmtiError CreateRawMonitor(const char* name, in CreateRawMonitor()
2359 jvmtiError DestroyRawMonitor(jrawMonitorID monitor) { in DestroyRawMonitor()
2363 jvmtiError RawMonitorEnter(jrawMonitorID monitor) { in RawMonitorEnter()
2367 jvmtiError RawMonitorExit(jrawMonitorID monitor) { in RawMonitorExit()
2371 jvmtiError RawMonitorWait(jrawMonitorID monitor, in RawMonitorWait()
2376 jvmtiError RawMonitorNotify(jrawMonitorID monitor) { in RawMonitorNotify()
2380 jvmtiError RawMonitorNotifyAll(jrawMonitorID monitor) { in RawMonitorNotifyAll()
2384 jvmtiError SetJNIFunctionTable(const jniNativeInterface* function_table) { in SetJNIFunctionTable()
2388 jvmtiError GetJNIFunctionTable(jniNativeInterface** function_table) { in GetJNIFunctionTable()
2392 jvmtiError SetEventCallbacks(const jvmtiEventCallbacks* callbacks, in SetEventCallbacks()
2397 jvmtiError SetEventNotificationMode(jvmtiEventMode mode, in SetEventNotificationMode()
2404 jvmtiError GenerateEvents(jvmtiEvent event_type) { in GenerateEvents()
2408 jvmtiError GetExtensionFunctions(jint* extension_count_ptr, in GetExtensionFunctions()
2413 jvmtiError GetExtensionEvents(jint* extension_count_ptr, in GetExtensionEvents()
2418 jvmtiError SetExtensionEventCallback(jint extension_event_index, in SetExtensionEventCallback()
2423 jvmtiError GetPotentialCapabilities(jvmtiCapabilities* capabilities_ptr) { in GetPotentialCapabilities()
2427 jvmtiError AddCapabilities(const jvmtiCapabilities* capabilities_ptr) { in AddCapabilities()
2431 jvmtiError RelinquishCapabilities(const jvmtiCapabilities* capabilities_ptr) { in RelinquishCapabilities()
2435 jvmtiError GetCapabilities(jvmtiCapabilities* capabilities_ptr) { in GetCapabilities()
2439 jvmtiError GetCurrentThreadCpuTimerInfo(jvmtiTimerInfo* info_ptr) { in GetCurrentThreadCpuTimerInfo()
2443 jvmtiError GetCurrentThreadCpuTime(jlong* nanos_ptr) { in GetCurrentThreadCpuTime()
2447 jvmtiError GetThreadCpuTimerInfo(jvmtiTimerInfo* info_ptr) { in GetThreadCpuTimerInfo()
2451 jvmtiError GetThreadCpuTime(jthread thread, in GetThreadCpuTime()
2456 jvmtiError GetTimerInfo(jvmtiTimerInfo* info_ptr) { in GetTimerInfo()
2460 jvmtiError GetTime(jlong* nanos_ptr) { in GetTime()
2464 jvmtiError GetAvailableProcessors(jint* processor_count_ptr) { in GetAvailableProcessors()
2468 jvmtiError AddToBootstrapClassLoaderSearch(const char* segment) { in AddToBootstrapClassLoaderSearch()
2472 jvmtiError AddToSystemClassLoaderSearch(const char* segment) { in AddToSystemClassLoaderSearch()
2476 jvmtiError GetSystemProperties(jint* count_ptr, in GetSystemProperties()
2481 jvmtiError GetSystemProperty(const char* property, in GetSystemProperty()
2486 jvmtiError SetSystemProperty(const char* property, in SetSystemProperty()
2491 jvmtiError GetPhase(jvmtiPhase* phase_ptr) { in GetPhase()
2495 jvmtiError DisposeEnvironment() { in DisposeEnvironment()
2499 jvmtiError SetEnvironmentLocalStorage(const void* data) { in SetEnvironmentLocalStorage()
2503 jvmtiError GetEnvironmentLocalStorage(void** data_ptr) { in GetEnvironmentLocalStorage()
2507 jvmtiError GetVersionNumber(jint* version_ptr) { in GetVersionNumber()
2511 jvmtiError GetErrorName(jvmtiError error, in GetErrorName()
2516 jvmtiError SetVerboseFlag(jvmtiVerboseFlag flag, in SetVerboseFlag()
2521 jvmtiError GetJLocationFormat(jvmtiJlocationFormat* format_ptr) { in GetJLocationFormat()