Home
last modified time | relevance | path

Searched refs:GetHeapName (Results 1 – 4 of 4) sorted by relevance

/art/openjdkjvmti/
Dti_heap.h84 static jvmtiError JNICALL GetHeapName(jvmtiEnv* env, jint heap_id, char** heap_name, ...);
Dti_extension.cc169 reinterpret_cast<jvmtiExtensionFunction>(HeapExtensions::GetHeapName), in GetExtensionFunctions()
Dti_heap.cc1567 jvmtiError HeapExtensions::GetHeapName(jvmtiEnv* env, jint heap_id, char** heap_name, ...) { in GetHeapName() function in openjdkjvmti::HeapExtensions
/art/test/913-heaps/
Dheaps.cc874 using GetHeapName = jvmtiError(*)(jvmtiEnv*, jint, char**, ...); typedef
875 static GetHeapName gGetHeapNameFn = nullptr;
931 gGetHeapNameFn = reinterpret_cast<GetHeapName>(extensions[i].func); in Java_art_Test913_checkForExtensionApis()