| 23 | } |
| 24 | |
| 25 | uint32_t ArtM::GetArtMethodFlagsOffset() { |
| 26 | return ArtMethodEnv.art_method_flags_offset; |
| 27 | } |
| 28 | |
| 29 | uint32_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); |
nothing calls this directly
no outgoing calls
no test coverage detected