Searched refs:OrMaskToMethodFlags (Results 1 – 1 of 1) sorted by relevance
/art/libdexfile/dex/ |
D | dex_file_verifier_test.cc | 290 static void OrMaskToMethodFlags(DexFile* dex_file, const char* method, uint32_t mask) { in OrMaskToMethodFlags() function 350 OrMaskToMethodFlags(dex_file, kConstructors[i], kAccNative); in TEST_F() 361 OrMaskToMethodFlags(dex_file, kConstructors[i], kAccAbstract); in TEST_F() 384 OrMaskToMethodFlags(dex_file, kConstructors[i], kAccNative); in TEST_F() 397 OrMaskToMethodFlags(dex_file, kConstructors[i], kAccAbstract); in TEST_F() 422 OrMaskToMethodFlags(dex_file, "<init>", kInitAllowed[i]); in TEST_F() 443 OrMaskToMethodFlags(dex_file, "<init>", mask); in TEST_F() 459 OrMaskToMethodFlags(dex_file, "<init>", kAccStatic); in TEST_F() 476 OrMaskToMethodFlags(dex_file, "<init>", kInitNotAllowed[i]); in TEST_F() 493 OrMaskToMethodFlags(dex_file, kMethods[i], kAccConstructor); in TEST_F() [all …]
|