Home | History | Annotate | Download | only in 913-heaps

Lines Matching defs:heap_id

903       CHECK_EQ(strcmp("heap_id", extensions[i].params[1].name), 0);
921 CHECK_EQ(strcmp("heap_id", extensions[i].params[0].name), 0);
977 jint heap_id;
978 jvmtiError result = gGetObjectHeapIdFn(jvmti_env, tag, &heap_id);
980 return heap_id;
984 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jint heap_id) {
987 jvmtiError result = gGetHeapNameFn(jvmti_env, heap_id, &heap_name);
997 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jlong tag, jint heap_id) {
1036 ffc.check_callback_id = heap_id;
1075 ffc.check_callback_id = heap_id;
1091 jint heap_id) {
1098 CHECK_EQ(expected_heap_id, heap_id);