/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;
|
/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...] |
/external/javassist/src/main/javassist/bytecode/ |
EnclosingMethodAttribute.java | 78 * Returns the value of <code>class_index</code>. 92 * Returns the name of the class specified by <code>class_index</code>.
|
ConstPool.java | 237 * Reads the <code>class_index</code> field of the 265 * Reads the <code>class_index</code> field of the 275 * Reads the <code>class_index</code> field of the 279 * @return the name of the class at that <code>class_index</code>. 342 * Reads the <code>class_index</code> field of the 352 * Reads the <code>class_index</code> field of the 356 * @return the name of the class at that <code>class_index</code>. 421 * Reads the <code>class_index</code> field of the 432 * Reads the <code>class_index</code> field of the 436 * @return the name of the class at that <code>class_index</code> [all...] |
ClassFileWriter.java | 603 * @param classInfo <code>class_index</code> 617 * @param classInfo <code>class_index</code> 632 * @param classInfo <code>class_index</code>
|
/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)
|
/external/proguard/src/proguard/classfile/util/ |
DynamicMemberReferenceInitializer.java | 62 public static final int CLASS_INDEX = InstructionSequenceMatcher.X; 165 new ConstantInstruction(InstructionConstants.OP_LDC, CLASS_INDEX), 173 // new ConstantInstruction(InstructionConstants.OP_LDC, CLASS_INDEX), 182 // new ConstantInstruction(InstructionConstants.OP_LDC, CLASS_INDEX), 195 // new ConstantInstruction(InstructionConstants.OP_LDC, CLASS_INDEX), 212 new ConstantInstruction(InstructionConstants.OP_LDC, CLASS_INDEX), 222 new ConstantInstruction(InstructionConstants.OP_LDC, CLASS_INDEX), 236 new ConstantInstruction(InstructionConstants.OP_LDC, CLASS_INDEX), 255 new ConstantInstruction(InstructionConstants.OP_LDC, CLASS_INDEX), 263 new ConstantInstruction(InstructionConstants.OP_LDC, CLASS_INDEX), [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/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/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/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/tools/common/m2/repository/xalan/xalan/2.6.0/ |
xalan-2.6.0.jar | |
/prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/ |
xalan-2.7.1.jar | |
/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 | |