Searched refs:jvmtiExtensionFunction (Results 1 – 4 of 4) sorted by relevance
/art/openjdkjvmti/ |
D | ti_extension.cc | 85 auto add_extension = [&](jvmtiExtensionFunction func, in GetExtensionFunctions() 155 reinterpret_cast<jvmtiExtensionFunction>(HeapExtensions::GetObjectHeapId), in GetExtensionFunctions() 169 reinterpret_cast<jvmtiExtensionFunction>(HeapExtensions::GetHeapName), in GetExtensionFunctions() 182 reinterpret_cast<jvmtiExtensionFunction>(HeapExtensions::IterateThroughHeapExt), in GetExtensionFunctions() 204 reinterpret_cast<jvmtiExtensionFunction>(AllocUtil::GetGlobalJvmtiAllocationState), in GetExtensionFunctions() 220 reinterpret_cast<jvmtiExtensionFunction>(DDMSUtil::HandleChunk), in GetExtensionFunctions() 241 reinterpret_cast<jvmtiExtensionFunction>(ClassUtil::GetClassLoaderClassDescriptors), in GetExtensionFunctions() 267 reinterpret_cast<jvmtiExtensionFunction>(MonitorUtil::RawMonitorEnterNoSuspend), in GetExtensionFunctions() 286 reinterpret_cast<jvmtiExtensionFunction>(LogUtil::GetLastError), in GetExtensionFunctions() 312 reinterpret_cast<jvmtiExtensionFunction>(LogUtil::ClearLastError), in GetExtensionFunctions() [all …]
|
/art/test/1957-error-ext/ |
D | lasterror.cc | 60 static jvmtiExtensionFunction FindExtensionMethod(JNIEnv* env, const std::string& name) { in FindExtensionMethod() 66 jvmtiExtensionFunction res = nullptr; in FindExtensionMethod()
|
/art/test/1974-resize-array/ |
D | resize_array.cc | 86 static jvmtiExtensionFunction FindExtensionMethod(JNIEnv* env, const std::string& name) { in FindExtensionMethod() 92 jvmtiExtensionFunction res = nullptr; in FindExtensionMethod()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 510 typedef jvmtiError (JNICALL *jvmtiExtensionFunction) typedef 636 jvmtiExtensionFunction func;
|