HomeSort by relevance Sort by last modified time
    Searched refs:jvmtiExtensionFunction (Results 1 - 7 of 7) sorted by null

  /art/openjdkjvmti/
ti_extension.cc 76 auto add_extension = [&](jvmtiExtensionFunction func,
146 reinterpret_cast<jvmtiExtensionFunction>(HeapExtensions::GetObjectHeapId),
160 reinterpret_cast<jvmtiExtensionFunction>(HeapExtensions::GetHeapName),
173 reinterpret_cast<jvmtiExtensionFunction>(HeapExtensions::IterateThroughHeapExt),
195 reinterpret_cast<jvmtiExtensionFunction>(AllocUtil::GetGlobalJvmtiAllocationState),
211 reinterpret_cast<jvmtiExtensionFunction>(DDMSUtil::HandleChunk),
232 reinterpret_cast<jvmtiExtensionFunction>(ClassUtil::GetClassLoaderClassDescriptors),
  /art/openjdkjvmti/include/
jvmti.h 510 typedef jvmtiError (JNICALL *jvmtiExtensionFunction)
636 jvmtiExtensionFunction func;
    [all...]
  /external/oj-libjdwp/src/share/javavm/export/
jvmti.h 510 typedef jvmtiError (JNICALL *jvmtiExtensionFunction)
636 jvmtiExtensionFunction func;
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/include/
jvmti.h 510 typedef jvmtiError (JNICALL *jvmtiExtensionFunction)
636 jvmtiExtensionFunction func;
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/include/
jvmti.h 510 typedef jvmtiError (JNICALL *jvmtiExtensionFunction)
636 jvmtiExtensionFunction func;
    [all...]
  /prebuilts/jdk/jdk9/darwin-x86/include/
jvmti.h 512 typedef jvmtiError (JNICALL *jvmtiExtensionFunction)
638 jvmtiExtensionFunction func;
    [all...]
  /prebuilts/jdk/jdk9/linux-x86/include/
jvmti.h 512 typedef jvmtiError (JNICALL *jvmtiExtensionFunction)
638 jvmtiExtensionFunction func;
    [all...]

Completed in 539 milliseconds