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.cc746 bool instance_constructor_by_name = strcmp("<init>", method_name) == 0; in Verify() local
748 bool constructor_by_name = instance_constructor_by_name || static_constructor_by_name; in Verify()