Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier_test.cc483 constexpr const char* kMethods[] = { "foo", "bar"}; in TEST_F() local
484 for (size_t i = 0; i < arraysize(kMethods); ++i) { in TEST_F()
493 OrMaskToMethodFlags(dex_file, kMethods[i], kAccConstructor); in TEST_F()
504 OrMaskToMethodFlags(dex_file, kMethods[i], kAccNative); in TEST_F()
515 OrMaskToMethodFlags(dex_file, kMethods[i], kAccAbstract); in TEST_F()
526 RemoveCode(dex_file, kMethods[i]); in TEST_F()
547 RemoveCode(dex_file, kMethods[i]); in TEST_F()
551 if (((GetMethodFlags(dex_file, kMethods[i]) & kAccPublic) != 0) && in TEST_F()
554 OrMaskToMethodFlags(dex_file, kMethods[i], kAccAbstract | kAccFinal); in TEST_F()
556 OrMaskToMethodFlags(dex_file, kMethods[i], kAccAbstract | kAbstractDisallowed[j]); in TEST_F()
[all …]
/art/libprofile/profile/
Dprofile_compilation_info.cc232 kMethods = 3, enumerator
1147 add_section_info(FileSectionType::kMethods, buffer.Size(), methods_section_size); in Save()
1763 DCHECK(section_info.GetType() == FileSectionType::kMethods); in ReadMethodsSection()
1907 case FileSectionType::kMethods: in LoadInternal()