Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier_test.cc490 constexpr const char* kMethods[] = { "foo", "bar"}; in TEST_F() local
491 for (size_t i = 0; i < arraysize(kMethods); ++i) { in TEST_F()
500 OrMaskToMethodFlags(dex_file, kMethods[i], kAccConstructor); in TEST_F()
511 OrMaskToMethodFlags(dex_file, kMethods[i], kAccNative); in TEST_F()
522 OrMaskToMethodFlags(dex_file, kMethods[i], kAccAbstract); in TEST_F()
533 RemoveCode(dex_file, kMethods[i]); in TEST_F()
554 RemoveCode(dex_file, kMethods[i]); in TEST_F()
558 if (((GetMethodFlags(dex_file, kMethods[i]) & kAccPublic) != 0) && in TEST_F()
561 OrMaskToMethodFlags(dex_file, kMethods[i], kAccAbstract | kAccFinal); in TEST_F()
563 OrMaskToMethodFlags(dex_file, kMethods[i], kAccAbstract | kAbstractDisallowed[j]); in TEST_F()
[all …]