Searched refs:kMethods (Results 1 – 3 of 3) sorted by relevance
/aosp12/art/libdexfile/dex/ |
H A D | dex_file_verifier_test.cc | 490 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() 585 ApplyMaskToMethodFlags(dex_file, kMethods[i], ~kAccPublic); in TEST_F() 586 OrMaskToMethodFlags(dex_file, kMethods[i], mask); in TEST_F() 595 for (size_t i = 0; i < arraysize(kMethods); ++i) { in TEST_F() [all …]
|
/aosp12/packages/apps/Messaging/jni/ |
H A D | GifTranscoder.cpp | 557 JNINativeMethod kMethods[] = { variable 579 kMethods, sizeof(kMethods) / sizeof(kMethods[0]))) { in JNI_OnLoad()
|
/aosp12/art/libprofile/profile/ |
H A D | profile_compilation_info.cc | 219 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()
|