Home
last modified time | relevance | path

Searched defs:heap_id (Results 1 – 5 of 5) sorted by relevance

/art/runtime/javaheapprof/
Djavaheapsampler.h45 void SetHeapID(uint32_t heap_id) { in SetHeapID()
/art/test/913-heaps/
Dheaps.cc991 jint heap_id; in Java_art_Test913_getObjectHeapId() local
998 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jint heap_id) { in Java_art_Test913_getHeapName()
1011 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jlong tag, jint heap_id) { in Java_art_Test913_checkGetObjectHeapIdInCallback()
1105 jint heap_id) { in HeapIterationExtCallback()
/art/openjdkjvmti/
Dti_heap.cc1514 jvmtiError HeapExtensions::GetObjectHeapId(jvmtiEnv* env, jlong tag, jint* heap_id, ...) { in GetObjectHeapId()
1565 jvmtiError HeapExtensions::GetHeapName(jvmtiEnv* env, jint heap_id, char** heap_name, ...) { in GetHeapName()
1599 jint heap_id = GetHeapId(obj); in IterateThroughHeapExt() local
/art/runtime/
Ddebugger.cc720 uint8_t heap_id[4]; in DdmSendHeapSegments() local
/art/runtime/gc/
Dheap.cc4316 uint32_t heap_id = 1; // Initialize to 1, to be overwritten by Perfetto heap id. in InitPerfettoJavaHeapProf() local