Lines Matching defs:_jvmtiEnv
1854 struct _jvmtiEnv { struct
1855 const struct jvmtiInterface_1_ *functions;
1859 jvmtiError Allocate(jlong size, in Allocate()
1864 jvmtiError Deallocate(unsigned char* mem) { in Deallocate()
1868 jvmtiError GetThreadState(jthread thread, in GetThreadState()
1873 jvmtiError GetCurrentThread(jthread* thread_ptr) { in GetCurrentThread()
1877 jvmtiError GetAllThreads(jint* threads_count_ptr, in GetAllThreads()
1882 jvmtiError SuspendThread(jthread thread) { in SuspendThread()
1886 jvmtiError SuspendThreadList(jint request_count, in SuspendThreadList()
1892 jvmtiError SuspendAllVirtualThreads(jint except_count, in SuspendAllVirtualThreads()
1897 jvmtiError ResumeThread(jthread thread) { in ResumeThread()
1901 jvmtiError ResumeThreadList(jint request_count, in ResumeThreadList()
1907 jvmtiError ResumeAllVirtualThreads(jint except_count, in ResumeAllVirtualThreads()
1912 jvmtiError StopThread(jthread thread, in StopThread()
1917 jvmtiError InterruptThread(jthread thread) { in InterruptThread()
1921 jvmtiError GetThreadInfo(jthread thread, in GetThreadInfo()
1926 jvmtiError GetOwnedMonitorInfo(jthread thread, in GetOwnedMonitorInfo()
1932 jvmtiError GetOwnedMonitorStackDepthInfo(jthread thread, in GetOwnedMonitorStackDepthInfo()
1938 jvmtiError GetCurrentContendedMonitor(jthread thread, in GetCurrentContendedMonitor()
1943 jvmtiError RunAgentThread(jthread thread, in RunAgentThread()
1950 jvmtiError SetThreadLocalStorage(jthread thread, in SetThreadLocalStorage()
1955 jvmtiError GetThreadLocalStorage(jthread thread, in GetThreadLocalStorage()
1960 jvmtiError GetTopThreadGroups(jint* group_count_ptr, in GetTopThreadGroups()
1965 jvmtiError GetThreadGroupInfo(jthreadGroup group, in GetThreadGroupInfo()
1970 jvmtiError GetThreadGroupChildren(jthreadGroup group, in GetThreadGroupChildren()
1978 jvmtiError GetStackTrace(jthread thread, in GetStackTrace()
1986 jvmtiError GetAllStackTraces(jint max_frame_count, in GetAllStackTraces()
1992 jvmtiError GetThreadListStackTraces(jint thread_count, in GetThreadListStackTraces()
1999 jvmtiError GetFrameCount(jthread thread, in GetFrameCount()
2004 jvmtiError PopFrame(jthread thread) { in PopFrame()
2008 jvmtiError GetFrameLocation(jthread thread, in GetFrameLocation()
2015 jvmtiError NotifyFramePop(jthread thread, in NotifyFramePop()
2020 jvmtiError ForceEarlyReturnObject(jthread thread, in ForceEarlyReturnObject()
2025 jvmtiError ForceEarlyReturnInt(jthread thread, in ForceEarlyReturnInt()
2030 jvmtiError ForceEarlyReturnLong(jthread thread, in ForceEarlyReturnLong()
2035 jvmtiError ForceEarlyReturnFloat(jthread thread, in ForceEarlyReturnFloat()
2040 jvmtiError ForceEarlyReturnDouble(jthread thread, in ForceEarlyReturnDouble()
2045 jvmtiError ForceEarlyReturnVoid(jthread thread) { in ForceEarlyReturnVoid()
2049 jvmtiError FollowReferences(jint heap_filter, in FollowReferences()
2057 jvmtiError IterateThroughHeap(jint heap_filter, in IterateThroughHeap()
2064 jvmtiError GetTag(jobject object, in GetTag()
2069 jvmtiError SetTag(jobject object, in SetTag()
2074 jvmtiError GetObjectsWithTags(jint tag_count, in GetObjectsWithTags()
2082 jvmtiError ForceGarbageCollection() { in ForceGarbageCollection()
2086 jvmtiError IterateOverObjectsReachableFromObject(jobject object, in IterateOverObjectsReachableFromObject()
2092 jvmtiError IterateOverReachableObjects(jvmtiHeapRootCallback heap_root_callback, in IterateOverReachableObjects()
2099 jvmtiError IterateOverHeap(jvmtiHeapObjectFilter object_filter, in IterateOverHeap()
2105 jvmtiError IterateOverInstancesOfClass(jclass klass, in IterateOverInstancesOfClass()
2112 jvmtiError GetLocalObject(jthread thread, in GetLocalObject()
2119 jvmtiError GetLocalInstance(jthread thread, in GetLocalInstance()
2125 jvmtiError GetLocalInt(jthread thread, in GetLocalInt()
2132 jvmtiError GetLocalLong(jthread thread, in GetLocalLong()
2139 jvmtiError GetLocalFloat(jthread thread, in GetLocalFloat()
2146 jvmtiError GetLocalDouble(jthread thread, in GetLocalDouble()
2153 jvmtiError SetLocalObject(jthread thread, in SetLocalObject()
2160 jvmtiError SetLocalInt(jthread thread, in SetLocalInt()
2167 jvmtiError SetLocalLong(jthread thread, in SetLocalLong()
2174 jvmtiError SetLocalFloat(jthread thread, in SetLocalFloat()
2181 jvmtiError SetLocalDouble(jthread thread, in SetLocalDouble()
2188 jvmtiError SetBreakpoint(jmethodID method, in SetBreakpoint()
2193 jvmtiError ClearBreakpoint(jmethodID method, in ClearBreakpoint()
2198 jvmtiError SetFieldAccessWatch(jclass klass, in SetFieldAccessWatch()
2203 jvmtiError ClearFieldAccessWatch(jclass klass, in ClearFieldAccessWatch()
2208 jvmtiError SetFieldModificationWatch(jclass klass, in SetFieldModificationWatch()
2213 jvmtiError ClearFieldModificationWatch(jclass klass, in ClearFieldModificationWatch()
2218 jvmtiError GetAllModules(jint* module_count_ptr, in GetAllModules()
2223 jvmtiError GetNamedModule(jobject class_loader, in GetNamedModule()
2229 jvmtiError AddModuleReads(jobject module, in AddModuleReads()
2234 jvmtiError AddModuleExports(jobject module, in AddModuleExports()
2240 jvmtiError AddModuleOpens(jobject module, in AddModuleOpens()
2246 jvmtiError AddModuleUses(jobject module, in AddModuleUses()
2251 jvmtiError AddModuleProvides(jobject module, in AddModuleProvides()
2257 jvmtiError IsModifiableModule(jobject module, in IsModifiableModule()
2262 jvmtiError GetLoadedClasses(jint* class_count_ptr, in GetLoadedClasses()
2267 jvmtiError GetClassLoaderClasses(jobject initiating_loader, in GetClassLoaderClasses()
2273 jvmtiError GetClassSignature(jclass klass, in GetClassSignature()
2279 jvmtiError GetClassStatus(jclass klass, in GetClassStatus()
2284 jvmtiError GetSourceFileName(jclass klass, in GetSourceFileName()
2289 jvmtiError GetClassModifiers(jclass klass, in GetClassModifiers()
2294 jvmtiError GetClassMethods(jclass klass, in GetClassMethods()
2300 jvmtiError GetClassFields(jclass klass, in GetClassFields()
2306 jvmtiError GetImplementedInterfaces(jclass klass, in GetImplementedInterfaces()
2312 jvmtiError GetClassVersionNumbers(jclass klass, in GetClassVersionNumbers()
2318 jvmtiError GetConstantPool(jclass klass, in GetConstantPool()
2325 jvmtiError IsInterface(jclass klass, in IsInterface()
2330 jvmtiError IsArrayClass(jclass klass, in IsArrayClass()
2335 jvmtiError IsModifiableClass(jclass klass, in IsModifiableClass()
2340 jvmtiError GetClassLoader(jclass klass, in GetClassLoader()
2345 jvmtiError GetSourceDebugExtension(jclass klass, in GetSourceDebugExtension()
2350 jvmtiError RetransformClasses(jint class_count, in RetransformClasses()
2355 jvmtiError RedefineClasses(jint class_count, in RedefineClasses()
2360 jvmtiError GetObjectSize(jobject object, in GetObjectSize()
2365 jvmtiError GetObjectHashCode(jobject object, in GetObjectHashCode()
2370 jvmtiError GetObjectMonitorUsage(jobject object, in GetObjectMonitorUsage()
2375 jvmtiError GetFieldName(jclass klass, in GetFieldName()
2383 jvmtiError GetFieldDeclaringClass(jclass klass, in GetFieldDeclaringClass()
2389 jvmtiError GetFieldModifiers(jclass klass, in GetFieldModifiers()
2395 jvmtiError IsFieldSynthetic(jclass klass, in IsFieldSynthetic()
2401 jvmtiError GetMethodName(jmethodID method, in GetMethodName()
2408 jvmtiError GetMethodDeclaringClass(jmethodID method, in GetMethodDeclaringClass()
2413 jvmtiError GetMethodModifiers(jmethodID method, in GetMethodModifiers()
2418 jvmtiError GetMaxLocals(jmethodID method, in GetMaxLocals()
2423 jvmtiError GetArgumentsSize(jmethodID method, in GetArgumentsSize()
2428 jvmtiError GetLineNumberTable(jmethodID method, in GetLineNumberTable()
2434 jvmtiError GetMethodLocation(jmethodID method, in GetMethodLocation()
2440 jvmtiError GetLocalVariableTable(jmethodID method, in GetLocalVariableTable()
2446 jvmtiError GetBytecodes(jmethodID method, in GetBytecodes()
2452 jvmtiError IsMethodNative(jmethodID method, in IsMethodNative()
2457 jvmtiError IsMethodSynthetic(jmethodID method, in IsMethodSynthetic()
2462 jvmtiError IsMethodObsolete(jmethodID method, in IsMethodObsolete()
2467 jvmtiError SetNativeMethodPrefix(const char* prefix) { in SetNativeMethodPrefix()
2471 jvmtiError SetNativeMethodPrefixes(jint prefix_count, in SetNativeMethodPrefixes()
2476 jvmtiError CreateRawMonitor(const char* name, in CreateRawMonitor()
2481 jvmtiError DestroyRawMonitor(jrawMonitorID monitor) { in DestroyRawMonitor()
2485 jvmtiError RawMonitorEnter(jrawMonitorID monitor) { in RawMonitorEnter()
2489 jvmtiError RawMonitorExit(jrawMonitorID monitor) { in RawMonitorExit()
2493 jvmtiError RawMonitorWait(jrawMonitorID monitor, in RawMonitorWait()
2498 jvmtiError RawMonitorNotify(jrawMonitorID monitor) { in RawMonitorNotify()
2502 jvmtiError RawMonitorNotifyAll(jrawMonitorID monitor) { in RawMonitorNotifyAll()
2506 jvmtiError SetJNIFunctionTable(const jniNativeInterface* function_table) { in SetJNIFunctionTable()
2510 jvmtiError GetJNIFunctionTable(jniNativeInterface** function_table) { in GetJNIFunctionTable()
2514 jvmtiError SetEventCallbacks(const jvmtiEventCallbacks* callbacks, in SetEventCallbacks()
2519 jvmtiError SetEventNotificationMode(jvmtiEventMode mode, in SetEventNotificationMode()
2526 jvmtiError GenerateEvents(jvmtiEvent event_type) { in GenerateEvents()
2530 jvmtiError GetExtensionFunctions(jint* extension_count_ptr, in GetExtensionFunctions()
2535 jvmtiError GetExtensionEvents(jint* extension_count_ptr, in GetExtensionEvents()
2540 jvmtiError SetExtensionEventCallback(jint extension_event_index, in SetExtensionEventCallback()
2545 jvmtiError GetPotentialCapabilities(jvmtiCapabilities* capabilities_ptr) { in GetPotentialCapabilities()
2549 jvmtiError AddCapabilities(const jvmtiCapabilities* capabilities_ptr) { in AddCapabilities()
2553 jvmtiError RelinquishCapabilities(const jvmtiCapabilities* capabilities_ptr) { in RelinquishCapabilities()
2557 jvmtiError GetCapabilities(jvmtiCapabilities* capabilities_ptr) { in GetCapabilities()
2561 jvmtiError GetCurrentThreadCpuTimerInfo(jvmtiTimerInfo* info_ptr) { in GetCurrentThreadCpuTimerInfo()
2565 jvmtiError GetCurrentThreadCpuTime(jlong* nanos_ptr) { in GetCurrentThreadCpuTime()
2569 jvmtiError GetThreadCpuTimerInfo(jvmtiTimerInfo* info_ptr) { in GetThreadCpuTimerInfo()
2573 jvmtiError GetThreadCpuTime(jthread thread, in GetThreadCpuTime()
2578 jvmtiError GetTimerInfo(jvmtiTimerInfo* info_ptr) { in GetTimerInfo()
2582 jvmtiError GetTime(jlong* nanos_ptr) { in GetTime()
2586 jvmtiError GetAvailableProcessors(jint* processor_count_ptr) { in GetAvailableProcessors()
2590 jvmtiError AddToBootstrapClassLoaderSearch(const char* segment) { in AddToBootstrapClassLoaderSearch()
2594 jvmtiError AddToSystemClassLoaderSearch(const char* segment) { in AddToSystemClassLoaderSearch()
2598 jvmtiError GetSystemProperties(jint* count_ptr, in GetSystemProperties()
2603 jvmtiError GetSystemProperty(const char* property, in GetSystemProperty()
2608 jvmtiError SetSystemProperty(const char* property, in SetSystemProperty()
2613 jvmtiError GetPhase(jvmtiPhase* phase_ptr) { in GetPhase()
2617 jvmtiError DisposeEnvironment() { in DisposeEnvironment()
2621 jvmtiError SetEnvironmentLocalStorage(const void* data) { in SetEnvironmentLocalStorage()
2625 jvmtiError GetEnvironmentLocalStorage(void** data_ptr) { in GetEnvironmentLocalStorage()
2629 jvmtiError GetVersionNumber(jint* version_ptr) { in GetVersionNumber()
2633 jvmtiError GetErrorName(jvmtiError error, in GetErrorName()
2638 jvmtiError SetVerboseFlag(jvmtiVerboseFlag flag, in SetVerboseFlag()
2643 jvmtiError GetJLocationFormat(jvmtiJlocationFormat* format_ptr) { in GetJLocationFormat()
2647 jvmtiError SetHeapSamplingInterval(jint sampling_interval) { in SetHeapSamplingInterval()