Home | History | Annotate | Download | only in openjdkjvmti

Lines Matching refs:ctc

917   ClassTableCount ctc;
918 class_table->Visit(ctc);
920 if (ctc.count == 0) {
928 jvmtiError data_result = env->Allocate(ctc.count * sizeof(jclass), &data);
948 ClassTableFill ctf = { class_array, ctc, &soa, 0 };
950 DCHECK_EQ(ctc.count, ctf.count);
952 *class_count_ptr = ctc.count;