Home
last modified time | relevance | path

Searched refs:is_clinit_by_name (Results 1 – 1 of 1) sorted by relevance

/art/libdexfile/dex/
Ddex_file_verifier.cc3498 const bool is_clinit_by_name = constructor_flags_by_name == kConstructorFlags; in CheckMethodAccessFlags() local
3514 if (is_static ^ is_clinit_by_name) { in CheckMethodAccessFlags()