Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier_test.cc283 static uint32_t GetMethodFlags(DexFile* dex_file, const char* method) { in GetMethodFlags() function
291 uint32_t value = GetMethodFlags(dex_file, method); in ApplyMaskToMethodFlags()
298 uint32_t value = GetMethodFlags(dex_file, method); in OrMaskToMethodFlags()
558 if (((GetMethodFlags(dex_file, kMethods[i]) & kAccPublic) != 0) && in TEST_F()