Searched refs:mr2 (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dmethod_reference.h35 bool operator()(MethodReference mr1, MethodReference mr2) const {
36 if (mr1.dex_file == mr2.dex_file) {
37 return mr1.dex_method_index < mr2.dex_method_index;
39 return mr1.dex_file < mr2.dex_file;
H A Dprofiler.h74 MethodReference mr2 = node2->GetMethod(); local
75 if (mr1.dex_file == mr2.dex_file) {
76 if (mr1.dex_method_index == mr2.dex_method_index) {
79 return mr1.dex_method_index < mr2.dex_method_index;
82 return mr1.dex_file < mr2.dex_file;

Completed in 53 milliseconds