Home
last modified time | relevance | path

Searched refs:kMethods (Results 1 – 2 of 2) 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 …]
/art/libprofile/profile/
Dprofile_compilation_info.cc219 kMethods = 3, enumerator
1059 add_section_info(FileSectionType::kMethods, buffer.Size(), methods_section_size); in Save()
1644 DCHECK(section_info.GetType() == FileSectionType::kMethods); in ReadMethodsSection()
1788 case FileSectionType::kMethods: in LoadInternal()