Searched refs:class_index (Results 1 - 12 of 12) sorted by relevance

/external/emma/core/java12/com/vladium/jcd/cls/constant/
H A DCONSTANT_Fieldref_info.java18 * to fields. The class_index item of a CONSTANT_Fieldref_info or a
36 public CONSTANT_Fieldref_info (final int class_index, final int name_and_type_index) argument
38 super (class_index, name_and_type_index);
55 return "CONSTANT_Fieldref: [class_index = " + m_class_index + ", name_and_type_index = " + m_name_and_type_index + ']';
H A DCONSTANT_InterfaceMethodref_info.java18 * to interface methods. The class_index item of a CONSTANT_InterfaceMethodref_info
35 public CONSTANT_InterfaceMethodref_info (final int class_index, final int name_and_type_index) argument
37 super (class_index, name_and_type_index);
54 return "CONSTANT_InterfaceMethodref: [class_index = " + m_class_index + ", name_and_type_index = " + m_name_and_type_index + ']';
H A DCONSTANT_Methodref_info.java18 * to class methods. The class_index item of a {@link CONSTANT_Fieldref_info} or
35 public CONSTANT_Methodref_info (final int class_index, final int name_and_type_index) argument
37 super (class_index, name_and_type_index);
55 return "CONSTANT_Methodref_info: [class_index = " + m_class_index + ", name_and_type_index = " + m_name_and_type_index + ']';
H A DCONSTANT_ref_info.java22 * The value of the class_index item must be a valid index into the constant pool
27 * The class_index item of a {@link CONSTANT_Fieldref_info} or a {@link CONSTANT_Methodref_info}
28 * structure must be a class type, not an interface type. The class_index item of
69 protected CONSTANT_ref_info (final int class_index, final int name_and_type_index) argument
71 m_class_index = class_index;
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DInnerClassesAttribute_info.java29 public boolean makesClassNested (final int class_index, final int [] nestedAccessFlags) argument
31 if (class_index > 0)
39 if (info.m_inner_class_index == class_index)
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_regalloc.c283 int class_index; local
299 class_index = find_class(classes, writemask, 3);
300 if (class_index < 0) {
303 c = classes[class_index];
379 class_index = find_class(classes, writemask,
382 if (class_index > -1) {
383 return classes[class_index].Class;
562 unsigned int class_index; local
566 class_index = variable_get_class(var_ptr->Item, rc_class_list);
570 if (!rc_class_list[class_index]
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java228 final int class_index = cls.addClassref (classJVMName);
234 m_registerMethodrefIndex = constants.add (new CONSTANT_Methodref_info (class_index, nametype_index));
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/selinux/libsepol/src/
H A Dpolicydb.c857 static int class_index(hashtab_key_t key, hashtab_datum_t datum, void *datap) function
959 common_index, class_index, role_index, type_index, user_index,
990 if (hashtab_map(p->p_classes.table, class_index, p))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 8764 milliseconds