arm64: Don't use the GOT to access art::Runtime::instance_.
Because ART is built with -fvisibility=protected, the location of this symbol can be statically resolved by the linker, so there is no need to go via the GOT.
Loading
Please sign in to comment