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

  /art/runtime/verifier/
method_verifier.cc 652 bool instance_constructor_by_name = strcmp("<init>", method_name) == 0; local
654 bool constructor_by_name = instance_constructor_by_name || static_constructor_by_name;
    [all...]

Completed in 1681 milliseconds