Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc890 bool constructor_by_name = instance_constructor_by_name || static_constructor_by_name; in Verify() local
893 if (!constructor_by_name) { in Verify()
899 } else if (constructor_by_name) { in Verify()