Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc855 bool instance_constructor_by_name = method_name == "<init>"; in Verify() local
857 bool constructor_by_name = instance_constructor_by_name || static_constructor_by_name; in Verify()