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

Method GetArtMethodSize

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

Source from the content-addressed store, hash-verified

19} ArtMethodEnv;
20
21uint32_t ArtM::GetArtMethodSize() {
22 return ArtMethodEnv.art_method_size;
23}
24
25uint32_t ArtM::GetArtMethodFlagsOffset() {
26 return ArtMethodEnv.art_method_flags_offset;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected