Home
last modified time | relevance | path

Searched refs:expected_descriptor (Results 1 – 4 of 4) sorted by relevance

/art/libprofile/profile/
Dprofile_test_helper.h140 const char* expected_descriptor = in EqualInlineCaches()
143 return strcmp(expected_descriptor, descriptor) == 0; in EqualInlineCaches()
/art/runtime/
Dcommon_throws.h283 void ThrowWrongMethodTypeException(const std::string& expected_descriptor,
Dcommon_throws.cc830 void ThrowWrongMethodTypeException(const std::string& expected_descriptor, in ThrowWrongMethodTypeException() argument
833 msg << "Expected " << expected_descriptor << " but was " << actual_descriptor; in ThrowWrongMethodTypeException()
/art/profman/
Dprofile_assistant_test.cc402 const char* expected_descriptor = in AssertInlineCaches() local
407 if (strcmp(expected_descriptor, descriptor) == 0) { in AssertInlineCaches()