Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier_test.cc340 constexpr const char* kConstructors[] = { "<clinit>", "<init>"}; in TEST_F() local
350 OrMaskToMethodFlags(dex_file, kConstructors[i], kAccNative); in TEST_F()
361 OrMaskToMethodFlags(dex_file, kConstructors[i], kAccAbstract); in TEST_F()
372 RemoveCode(dex_file, kConstructors[i]); in TEST_F()
384 OrMaskToMethodFlags(dex_file, kConstructors[i], kAccNative); in TEST_F()
385 RemoveCode(dex_file, kConstructors[i]); in TEST_F()
397 OrMaskToMethodFlags(dex_file, kConstructors[i], kAccAbstract); in TEST_F()
398 RemoveCode(dex_file, kConstructors[i]); in TEST_F()