Searched refs:class_id (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/test/runtime/6929067/
H A Dinvoke.c18 jclass class_id; variable
38 class_id = (*env)->FindClass (env, "T");
39 assert (class_id);
41 method_id = (*env)->GetStaticMethodID (env, class_id, "printIt", "()V");
44 (*env)->CallStaticVoidMethod (env, class_id, method_id, NULL);
53 class_id = (*env)->FindClass (env, "T");
54 assert (class_id);
56 method_id = (*env)->GetStaticMethodID (env, class_id, "printIt", "()V");
59 (*env)->CallStaticVoidMethod (env, class_id, method_id, NULL);
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_io.h146 void io_heap_class_dump(ClassIndex cnum, char *sig, ObjectIndex class_id,
156 ObjectIndex class_id, jint size,
162 ObjectIndex *values, ObjectIndex class_id);
H A Dhprof_io.c1532 io_heap_class_dump(ClassIndex cnum, char *sig, ObjectIndex class_id, argument
1588 heap_id(class_id);
1649 class_id, class_name, trace_serial_num);
1732 ObjectIndex class_id, jint size, char *sig,
1763 heap_id(class_id);
1775 obj_id, size, trace_serial_num, class_name, class_id);
1805 ObjectIndex class_id)
1814 heap_id(class_id);
1824 name, class_id);
1730 io_heap_instance_dump(ClassIndex cnum, ObjectIndex obj_id, SerialNumber trace_serial_num, ObjectIndex class_id, jint size, char *sig, FieldInfo *fields, jvalue *fvalues, jint n_fields) argument
1803 io_heap_object_array(ObjectIndex obj_id, SerialNumber trace_serial_num, jint size, jint num_elements, char *sig, ObjectIndex *values, ObjectIndex class_id) argument
/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.cpp2375 switch (n->class_id()) {
2440 switch (n->class_id()) {
H A Dnode.hpp667 const jushort class_id() const { return _class_id; } function in class:Node

Completed in 166 milliseconds