Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dsignature-inl.h89 int cmp_result = DexFile::CompareDescriptors(lhs_return_type, rhs_return_type); in Compare() local
108 int cmp_result = DexFile::CompareDescriptors(lhs_param_type, rhs_param_type); in Compare() local
/art/runtime/mirror/
Dclass.cc705 auto cmp_result = cmp(mid); in BinarySearch() local