Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc908 bool constructor_by_name = instance_constructor_by_name || static_constructor_by_name; in Verify() local
911 if (!constructor_by_name) { in Verify()
917 } else if (constructor_by_name) { in Verify()