Searched defs:descriptor_index (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/v8/src/
H A Dfield-index-inl.h94 inline FieldIndex FieldIndex::ForDescriptor(Map* map, int descriptor_index) { argument
96 map->instance_descriptors()->GetDetails(descriptor_index);
98 map->instance_descriptors()->GetFieldIndex(descriptor_index);
/external/emma/core/java12/com/vladium/jcd/cls/
H A DField_info.java26 * u2 descriptor_index;
40 * The value of the descriptor_index item must be a valid index into the constant
63 final int name_index, final int descriptor_index,
69 m_descriptor_index = descriptor_index;
144 return "field_info: [modifiers: 0x" + Integer.toHexString(m_access_flags) + ", name_index = " + m_name_index + ", descriptor_index = " + m_descriptor_index + ']';
62 Field_info(final int access_flags, final int name_index, final int descriptor_index, final IAttributeCollection attributes) argument
H A DMethod_info.java27 * u2 descriptor_index;
42 * The value of the descriptor_index item must be a valid index into the constant pool
64 public Method_info (int access_flags, int name_index, int descriptor_index, IAttributeCollection attributes) argument
69 m_descriptor_index = descriptor_index;
163 s.append ("method_info: [modifiers: 0x" + Integer.toHexString(m_access_flags) + ", name_index = " + m_name_index + ", descriptor_index = " + m_descriptor_index + "]\n");
/external/emma/core/java12/com/vladium/jcd/cls/constant/
H A DCONSTANT_NameAndType_info.java27 * The value of the descriptor_index item must be a valid index into the constant
45 public CONSTANT_NameAndType_info (final int name_index, final int descriptor_index) argument
48 m_descriptor_index = descriptor_index;
75 return "CONSTANT_NameAndType: [name_index = " + m_name_index + ", descriptor_index = " + m_descriptor_index + ']';
/external/chromium_org/ipc/
H A Dipc_message.cc141 int descriptor_index; local
142 if (!ReadInt(iter, &descriptor_index))
150 file_descriptor_set->TakeDescriptorAt(descriptor_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/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 227 milliseconds