Home
last modified time | relevance | path

Searched defs:MethodReference (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dmethod_reference.h27 struct MethodReference { struct
28 MethodReference(const DexFile* file, uint32_t index) : dex_file(file), dex_method_index(index) { in MethodReference() function
35 bool operator()(MethodReference mr1, MethodReference mr2) const { in operator() argument