| 31 | } |
| 32 | |
| 33 | uint32_t ArtM::GetArtMethodNativeOffset() { |
| 34 | return ArtMethodEnv.art_method_native_offset; |
| 35 | } |
| 36 | |
| 37 | uint32_t ArtM::GetAccessFlags(const char *art_method) { |
| 38 | return *reinterpret_cast<const uint32_t *>(art_method + GetArtMethodFlagsOffset()); |
nothing calls this directly
no outgoing calls
no test coverage detected