Home
last modified time | relevance | path

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

/art/dex2oat/
Dverifier_deps_test.cc403 std::string actual_signature = dex_dep.first->GetMethodSignature(method_id).ToString(); in HasMethod() local
404 if (expected_signature != actual_signature) { in HasMethod()