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

Method GetArtMethodDexCodeItemOffset

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

Source from the content-addressed store, hash-verified

27}
28
29uint32_t ArtM::GetArtMethodDexCodeItemOffset(void *art_method) {
30 return *reinterpret_cast<const uint32_t *>(reinterpret_cast<char *>(art_method) + ArtMethodEnv.art_method_dex_code_item_offset);
31}
32
33uint32_t ArtM::GetArtMethodNativeOffset() {
34 return ArtMethodEnv.art_method_native_offset;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected