MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / ClearFastNativeFlag

Method ClearFastNativeFlag

Bcore/src/main/cpp/jnihook/ArtM.cpp:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63bool ArtM::ClearFastNativeFlag(char *art_method) {
64 // FastNative
65 return ArtMethodEnv.api_level < __ANDROID_API_P__ &&
66 ClearAccessFlag(art_method, kAccFastNative);
67}
68
69void *ArtM::GetArtMethod(JNIEnv *env, jclass clazz, jmethodID methodId) {
70 if (ArtMethodEnv.api_level >= __ANDROID_API_Q__) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected