Home
last modified time | relevance | path

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

/aosp12/art/libprofile/profile/
H A Dprofile_test_helper.h136 const char* expected_descriptor = in EqualInlineCaches()
139 return strcmp(expected_descriptor, descriptor) == 0; in EqualInlineCaches()
/aosp12/art/runtime/
H A Dcommon_throws.h281 void ThrowWrongMethodTypeException(const std::string& expected_descriptor,
H A Dcommon_throws.cc827 void ThrowWrongMethodTypeException(const std::string& expected_descriptor, in ThrowWrongMethodTypeException() argument
830 msg << "Expected " << expected_descriptor << " but was " << actual_descriptor; in ThrowWrongMethodTypeException()
/aosp12/art/profman/
H A Dprofile_assistant_test.cc400 const char* expected_descriptor = type_ref.dex_file->StringByTypeIdx(type_ref.TypeIndex()); in AssertInlineCaches() local
404 if (strcmp(expected_descriptor, descriptor) == 0) { in AssertInlineCaches()