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

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

Completed in 1295 milliseconds