Searched refs:expected_descriptor (Results 1 – 4 of 4) sorted by relevance
136 const char* expected_descriptor = in EqualInlineCaches()139 return strcmp(expected_descriptor, descriptor) == 0; in EqualInlineCaches()
281 void ThrowWrongMethodTypeException(const std::string& expected_descriptor,
827 void ThrowWrongMethodTypeException(const std::string& expected_descriptor, in ThrowWrongMethodTypeException() argument830 msg << "Expected " << expected_descriptor << " but was " << actual_descriptor; in ThrowWrongMethodTypeException()
400 const char* expected_descriptor = type_ref.dex_file->StringByTypeIdx(type_ref.TypeIndex()); in AssertInlineCaches() local404 if (strcmp(expected_descriptor, descriptor) == 0) { in AssertInlineCaches()