Searched refs:expected_descriptor (Results 1 – 4 of 4) sorted by relevance
140 const char* expected_descriptor = in EqualInlineCaches()143 return strcmp(expected_descriptor, descriptor) == 0; in EqualInlineCaches()
283 void ThrowWrongMethodTypeException(const std::string& expected_descriptor,
830 void ThrowWrongMethodTypeException(const std::string& expected_descriptor, in ThrowWrongMethodTypeException() argument833 msg << "Expected " << expected_descriptor << " but was " << actual_descriptor; in ThrowWrongMethodTypeException()
402 const char* expected_descriptor = in AssertInlineCaches() local407 if (strcmp(expected_descriptor, descriptor) == 0) { in AssertInlineCaches()