HomeSort by relevance Sort by last modified time
    Searched full:constructor_by_name (Results 1 - 1 of 1) sorted by null

  /art/runtime/verifier/
method_verifier.cc 698 bool constructor_by_name = instance_constructor_by_name || static_constructor_by_name; local
701 if (!constructor_by_name) {
707 } else if (constructor_by_name) {
    [all...]

Completed in 73 milliseconds