Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier_test.cc347 constexpr const char* kConstructors[] = { "<clinit>", "<init>"}; in TEST_F() local
357 OrMaskToMethodFlags(dex_file, kConstructors[i], kAccNative); in TEST_F()
368 OrMaskToMethodFlags(dex_file, kConstructors[i], kAccAbstract); in TEST_F()
379 RemoveCode(dex_file, kConstructors[i]); in TEST_F()
391 OrMaskToMethodFlags(dex_file, kConstructors[i], kAccNative); in TEST_F()
392 RemoveCode(dex_file, kConstructors[i]); in TEST_F()
404 OrMaskToMethodFlags(dex_file, kConstructors[i], kAccAbstract); in TEST_F()
405 RemoveCode(dex_file, kConstructors[i]); in TEST_F()