| 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); |
| 31 | } |
| 32 | |
| 33 | uint32_t ArtM::GetArtMethodNativeOffset() { |
| 34 | return ArtMethodEnv.art_method_native_offset; |
nothing calls this directly
no outgoing calls
no test coverage detected