Home | History | Annotate | Download | only in openjdkjvmti

Lines Matching refs:class_byte_count

345     res = env->Allocate(definitions[i].class_byte_count, &class_bytes_copy);
349 memcpy(class_bytes_copy, definitions[i].class_bytes, definitions[i].class_byte_count);