HomeSort by relevance Sort by last modified time
    Searched refs:class_index (Results 1 - 25 of 28) sorted by null

1 2

  /external/emma/core/java12/com/vladium/jcd/cls/constant/
CONSTANT_Fieldref_info.java 18 * 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)
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 + ']';
CONSTANT_InterfaceMethodref_info.java 18 * 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)
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 + ']';
CONSTANT_Methodref_info.java 18 * 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)
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 + ']';
CONSTANT_ref_info.java 22 * 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)
71 m_class_index = class_index;
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
InnerClassesAttribute_info.java 29 public boolean makesClassNested (final int class_index, final int [] nestedAccessFlags)
31 if (class_index > 0)
39 if (info.m_inner_class_index == class_index)
  /art/tools/
analyze-init-failures.py 123 class_index = {}
125 class_index[clazz] = i
129 for (r_class, r_id) in class_index.items():
144 print(' n%d -> n%d;' % (class_index[failed_class], class_index[error_class]))
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_regalloc.c 283 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].Used)
    [all...]
  /art/compiler/optimizing/
inliner.h 135 // i1 = HLoadClass(class_index, is_referrer)
145 uint32_t class_index,
inliner.cc 372 uint32_t class_index = FindClassIndexIn( local
374 if (class_index == DexFile::kDexNoIndex) {
406 class_index,
426 uint32_t class_index,
438 class_index,
497 uint32_t class_index = FindClassIndexIn( local
500 if (class_index == DexFile::kDexNoIndex ||
518 receiver, cursor, bb_cursor, class_index, is_referrer, invoke_instruction, deoptimize);
    [all...]
  /art/compiler/dex/quick/
dex_file_method_inliner.cc 719 uint32_t* class_index = &cache->class_indexes[index]; local
    [all...]
  /art/runtime/jit/
profile_compilation_info_test.cc 62 uint16_t class_index,
64 return info->AddMethodIndex(dex_location, checksum, class_index);
  /build/tools/ijar/
classfile.cc 205 u2 class_index,
208 class_index_(class_index),
1400 u2 class_index = get_u2be(p); local
    [all...]
  /external/v8/test/cctest/
test-inobject-slack-tracking.cc 563 static std::string GetClassName(int class_index) {
565 os << "A" << class_index; local
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/
bcel-findbugs-6.0.jar 
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 228 final int class_index = cls.addClassref (classJVMName); local
234 m_registerMethodrefIndex = constants.add (new CONSTANT_Methodref_info (class_index, nametype_index));
    [all...]
  /external/selinux/libsepol/cil/src/
cil_binary.c 298 int class_index; local
312 class_index = value;
313 class_value_to_cil[class_index] = cil_class;
338 perm_value_to_cil[class_index][i] = cil_perm;
356 perm_value_to_cil[class_index][sepol_perm->s.value] = cil_perm;
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /external/selinux/libsepol/src/
policydb.c 857 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))
    [all...]
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 

Completed in 1995 milliseconds

1 2