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

  /art/runtime/verifier/
method_verifier.cc 697 bool static_constructor_by_name = strcmp("<clinit>", method_name) == 0; local
698 bool constructor_by_name = instance_constructor_by_name || static_constructor_by_name;
716 if (IsStatic() ^ static_constructor_by_name) {
    [all...]

Completed in 403 milliseconds