{"id":14635,"date":"2024-09-04T10:47:47","date_gmt":"2024-09-04T02:47:47","guid":{"rendered":"http:\/\/xinyiworld.top\/wordpress_it\/?p=14635"},"modified":"2024-09-04T17:17:48","modified_gmt":"2024-09-04T09:17:48","slug":"jni_internal-cc","status":"publish","type":"post","link":"http:\/\/xinyiworld.top\/wordpress_it\/?p=14635","title":{"rendered":"jni_internal.cc"},"content":{"rendered":"<p>\u6e90\u7801\u4f4d\u7f6e\uff1a<code>art\/runtime\/jni\/jni_internal.cc<\/code><\/p>\n<h2>GetJniNativeInterface<\/h2>\n<pre><code class=\"language-cpp\">646 class JNI {\n647  public:\n648   static jint GetVersion(JNIEnv*) {\n649     return JNI_VERSION_1_6;\n650   }\n    ...\n}\n\n2886 const JNINativeInterface gJniNativeInterface = {\n2887   nullptr,  \/\/ reserved0.\n2888   nullptr,  \/\/ reserved1.\n2889   nullptr,  \/\/ reserved2.\n2890   nullptr,  \/\/ reserved3.\n2891   JNI::GetVersion,\n        ...\n}\n\n3122 const JNINativeInterface* GetJniNativeInterface() {\n3123   return &amp;gJniNativeInterface;\n3124 }<\/code><\/pre>\n<p>GetJniNativeInterface()\u65b9\u6cd5\u4f1a\u88ab<code>art\/runtime\/jni\/jni_env_ext.cc<\/code>\u8c03\u7528\uff0c\u89c1\uff1a<a href=\"http:\/\/xinyiworld.top\/wordpress_it\/?p=14639\">http:\/\/xinyiworld.top\/wordpress_it\/?p=14639<\/a><\/p>\n<button class=\"simplefavorite-button\" data-postid=\"14635\" data-siteid=\"1\" data-groupid=\"1\" data-favoritecount=\"0\" style=\"\">\u6536\u85cf <i class=\"sf-icon-star-empty\"><\/i><\/button>","protected":false},"excerpt":{"rendered":"<p>\u6e90\u7801\u4f4d\u7f6e\uff1aart\/runtime\/jni\/jni_internal.cc GetJniNativeI [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1124],"tags":[],"_links":{"self":[{"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=\/wp\/v2\/posts\/14635"}],"collection":[{"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=14635"}],"version-history":[{"count":4,"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=\/wp\/v2\/posts\/14635\/revisions"}],"predecessor-version":[{"id":14658,"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=\/wp\/v2\/posts\/14635\/revisions\/14658"}],"wp:attachment":[{"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=14635"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=14635"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=14635"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}