Searched refs:GetMethodFlags (Results 1 – 1 of 1) sorted by relevance
276 static uint32_t GetMethodFlags(DexFile* dex_file, const char* method) { in GetMethodFlags() function284 uint32_t value = GetMethodFlags(dex_file, method); in ApplyMaskToMethodFlags()291 uint32_t value = GetMethodFlags(dex_file, method); in OrMaskToMethodFlags()551 if (((GetMethodFlags(dex_file, kMethods[i]) & kAccPublic) != 0) && in TEST_F()