Searched defs:heap_id (Results 1 – 5 of 5) sorted by relevance
| /art/runtime/javaheapprof/ |
| D | javaheapsampler.h | 45 void SetHeapID(uint32_t heap_id) { in SetHeapID()
|
| /art/test/913-heaps/ |
| D | heaps.cc | 995 jint heap_id; in Java_art_Test913_getObjectHeapId() local 1002 JNIEnv* env, [[maybe_unused]] jclass klass , jint heap_id) { in Java_art_Test913_getHeapName() 1015 JNIEnv* env, [[maybe_unused]] jclass klass , jlong tag, jint heap_id) { in Java_art_Test913_checkGetObjectHeapIdInCallback() 1109 jint heap_id) { in HeapIterationExtCallback()
|
| /art/openjdkjvmti/ |
| D | ti_heap.cc | 1519 jvmtiError HeapExtensions::GetObjectHeapId(jvmtiEnv* env, jlong tag, jint* heap_id, ...) { in GetObjectHeapId() 1570 jvmtiError HeapExtensions::GetHeapName(jvmtiEnv* env, jint heap_id, char** heap_name, ...) { in GetHeapName() 1606 jint heap_id = GetHeapId(obj); in IterateThroughHeapExt() local
|
| /art/runtime/ |
| D | debugger.cc | 715 uint8_t heap_id[4]; in DdmSendHeapSegments() local
|
| /art/runtime/gc/ |
| D | heap.cc | 4440 uint32_t heap_id = 1; // Initialize to 1, to be overwritten by Perfetto heap id. in InitPerfettoJavaHeapProf() local
|