Lines Matching refs:this

7  * published by the Free Software Foundation.  Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
1793 return functions->Allocate(this, size, mem_ptr);
1797 return functions->Deallocate(this, mem);
1802 return functions->GetThreadState(this, thread, thread_state_ptr);
1806 return functions->GetCurrentThread(this, thread_ptr);
1811 return functions->GetAllThreads(this, threads_count_ptr, threads_ptr);
1815 return functions->SuspendThread(this, thread);
1821 return functions->SuspendThreadList(this, request_count, request_list, results);
1825 return functions->ResumeThread(this, thread);
1831 return functions->ResumeThreadList(this, request_count, request_list, results);
1836 return functions->StopThread(this, thread, exception);
1840 return functions->InterruptThread(this, thread);
1845 return functions->GetThreadInfo(this, thread, info_ptr);
1851 return functions->GetOwnedMonitorInfo(this, thread, owned_monitor_count_ptr, owned_monitors_ptr);
1857 return functions->GetOwnedMonitorStackDepthInfo(this, thread, monitor_info_count_ptr, monitor_info_ptr);
1862 return functions->GetCurrentContendedMonitor(this, thread, monitor_ptr);
1869 return functions->RunAgentThread(this, thread, proc, arg, priority);
1874 return functions->SetThreadLocalStorage(this, thread, data);
1879 return functions->GetThreadLocalStorage(this, thread, data_ptr);
1884 return functions->GetTopThreadGroups(this, group_count_ptr, groups_ptr);
1889 return functions->GetThreadGroupInfo(this, group, info_ptr);
1897 return functions->GetThreadGroupChildren(this, group, thread_count_ptr, threads_ptr, group_count_ptr, groups_ptr);
1905 return functions->GetStackTrace(this, thread, start_depth, max_frame_count, frame_buffer, count_ptr);
1911 return functions->GetAllStackTraces(this, max_frame_count, stack_info_ptr, thread_count_ptr);
1918 return functions->GetThreadListStackTraces(this, thread_count, thread_list, max_frame_count, stack_info_ptr);
1923 return functions->GetFrameCount(this, thread, count_ptr);
1927 return functions->PopFrame(this, thread);
1934 return functions->GetFrameLocation(this, thread, depth, method_ptr, location_ptr);
1939 return functions->NotifyFramePop(this, thread, depth);
1944 return functions->ForceEarlyReturnObject(this, thread, value);
1949 return functions->ForceEarlyReturnInt(this, thread, value);
1954 return functions->ForceEarlyReturnLong(this, thread, value);
1959 return functions->ForceEarlyReturnFloat(this, thread, value);
1964 return functions->ForceEarlyReturnDouble(this, thread, value);
1968 return functions->ForceEarlyReturnVoid(this, thread);
1976 return functions->FollowReferences(this, heap_filter, klass, initial_object, callbacks, user_data);
1983 return functions->IterateThroughHeap(this, heap_filter, klass, callbacks, user_data);
1988 return functions->GetTag(this, object, tag_ptr);
1993 return functions->SetTag(this, object, tag);
2001 return functions->GetObjectsWithTags(this, tag_count, tags, count_ptr, object_result_ptr, tag_result_ptr);
2005 return functions->ForceGarbageCollection(this);
2011 return functions->IterateOverObjectsReachableFromObject(this, object, object_reference_callback, user_data);
2018 return functions->IterateOverReachableObjects(this, heap_root_callback, stack_ref_callback, object_ref_callback, user_data);
2024 return functions->IterateOverHeap(this, object_filter, heap_object_callback, user_data);
2031 return functions->IterateOverInstancesOfClass(this, klass, object_filter, heap_object_callback, user_data);
2038 return functions->GetLocalObject(this, thread, depth, slot, value_ptr);
2044 return functions->GetLocalInstance(this, thread, depth, value_ptr);
2051 return functions->GetLocalInt(this, thread, depth, slot, value_ptr);
2058 return functions->GetLocalLong(this, thread, depth, slot, value_ptr);
2065 return functions->GetLocalFloat(this, thread, depth, slot, value_ptr);
2072 return functions->GetLocalDouble(this, thread, depth, slot, value_ptr);
2079 return functions->SetLocalObject(this, thread, depth, slot, value);
2086 return functions->SetLocalInt(this, thread, depth, slot, value);
2093 return functions->SetLocalLong(this, thread, depth, slot, value);
2100 return functions->SetLocalFloat(this, thread, depth, slot, value);
2107 return functions->SetLocalDouble(this, thread, depth, slot, value);
2112 return functions->SetBreakpoint(this, method, location);
2117 return functions->ClearBreakpoint(this, method, location);
2122 return functions->SetFieldAccessWatch(this, klass, field);
2127 return functions->ClearFieldAccessWatch(this, klass, field);
2132 return functions->SetFieldModificationWatch(this, klass, field);
2137 return functions->ClearFieldModificationWatch(this, klass, field);
2142 return functions->GetLoadedClasses(this, class_count_ptr, classes_ptr);
2148 return functions->GetClassLoaderClasses(this, initiating_loader, class_count_ptr, classes_ptr);
2154 return functions->GetClassSignature(this, klass, signature_ptr, generic_ptr);
2159 return functions->GetClassStatus(this, klass, status_ptr);
2164 return functions->GetSourceFileName(this, klass, source_name_ptr);
2169 return functions->GetClassModifiers(this, klass, modifiers_ptr);
2175 return functions->GetClassMethods(this, klass, method_count_ptr, methods_ptr);
2181 return functions->GetClassFields(this, klass, field_count_ptr, fields_ptr);
2187 return functions->GetImplementedInterfaces(this, klass, interface_count_ptr, interfaces_ptr);
2193 return functions->GetClassVersionNumbers(this, klass, minor_version_ptr, major_version_ptr);
2200 return functions->GetConstantPool(this, klass, constant_pool_count_ptr, constant_pool_byte_count_ptr, constant_pool_bytes_ptr);
2205 return functions->IsInterface(this, klass, is_interface_ptr);
2210 return functions->IsArrayClass(this, klass, is_array_class_ptr);
2215 return functions->IsModifiableClass(this, klass, is_modifiable_class_ptr);
2220 return functions->GetClassLoader(this, klass, classloader_ptr);
2225 return functions->GetSourceDebugExtension(this, klass, source_debug_extension_ptr);
2230 return functions->RetransformClasses(this, class_count, classes);
2235 return functions->RedefineClasses(this, class_count, class_definitions);
2240 return functions->GetObjectSize(this, object, size_ptr);
2245 return functions->GetObjectHashCode(this, object, hash_code_ptr);
2250 return functions->GetObjectMonitorUsage(this, object, info_ptr);
2258 return functions->GetFieldName(this, klass, field, name_ptr, signature_ptr, generic_ptr);
2264 return functions->GetFieldDeclaringClass(this, klass, field, declaring_class_ptr);
2270 return functions->GetFieldModifiers(this, klass, field, modifiers_ptr);
2276 return functions->IsFieldSynthetic(this, klass, field, is_synthetic_ptr);
2283 return functions->GetMethodName(this, method, name_ptr, signature_ptr, generic_ptr);
2288 return functions->GetMethodDeclaringClass(this, method, declaring_class_ptr);
2293 return functions->GetMethodModifiers(this, method, modifiers_ptr);
2298 return functions->GetMaxLocals(this, method, max_ptr);
2303 return functions->GetArgumentsSize(this, method, size_ptr);
2309 return functions->GetLineNumberTable(this, method, entry_count_ptr, table_ptr);
2315 return functions->GetMethodLocation(this, method, start_location_ptr, end_location_ptr);
2321 return functions->GetLocalVariableTable(this, method, entry_count_ptr, table_ptr);
2327 return functions->GetBytecodes(this, method, bytecode_count_ptr, bytecodes_ptr);
2332 return functions->IsMethodNative(this, method, is_native_ptr);
2337 return functions->IsMethodSynthetic(this, method, is_synthetic_ptr);
2342 return functions->IsMethodObsolete(this, method, is_obsolete_ptr);
2346 return functions->SetNativeMethodPrefix(this, prefix);
2351 return functions->SetNativeMethodPrefixes(this, prefix_count, prefixes);
2356 return functions->CreateRawMonitor(this, name, monitor_ptr);
2360 return functions->DestroyRawMonitor(this, monitor);
2364 return functions->RawMonitorEnter(this, monitor);
2368 return functions->RawMonitorExit(this, monitor);
2373 return functions->RawMonitorWait(this, monitor, millis);
2377 return functions->RawMonitorNotify(this, monitor);
2381 return functions->RawMonitorNotifyAll(this, monitor);
2385 return functions->SetJNIFunctionTable(this, function_table);
2389 return functions->GetJNIFunctionTable(this, function_table);
2394 return functions->SetEventCallbacks(this, callbacks, size_of_callbacks);
2401 return functions->SetEventNotificationMode(this, mode, event_type, event_thread);
2405 return functions->GenerateEvents(this, event_type);
2410 return functions->GetExtensionFunctions(this, extension_count_ptr, extensions);
2415 return functions->GetExtensionEvents(this, extension_count_ptr, extensions);
2420 return functions->SetExtensionEventCallback(this, extension_event_index, callback);
2424 return functions->GetPotentialCapabilities(this, capabilities_ptr);
2428 return functions->AddCapabilities(this, capabilities_ptr);
2432 return functions->RelinquishCapabilities(this, capabilities_ptr);
2436 return functions->GetCapabilities(this, capabilities_ptr);
2440 return functions->GetCurrentThreadCpuTimerInfo(this, info_ptr);
2444 return functions->GetCurrentThreadCpuTime(this, nanos_ptr);
2448 return functions->GetThreadCpuTimerInfo(this, info_ptr);
2453 return functions->GetThreadCpuTime(this, thread, nanos_ptr);
2457 return functions->GetTimerInfo(this, info_ptr);
2461 return functions->GetTime(this, nanos_ptr);
2465 return functions->GetAvailableProcessors(this, processor_count_ptr);
2469 return functions->AddToBootstrapClassLoaderSearch(this, segment);
2473 return functions->AddToSystemClassLoaderSearch(this, segment);
2478 return functions->GetSystemProperties(this, count_ptr, property_ptr);
2483 return functions->GetSystemProperty(this, property, value_ptr);
2488 return functions->SetSystemProperty(this, property, value);
2492 return functions->GetPhase(this, phase_ptr);
2496 return functions->DisposeEnvironment(this);
2500 return functions->SetEnvironmentLocalStorage(this, data);
2504 return functions->GetEnvironmentLocalStorage(this, data_ptr);
2508 return functions->GetVersionNumber(this, version_ptr);
2513 return functions->GetErrorName(this, error, name_ptr);
2518 return functions->SetVerboseFlag(this, flag, value);
2522 return functions->GetJLocationFormat(this, format_ptr);