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

/art/runtime/
H A Dmethod_reference.h35 bool operator()(MethodReference mr1, MethodReference mr2) const { argument
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.h73 MethodReference mr1 = node1->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 727 milliseconds