Searched refs:Method_info (Results 1 - 8 of 8) sorted by relevance

/external/emma/core/java12/com/vladium/jcd/cls/
H A DIMethodCollection.java16 * are {@link Method_info} structures corresponding to all methods directly
30 * Returns {@link Method_info} descriptor at a given offset.
33 * @return Method_info descriptor [never null]
37 Method_info get (int offset);
67 * Adds a new Method_info descriptor to this collection. No duplicate
74 int add (Method_info method);
77 * Replaces the Method_info descriptor at a given offset. No duplicate
88 Method_info set (int offset, Method_info method);
92 * Removes the Method_info descripto
[all...]
H A DMethodCollection.java28 public Method_info get (final int offset)
30 return (Method_info) m_methods.get (offset);
44 final Method_info method = (Method_info) m_methods.get (m);
74 _clone.m_methods.add (((Method_info) m_methods.get (m)).clone ());
108 public int add (final Method_info method)
116 public Method_info set (final int offset, final Method_info method)
118 return (Method_info) m_methods.set (offset, method);
121 public Method_info remov
[all...]
H A DMethod_info.java7 * $Id: Method_info.java,v 1.1.1.1 2004/05/09 16:57:47 vlad_r Exp $
55 final class Method_info implements Cloneable, IAccessFlags class in inherits:Cloneable,IAccessFlags
64 public Method_info (int access_flags, int name_index, int descriptor_index, IAttributeCollection attributes) method in class:Method_info
75 public Method_info (final IConstantCollection constants, method in class:Method_info
184 final Method_info _clone = (Method_info) super.clone ();
H A DClassDef.java387 final Method_info method = methods.get (i);
573 public Method_info newEmptyMethod (final String name, final String descriptor, final int access_flags)
588 final Method_info method = new Method_info (access_flags, name_index, descriptor_index, attributes);
593 public int addMethod (final Method_info method)
/external/emma/core/java12/com/vladium/jcd/parser/
H A DClassDefParser.java269 final Method_info method_info = new Method_info (constantPool, m_bytes);
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java382 final Method_info method = methods.get (m);
468 final Method_info clinit;
509 clinit = new Method_info (IAccessFlags.ACC_STATIC | IAccessFlags.ACC_PRIVATE, name_index, descriptor_index, attributes);
666 final Method_info preclinit = new Method_info (IAccessFlags.ACC_STATIC | IAccessFlags.ACC_PRIVATE, name_index, descriptor_index, attributes);
/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 ...

Completed in 476 milliseconds