HomeSort by relevance Sort by last modified time
    Searched defs:MethodReference (Results 1 - 2 of 2) sorted by null

  /art/runtime/
method_reference.h 27 struct MethodReference {
28 MethodReference(const DexFile* file, uint32_t index) : dex_file(file), dex_method_index(index) {
35 bool operator()(MethodReference mr1, MethodReference mr2) const {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/reference/
MethodReference.java 41 public interface MethodReference extends Reference, Comparable<MethodReference> {
71 * Returns a hashcode for this MethodReference.
83 * @return The hash code value for this MethodReference
88 * Compares this MethodReference to another MethodReference for equality.
90 * This MethodReference is equal to another MethodReference if all of it's "fields" are equal. That is, if
96 * @param o The object to be compared for equality with this MethodReference
97 * @return true if the specified object is equal to this MethodReference
    [all...]

Completed in 94 milliseconds