Searched defs:constructor_by_name (Results 1 - 1 of 1) sorted by last modified time

/art/runtime/verifier/
H A Dmethod_verifier.cc698 bool constructor_by_name = instance_constructor_by_name || static_constructor_by_name; local
701 if (!constructor_by_name) {
707 } else if (constructor_by_name) {

Completed in 36 milliseconds