Searched refs:to_test (Results 1 – 4 of 4) sorted by relevance
123 bool AreLeastSetBitInputs(HInstruction* to_test, HInstruction* other) { in AreLeastSetBitInputs() argument124 if (to_test->IsAdd()) { in AreLeastSetBitInputs()125 HAdd* add = to_test->AsAdd(); in AreLeastSetBitInputs()129 if (to_test->IsSub()) { in AreLeastSetBitInputs()130 HSub* sub = to_test->AsSub(); in AreLeastSetBitInputs()
25 bool AreLeastSetBitInputs(HInstruction* to_test, HInstruction* other);
1352 static bool IsSubClass(ObjPtr<mirror::Class> to_test, ObjPtr<mirror::Class> super_class) in IsSubClass() argument1354 return to_test != nullptr && !to_test->IsInterface() && to_test->IsSubClass(super_class); in IsSubClass()
935 static int qual_match(const std::string& to_test, const char* prefix, const std::string& qual, in qual_match() argument937 if (to_test.empty()) /* Return true if both the qual and to_test are empty strings. */ in qual_match()942 const char* ptr = to_test.c_str(); in qual_match()