1{ 2 "array_types" : [], 3 "builtin_types" : 4 [ 5 { 6 "alignment" : 1, 7 "is_integral" : true, 8 "linker_set_key" : "_ZTIa", 9 "name" : "signed char", 10 "size" : 1 11 }, 12 { 13 "alignment" : 1, 14 "is_integral" : true, 15 "is_unsigned" : true, 16 "linker_set_key" : "_ZTIb", 17 "name" : "bool", 18 "size" : 1 19 }, 20 { 21 "alignment" : 1, 22 "is_integral" : true, 23 "linker_set_key" : "_ZTIc", 24 "name" : "char", 25 "size" : 1 26 }, 27 { 28 "alignment" : 4, 29 "linker_set_key" : "_ZTId", 30 "name" : "double", 31 "size" : 8 32 }, 33 { 34 "alignment" : 4, 35 "linker_set_key" : "_ZTIf", 36 "name" : "float", 37 "size" : 4 38 }, 39 { 40 "alignment" : 1, 41 "is_integral" : true, 42 "is_unsigned" : true, 43 "linker_set_key" : "_ZTIh", 44 "name" : "unsigned char", 45 "size" : 1 46 }, 47 { 48 "alignment" : 4, 49 "is_integral" : true, 50 "linker_set_key" : "_ZTIi", 51 "name" : "int", 52 "size" : 4 53 }, 54 { 55 "alignment" : 4, 56 "is_integral" : true, 57 "is_unsigned" : true, 58 "linker_set_key" : "_ZTIj", 59 "name" : "unsigned int", 60 "size" : 4 61 }, 62 { 63 "alignment" : 2, 64 "is_integral" : true, 65 "linker_set_key" : "_ZTIs", 66 "name" : "short", 67 "size" : 2 68 }, 69 { 70 "alignment" : 2, 71 "is_integral" : true, 72 "is_unsigned" : true, 73 "linker_set_key" : "_ZTIt", 74 "name" : "unsigned short", 75 "size" : 2 76 }, 77 { 78 "linker_set_key" : "_ZTIv", 79 "name" : "void" 80 }, 81 { 82 "alignment" : 4, 83 "is_integral" : true, 84 "linker_set_key" : "_ZTIx", 85 "name" : "long long", 86 "size" : 8 87 }, 88 { 89 "alignment" : 4, 90 "is_integral" : true, 91 "is_unsigned" : true, 92 "linker_set_key" : "_ZTIy", 93 "name" : "unsigned long long", 94 "size" : 8 95 } 96 ], 97 "elf_functions" : 98 [ 99 { 100 "name" : "NativeBridgeAvailable" 101 }, 102 { 103 "name" : "NativeBridgeGetError" 104 }, 105 { 106 "name" : "NativeBridgeGetTrampoline" 107 }, 108 { 109 "name" : "NativeBridgeInitialized" 110 }, 111 { 112 "name" : "NeedsNativeBridge" 113 }, 114 { 115 "name" : "PreInitializeNativeBridge" 116 } 117 ], 118 "elf_objects" : [], 119 "enum_types" : 120 [ 121 { 122 "alignment" : 4, 123 "enum_fields" : 124 [ 125 { 126 "enum_field_value" : 0, 127 "name" : "JNIInvalidRefType" 128 }, 129 { 130 "enum_field_value" : 1, 131 "name" : "JNILocalRefType" 132 }, 133 { 134 "enum_field_value" : 2, 135 "name" : "JNIGlobalRefType" 136 }, 137 { 138 "enum_field_value" : 3, 139 "name" : "JNIWeakGlobalRefType" 140 } 141 ], 142 "linker_set_key" : "_ZTI14jobjectRefType", 143 "name" : "jobjectRefType", 144 "size" : 4, 145 "source_file" : "libnativehelper/include_jni/jni.h", 146 "underlying_type" : "_ZTIj" 147 }, 148 { 149 "alignment" : 4, 150 "enum_fields" : 151 [ 152 { 153 "enum_field_value" : 10, 154 "name" : "EVENT_TYPE_LIST_STOP" 155 }, 156 { 157 "enum_field_value" : 63, 158 "name" : "EVENT_TYPE_UNKNOWN" 159 }, 160 { 161 "enum_field_value" : 0, 162 "name" : "EVENT_TYPE_INT" 163 }, 164 { 165 "enum_field_value" : 1, 166 "name" : "EVENT_TYPE_LONG" 167 }, 168 { 169 "enum_field_value" : 2, 170 "name" : "EVENT_TYPE_STRING" 171 }, 172 { 173 "enum_field_value" : 3, 174 "name" : "EVENT_TYPE_LIST" 175 }, 176 { 177 "enum_field_value" : 4, 178 "name" : "EVENT_TYPE_FLOAT" 179 } 180 ], 181 "linker_set_key" : "_ZTI19AndroidEventLogType", 182 "name" : "AndroidEventLogType", 183 "size" : 4, 184 "source_file" : "system/logging/liblog/include/log/log.h", 185 "underlying_type" : "_ZTIj" 186 }, 187 { 188 "alignment" : 4, 189 "enum_fields" : 190 [ 191 { 192 "enum_field_value" : 0, 193 "name" : "ANDROID_LOG_UNKNOWN" 194 }, 195 { 196 "enum_field_value" : 1, 197 "name" : "ANDROID_LOG_DEFAULT" 198 }, 199 { 200 "enum_field_value" : 2, 201 "name" : "ANDROID_LOG_VERBOSE" 202 }, 203 { 204 "enum_field_value" : 3, 205 "name" : "ANDROID_LOG_DEBUG" 206 }, 207 { 208 "enum_field_value" : 4, 209 "name" : "ANDROID_LOG_INFO" 210 }, 211 { 212 "enum_field_value" : 5, 213 "name" : "ANDROID_LOG_WARN" 214 }, 215 { 216 "enum_field_value" : 6, 217 "name" : "ANDROID_LOG_ERROR" 218 }, 219 { 220 "enum_field_value" : 7, 221 "name" : "ANDROID_LOG_FATAL" 222 }, 223 { 224 "enum_field_value" : 8, 225 "name" : "ANDROID_LOG_SILENT" 226 } 227 ], 228 "linker_set_key" : "_ZTI19android_LogPriority", 229 "name" : "android_LogPriority", 230 "size" : 4, 231 "source_file" : "system/logging/liblog/include/android/log.h", 232 "underlying_type" : "_ZTIj" 233 }, 234 { 235 "alignment" : 4, 236 "enum_fields" : 237 [ 238 { 239 "enum_field_value" : 0, 240 "name" : "LOG_ID_MIN" 241 }, 242 { 243 "enum_field_value" : 0, 244 "name" : "LOG_ID_MAIN" 245 }, 246 { 247 "enum_field_value" : 1, 248 "name" : "LOG_ID_RADIO" 249 }, 250 { 251 "enum_field_value" : 2, 252 "name" : "LOG_ID_EVENTS" 253 }, 254 { 255 "enum_field_value" : 3, 256 "name" : "LOG_ID_SYSTEM" 257 }, 258 { 259 "enum_field_value" : 4, 260 "name" : "LOG_ID_CRASH" 261 }, 262 { 263 "enum_field_value" : 5, 264 "name" : "LOG_ID_STATS" 265 }, 266 { 267 "enum_field_value" : 6, 268 "name" : "LOG_ID_SECURITY" 269 }, 270 { 271 "enum_field_value" : 7, 272 "name" : "LOG_ID_KERNEL" 273 }, 274 { 275 "enum_field_value" : 8, 276 "name" : "LOG_ID_MAX" 277 }, 278 { 279 "enum_field_value" : 2147483647, 280 "name" : "LOG_ID_DEFAULT" 281 } 282 ], 283 "linker_set_key" : "_ZTI6log_id", 284 "name" : "log_id", 285 "size" : 4, 286 "source_file" : "system/logging/liblog/include/android/log.h", 287 "underlying_type" : "_ZTIj" 288 }, 289 { 290 "alignment" : 4, 291 "enum_fields" : 292 [ 293 { 294 "enum_field_value" : 1, 295 "name" : "android::kJNICallTypeRegular" 296 }, 297 { 298 "enum_field_value" : 2, 299 "name" : "android::kJNICallTypeCriticalNative" 300 } 301 ], 302 "linker_set_key" : "_ZTIN7android11JNICallTypeE", 303 "name" : "android::JNICallType", 304 "size" : 4, 305 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h", 306 "underlying_type" : "_ZTIj" 307 } 308 ], 309 "function_types" : 310 [ 311 { 312 "alignment" : 4, 313 "linker_set_key" : "_ZTIF14jobjectRefTypeP7_JNIEnvP8_jobjectE", 314 "name" : "jobjectRefType (_JNIEnv *, _jobject *)", 315 "parameters" : 316 [ 317 { 318 "referenced_type" : "_ZTIP7_JNIEnv" 319 }, 320 { 321 "referenced_type" : "_ZTIP8_jobject" 322 } 323 ], 324 "return_type" : "_ZTI14jobjectRefType", 325 "source_file" : "libnativehelper/include_jni/jni.h" 326 }, 327 { 328 "alignment" : 4, 329 "linker_set_key" : "_ZTIFP10_jintArrayP7_JNIEnviE", 330 "name" : "_jintArray *(_JNIEnv *, int)", 331 "parameters" : 332 [ 333 { 334 "referenced_type" : "_ZTIP7_JNIEnv" 335 }, 336 { 337 "referenced_type" : "_ZTIi" 338 } 339 ], 340 "return_type" : "_ZTIP10_jintArray", 341 "source_file" : "libnativehelper/include_jni/jni.h" 342 }, 343 { 344 "alignment" : 4, 345 "linker_set_key" : "_ZTIFP10_jmethodIDP7_JNIEnvP7_jclassPKcS6_E", 346 "name" : "_jmethodID *(_JNIEnv *, _jclass *, const char *, const char *)", 347 "parameters" : 348 [ 349 { 350 "referenced_type" : "_ZTIP7_JNIEnv" 351 }, 352 { 353 "referenced_type" : "_ZTIP7_jclass" 354 }, 355 { 356 "referenced_type" : "_ZTIPKc" 357 }, 358 { 359 "referenced_type" : "_ZTIPKc" 360 } 361 ], 362 "return_type" : "_ZTIP10_jmethodID", 363 "source_file" : "libnativehelper/include_jni/jni.h" 364 }, 365 { 366 "alignment" : 4, 367 "linker_set_key" : "_ZTIFP10_jmethodIDP7_JNIEnvP8_jobjectE", 368 "name" : "_jmethodID *(_JNIEnv *, _jobject *)", 369 "parameters" : 370 [ 371 { 372 "referenced_type" : "_ZTIP7_JNIEnv" 373 }, 374 { 375 "referenced_type" : "_ZTIP8_jobject" 376 } 377 ], 378 "return_type" : "_ZTIP10_jmethodID", 379 "source_file" : "libnativehelper/include_jni/jni.h" 380 }, 381 { 382 "alignment" : 4, 383 "linker_set_key" : "_ZTIFP11_jbyteArrayP7_JNIEnviE", 384 "name" : "_jbyteArray *(_JNIEnv *, int)", 385 "parameters" : 386 [ 387 { 388 "referenced_type" : "_ZTIP7_JNIEnv" 389 }, 390 { 391 "referenced_type" : "_ZTIi" 392 } 393 ], 394 "return_type" : "_ZTIP11_jbyteArray", 395 "source_file" : "libnativehelper/include_jni/jni.h" 396 }, 397 { 398 "alignment" : 4, 399 "linker_set_key" : "_ZTIFP11_jcharArrayP7_JNIEnviE", 400 "name" : "_jcharArray *(_JNIEnv *, int)", 401 "parameters" : 402 [ 403 { 404 "referenced_type" : "_ZTIP7_JNIEnv" 405 }, 406 { 407 "referenced_type" : "_ZTIi" 408 } 409 ], 410 "return_type" : "_ZTIP11_jcharArray", 411 "source_file" : "libnativehelper/include_jni/jni.h" 412 }, 413 { 414 "alignment" : 4, 415 "linker_set_key" : "_ZTIFP11_jlongArrayP7_JNIEnviE", 416 "name" : "_jlongArray *(_JNIEnv *, int)", 417 "parameters" : 418 [ 419 { 420 "referenced_type" : "_ZTIP7_JNIEnv" 421 }, 422 { 423 "referenced_type" : "_ZTIi" 424 } 425 ], 426 "return_type" : "_ZTIP11_jlongArray", 427 "source_file" : "libnativehelper/include_jni/jni.h" 428 }, 429 { 430 "alignment" : 4, 431 "linker_set_key" : "_ZTIFP11_jthrowableP7_JNIEnvE", 432 "name" : "_jthrowable *(_JNIEnv *)", 433 "parameters" : 434 [ 435 { 436 "referenced_type" : "_ZTIP7_JNIEnv" 437 } 438 ], 439 "return_type" : "_ZTIP11_jthrowable", 440 "source_file" : "libnativehelper/include_jni/jni.h" 441 }, 442 { 443 "alignment" : 4, 444 "linker_set_key" : "_ZTIFP12_jfloatArrayP7_JNIEnviE", 445 "name" : "_jfloatArray *(_JNIEnv *, int)", 446 "parameters" : 447 [ 448 { 449 "referenced_type" : "_ZTIP7_JNIEnv" 450 }, 451 { 452 "referenced_type" : "_ZTIi" 453 } 454 ], 455 "return_type" : "_ZTIP12_jfloatArray", 456 "source_file" : "libnativehelper/include_jni/jni.h" 457 }, 458 { 459 "alignment" : 4, 460 "linker_set_key" : "_ZTIFP12_jshortArrayP7_JNIEnviE", 461 "name" : "_jshortArray *(_JNIEnv *, int)", 462 "parameters" : 463 [ 464 { 465 "referenced_type" : "_ZTIP7_JNIEnv" 466 }, 467 { 468 "referenced_type" : "_ZTIi" 469 } 470 ], 471 "return_type" : "_ZTIP12_jshortArray", 472 "source_file" : "libnativehelper/include_jni/jni.h" 473 }, 474 { 475 "alignment" : 4, 476 "linker_set_key" : "_ZTIFP13_jdoubleArrayP7_JNIEnviE", 477 "name" : "_jdoubleArray *(_JNIEnv *, int)", 478 "parameters" : 479 [ 480 { 481 "referenced_type" : "_ZTIP7_JNIEnv" 482 }, 483 { 484 "referenced_type" : "_ZTIi" 485 } 486 ], 487 "return_type" : "_ZTIP13_jdoubleArray", 488 "source_file" : "libnativehelper/include_jni/jni.h" 489 }, 490 { 491 "alignment" : 4, 492 "linker_set_key" : "_ZTIFP13_jobjectArrayP7_JNIEnviP7_jclassP8_jobjectE", 493 "name" : "_jobjectArray *(_JNIEnv *, int, _jclass *, _jobject *)", 494 "parameters" : 495 [ 496 { 497 "referenced_type" : "_ZTIP7_JNIEnv" 498 }, 499 { 500 "referenced_type" : "_ZTIi" 501 }, 502 { 503 "referenced_type" : "_ZTIP7_jclass" 504 }, 505 { 506 "referenced_type" : "_ZTIP8_jobject" 507 } 508 ], 509 "return_type" : "_ZTIP13_jobjectArray", 510 "source_file" : "libnativehelper/include_jni/jni.h" 511 }, 512 { 513 "alignment" : 4, 514 "linker_set_key" : "_ZTIFP14_jbooleanArrayP7_JNIEnviE", 515 "name" : "_jbooleanArray *(_JNIEnv *, int)", 516 "parameters" : 517 [ 518 { 519 "referenced_type" : "_ZTIP7_JNIEnv" 520 }, 521 { 522 "referenced_type" : "_ZTIi" 523 } 524 ], 525 "return_type" : "_ZTIP14_jbooleanArray", 526 "source_file" : "libnativehelper/include_jni/jni.h" 527 }, 528 { 529 "alignment" : 4, 530 "linker_set_key" : "_ZTIFP7_jclassP7_JNIEnvP8_jobjectE", 531 "name" : "_jclass *(_JNIEnv *, _jobject *)", 532 "parameters" : 533 [ 534 { 535 "referenced_type" : "_ZTIP7_JNIEnv" 536 }, 537 { 538 "referenced_type" : "_ZTIP8_jobject" 539 } 540 ], 541 "return_type" : "_ZTIP7_jclass", 542 "source_file" : "libnativehelper/include_jni/jni.h" 543 }, 544 { 545 "alignment" : 4, 546 "linker_set_key" : "_ZTIFP7_jclassP7_JNIEnvPKcE", 547 "name" : "_jclass *(_JNIEnv *, const char *)", 548 "parameters" : 549 [ 550 { 551 "referenced_type" : "_ZTIP7_JNIEnv" 552 }, 553 { 554 "referenced_type" : "_ZTIPKc" 555 } 556 ], 557 "return_type" : "_ZTIP7_jclass", 558 "source_file" : "libnativehelper/include_jni/jni.h" 559 }, 560 { 561 "alignment" : 4, 562 "linker_set_key" : "_ZTIFP7_jclassP7_JNIEnvPKcP8_jobjectPKaiE", 563 "name" : "_jclass *(_JNIEnv *, const char *, _jobject *, const signed char *, int)", 564 "parameters" : 565 [ 566 { 567 "referenced_type" : "_ZTIP7_JNIEnv" 568 }, 569 { 570 "referenced_type" : "_ZTIPKc" 571 }, 572 { 573 "referenced_type" : "_ZTIP8_jobject" 574 }, 575 { 576 "referenced_type" : "_ZTIPKa" 577 }, 578 { 579 "referenced_type" : "_ZTIi" 580 } 581 ], 582 "return_type" : "_ZTIP7_jclass", 583 "source_file" : "libnativehelper/include_jni/jni.h" 584 }, 585 { 586 "alignment" : 4, 587 "linker_set_key" : "_ZTIFP7_jclassP7_JNIEnvS0_E", 588 "name" : "_jclass *(_JNIEnv *, _jclass *)", 589 "parameters" : 590 [ 591 { 592 "referenced_type" : "_ZTIP7_JNIEnv" 593 }, 594 { 595 "referenced_type" : "_ZTIP7_jclass" 596 } 597 ], 598 "return_type" : "_ZTIP7_jclass", 599 "source_file" : "libnativehelper/include_jni/jni.h" 600 }, 601 { 602 "alignment" : 4, 603 "linker_set_key" : "_ZTIFP8_jobjectP7_JNIEnvP13_jobjectArrayiE", 604 "name" : "_jobject *(_JNIEnv *, _jobjectArray *, int)", 605 "parameters" : 606 [ 607 { 608 "referenced_type" : "_ZTIP7_JNIEnv" 609 }, 610 { 611 "referenced_type" : "_ZTIP13_jobjectArray" 612 }, 613 { 614 "referenced_type" : "_ZTIi" 615 } 616 ], 617 "return_type" : "_ZTIP8_jobject", 618 "source_file" : "libnativehelper/include_jni/jni.h" 619 }, 620 { 621 "alignment" : 4, 622 "linker_set_key" : "_ZTIFP8_jobjectP7_JNIEnvP7_jclassE", 623 "name" : "_jobject *(_JNIEnv *, _jclass *)", 624 "parameters" : 625 [ 626 { 627 "referenced_type" : "_ZTIP7_JNIEnv" 628 }, 629 { 630 "referenced_type" : "_ZTIP7_jclass" 631 } 632 ], 633 "return_type" : "_ZTIP8_jobject", 634 "source_file" : "libnativehelper/include_jni/jni.h" 635 }, 636 { 637 "alignment" : 4, 638 "linker_set_key" : "_ZTIFP8_jobjectP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE", 639 "name" : "_jobject *(_JNIEnv *, _jclass *, _jmethodID *, const jvalue *)", 640 "parameters" : 641 [ 642 { 643 "referenced_type" : "_ZTIP7_JNIEnv" 644 }, 645 { 646 "referenced_type" : "_ZTIP7_jclass" 647 }, 648 { 649 "referenced_type" : "_ZTIP10_jmethodID" 650 }, 651 { 652 "referenced_type" : "_ZTIPK6jvalue" 653 } 654 ], 655 "return_type" : "_ZTIP8_jobject", 656 "source_file" : "libnativehelper/include_jni/jni.h" 657 }, 658 { 659 "alignment" : 4, 660 "linker_set_key" : "_ZTIFP8_jobjectP7_JNIEnvP7_jclassP10_jmethodIDPcE", 661 "name" : "_jobject *(_JNIEnv *, _jclass *, _jmethodID *, char *)", 662 "parameters" : 663 [ 664 { 665 "referenced_type" : "_ZTIP7_JNIEnv" 666 }, 667 { 668 "referenced_type" : "_ZTIP7_jclass" 669 }, 670 { 671 "referenced_type" : "_ZTIP10_jmethodID" 672 }, 673 { 674 "referenced_type" : "_ZTIPc" 675 } 676 ], 677 "return_type" : "_ZTIP8_jobject", 678 "source_file" : "libnativehelper/include_jni/jni.h" 679 }, 680 { 681 "alignment" : 4, 682 "linker_set_key" : "_ZTIFP8_jobjectP7_JNIEnvP7_jclassP10_jmethodIDhE", 683 "name" : "_jobject *(_JNIEnv *, _jclass *, _jmethodID *, unsigned char)", 684 "parameters" : 685 [ 686 { 687 "referenced_type" : "_ZTIP7_JNIEnv" 688 }, 689 { 690 "referenced_type" : "_ZTIP7_jclass" 691 }, 692 { 693 "referenced_type" : "_ZTIP10_jmethodID" 694 }, 695 { 696 "referenced_type" : "_ZTIh" 697 } 698 ], 699 "return_type" : "_ZTIP8_jobject", 700 "source_file" : "libnativehelper/include_jni/jni.h" 701 }, 702 { 703 "alignment" : 4, 704 "linker_set_key" : "_ZTIFP8_jobjectP7_JNIEnvP7_jclassP10_jmethodIDzE", 705 "name" : "_jobject *(_JNIEnv *, _jclass *, _jmethodID *, ...)", 706 "parameters" : 707 [ 708 { 709 "referenced_type" : "_ZTIP7_JNIEnv" 710 }, 711 { 712 "referenced_type" : "_ZTIP7_jclass" 713 }, 714 { 715 "referenced_type" : "_ZTIP10_jmethodID" 716 } 717 ], 718 "return_type" : "_ZTIP8_jobject", 719 "source_file" : "libnativehelper/include_jni/jni.h" 720 }, 721 { 722 "alignment" : 4, 723 "linker_set_key" : "_ZTIFP8_jobjectP7_JNIEnvP7_jclassP9_jfieldIDE", 724 "name" : "_jobject *(_JNIEnv *, _jclass *, _jfieldID *)", 725 "parameters" : 726 [ 727 { 728 "referenced_type" : "_ZTIP7_JNIEnv" 729 }, 730 { 731 "referenced_type" : "_ZTIP7_jclass" 732 }, 733 { 734 "referenced_type" : "_ZTIP9_jfieldID" 735 } 736 ], 737 "return_type" : "_ZTIP8_jobject", 738 "source_file" : "libnativehelper/include_jni/jni.h" 739 }, 740 { 741 "alignment" : 4, 742 "linker_set_key" : "_ZTIFP8_jobjectP7_JNIEnvP7_jclassP9_jfieldIDhE", 743 "name" : "_jobject *(_JNIEnv *, _jclass *, _jfieldID *, unsigned char)", 744 "parameters" : 745 [ 746 { 747 "referenced_type" : "_ZTIP7_JNIEnv" 748 }, 749 { 750 "referenced_type" : "_ZTIP7_jclass" 751 }, 752 { 753 "referenced_type" : "_ZTIP9_jfieldID" 754 }, 755 { 756 "referenced_type" : "_ZTIh" 757 } 758 ], 759 "return_type" : "_ZTIP8_jobject", 760 "source_file" : "libnativehelper/include_jni/jni.h" 761 }, 762 { 763 "alignment" : 4, 764 "linker_set_key" : "_ZTIFP8_jobjectP7_JNIEnvPvxE", 765 "name" : "_jobject *(_JNIEnv *, void *, long long)", 766 "parameters" : 767 [ 768 { 769 "referenced_type" : "_ZTIP7_JNIEnv" 770 }, 771 { 772 "referenced_type" : "_ZTIPv" 773 }, 774 { 775 "referenced_type" : "_ZTIx" 776 } 777 ], 778 "return_type" : "_ZTIP8_jobject", 779 "source_file" : "libnativehelper/include_jni/jni.h" 780 }, 781 { 782 "alignment" : 4, 783 "linker_set_key" : "_ZTIFP8_jobjectP7_JNIEnvS0_E", 784 "name" : "_jobject *(_JNIEnv *, _jobject *)", 785 "parameters" : 786 [ 787 { 788 "referenced_type" : "_ZTIP7_JNIEnv" 789 }, 790 { 791 "referenced_type" : "_ZTIP8_jobject" 792 } 793 ], 794 "return_type" : "_ZTIP8_jobject", 795 "source_file" : "libnativehelper/include_jni/jni.h" 796 }, 797 { 798 "alignment" : 4, 799 "linker_set_key" : "_ZTIFP8_jobjectP7_JNIEnvS0_P10_jmethodIDPK6jvalueE", 800 "name" : "_jobject *(_JNIEnv *, _jobject *, _jmethodID *, const jvalue *)", 801 "parameters" : 802 [ 803 { 804 "referenced_type" : "_ZTIP7_JNIEnv" 805 }, 806 { 807 "referenced_type" : "_ZTIP8_jobject" 808 }, 809 { 810 "referenced_type" : "_ZTIP10_jmethodID" 811 }, 812 { 813 "referenced_type" : "_ZTIPK6jvalue" 814 } 815 ], 816 "return_type" : "_ZTIP8_jobject", 817 "source_file" : "libnativehelper/include_jni/jni.h" 818 }, 819 { 820 "alignment" : 4, 821 "linker_set_key" : "_ZTIFP8_jobjectP7_JNIEnvS0_P10_jmethodIDPcE", 822 "name" : "_jobject *(_JNIEnv *, _jobject *, _jmethodID *, char *)", 823 "parameters" : 824 [ 825 { 826 "referenced_type" : "_ZTIP7_JNIEnv" 827 }, 828 { 829 "referenced_type" : "_ZTIP8_jobject" 830 }, 831 { 832 "referenced_type" : "_ZTIP10_jmethodID" 833 }, 834 { 835 "referenced_type" : "_ZTIPc" 836 } 837 ], 838 "return_type" : "_ZTIP8_jobject", 839 "source_file" : "libnativehelper/include_jni/jni.h" 840 }, 841 { 842 "alignment" : 4, 843 "linker_set_key" : "_ZTIFP8_jobjectP7_JNIEnvS0_P10_jmethodIDzE", 844 "name" : "_jobject *(_JNIEnv *, _jobject *, _jmethodID *, ...)", 845 "parameters" : 846 [ 847 { 848 "referenced_type" : "_ZTIP7_JNIEnv" 849 }, 850 { 851 "referenced_type" : "_ZTIP8_jobject" 852 }, 853 { 854 "referenced_type" : "_ZTIP10_jmethodID" 855 } 856 ], 857 "return_type" : "_ZTIP8_jobject", 858 "source_file" : "libnativehelper/include_jni/jni.h" 859 }, 860 { 861 "alignment" : 4, 862 "linker_set_key" : "_ZTIFP8_jobjectP7_JNIEnvS0_P7_jclassP10_jmethodIDPK6jvalueE", 863 "name" : "_jobject *(_JNIEnv *, _jobject *, _jclass *, _jmethodID *, const jvalue *)", 864 "parameters" : 865 [ 866 { 867 "referenced_type" : "_ZTIP7_JNIEnv" 868 }, 869 { 870 "referenced_type" : "_ZTIP8_jobject" 871 }, 872 { 873 "referenced_type" : "_ZTIP7_jclass" 874 }, 875 { 876 "referenced_type" : "_ZTIP10_jmethodID" 877 }, 878 { 879 "referenced_type" : "_ZTIPK6jvalue" 880 } 881 ], 882 "return_type" : "_ZTIP8_jobject", 883 "source_file" : "libnativehelper/include_jni/jni.h" 884 }, 885 { 886 "alignment" : 4, 887 "linker_set_key" : "_ZTIFP8_jobjectP7_JNIEnvS0_P7_jclassP10_jmethodIDPcE", 888 "name" : "_jobject *(_JNIEnv *, _jobject *, _jclass *, _jmethodID *, char *)", 889 "parameters" : 890 [ 891 { 892 "referenced_type" : "_ZTIP7_JNIEnv" 893 }, 894 { 895 "referenced_type" : "_ZTIP8_jobject" 896 }, 897 { 898 "referenced_type" : "_ZTIP7_jclass" 899 }, 900 { 901 "referenced_type" : "_ZTIP10_jmethodID" 902 }, 903 { 904 "referenced_type" : "_ZTIPc" 905 } 906 ], 907 "return_type" : "_ZTIP8_jobject", 908 "source_file" : "libnativehelper/include_jni/jni.h" 909 }, 910 { 911 "alignment" : 4, 912 "linker_set_key" : "_ZTIFP8_jobjectP7_JNIEnvS0_P7_jclassP10_jmethodIDzE", 913 "name" : "_jobject *(_JNIEnv *, _jobject *, _jclass *, _jmethodID *, ...)", 914 "parameters" : 915 [ 916 { 917 "referenced_type" : "_ZTIP7_JNIEnv" 918 }, 919 { 920 "referenced_type" : "_ZTIP8_jobject" 921 }, 922 { 923 "referenced_type" : "_ZTIP7_jclass" 924 }, 925 { 926 "referenced_type" : "_ZTIP10_jmethodID" 927 } 928 ], 929 "return_type" : "_ZTIP8_jobject", 930 "source_file" : "libnativehelper/include_jni/jni.h" 931 }, 932 { 933 "alignment" : 4, 934 "linker_set_key" : "_ZTIFP8_jobjectP7_JNIEnvS0_P9_jfieldIDE", 935 "name" : "_jobject *(_JNIEnv *, _jobject *, _jfieldID *)", 936 "parameters" : 937 [ 938 { 939 "referenced_type" : "_ZTIP7_JNIEnv" 940 }, 941 { 942 "referenced_type" : "_ZTIP8_jobject" 943 }, 944 { 945 "referenced_type" : "_ZTIP9_jfieldID" 946 } 947 ], 948 "return_type" : "_ZTIP8_jobject", 949 "source_file" : "libnativehelper/include_jni/jni.h" 950 }, 951 { 952 "alignment" : 4, 953 "linker_set_key" : "_ZTIFP8_jstringP7_JNIEnvPKcE", 954 "name" : "_jstring *(_JNIEnv *, const char *)", 955 "parameters" : 956 [ 957 { 958 "referenced_type" : "_ZTIP7_JNIEnv" 959 }, 960 { 961 "referenced_type" : "_ZTIPKc" 962 } 963 ], 964 "return_type" : "_ZTIP8_jstring", 965 "source_file" : "libnativehelper/include_jni/jni.h" 966 }, 967 { 968 "alignment" : 4, 969 "linker_set_key" : "_ZTIFP8_jstringP7_JNIEnvPKtiE", 970 "name" : "_jstring *(_JNIEnv *, const unsigned short *, int)", 971 "parameters" : 972 [ 973 { 974 "referenced_type" : "_ZTIP7_JNIEnv" 975 }, 976 { 977 "referenced_type" : "_ZTIPKt" 978 }, 979 { 980 "referenced_type" : "_ZTIi" 981 } 982 ], 983 "return_type" : "_ZTIP8_jstring", 984 "source_file" : "libnativehelper/include_jni/jni.h" 985 }, 986 { 987 "alignment" : 4, 988 "linker_set_key" : "_ZTIFP9_jfieldIDP7_JNIEnvP7_jclassPKcS6_E", 989 "name" : "_jfieldID *(_JNIEnv *, _jclass *, const char *, const char *)", 990 "parameters" : 991 [ 992 { 993 "referenced_type" : "_ZTIP7_JNIEnv" 994 }, 995 { 996 "referenced_type" : "_ZTIP7_jclass" 997 }, 998 { 999 "referenced_type" : "_ZTIPKc" 1000 }, 1001 { 1002 "referenced_type" : "_ZTIPKc" 1003 } 1004 ], 1005 "return_type" : "_ZTIP9_jfieldID", 1006 "source_file" : "libnativehelper/include_jni/jni.h" 1007 }, 1008 { 1009 "alignment" : 4, 1010 "linker_set_key" : "_ZTIFP9_jfieldIDP7_JNIEnvP8_jobjectE", 1011 "name" : "_jfieldID *(_JNIEnv *, _jobject *)", 1012 "parameters" : 1013 [ 1014 { 1015 "referenced_type" : "_ZTIP7_JNIEnv" 1016 }, 1017 { 1018 "referenced_type" : "_ZTIP8_jobject" 1019 } 1020 ], 1021 "return_type" : "_ZTIP9_jfieldID", 1022 "source_file" : "libnativehelper/include_jni/jni.h" 1023 }, 1024 { 1025 "alignment" : 4, 1026 "linker_set_key" : "_ZTIFPFbiP7siginfoPvEiE", 1027 "name" : "bool (*(int))(int, siginfo *, void *)", 1028 "parameters" : 1029 [ 1030 { 1031 "referenced_type" : "_ZTIi" 1032 } 1033 ], 1034 "return_type" : "_ZTIPFbiP7siginfoPvE", 1035 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 1036 }, 1037 { 1038 "alignment" : 4, 1039 "linker_set_key" : "_ZTIFPKN7android25NativeBridgeRuntimeValuesEPKcE", 1040 "name" : "const android::NativeBridgeRuntimeValues *(const char *)", 1041 "parameters" : 1042 [ 1043 { 1044 "referenced_type" : "_ZTIPKc" 1045 } 1046 ], 1047 "return_type" : "_ZTIPKN7android25NativeBridgeRuntimeValuesE", 1048 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 1049 }, 1050 { 1051 "alignment" : 4, 1052 "linker_set_key" : "_ZTIFPKcP7_JNIEnvP10_jmethodIDE", 1053 "name" : "const char *(_JNIEnv *, _jmethodID *)", 1054 "parameters" : 1055 [ 1056 { 1057 "referenced_type" : "_ZTIP7_JNIEnv" 1058 }, 1059 { 1060 "referenced_type" : "_ZTIP10_jmethodID" 1061 } 1062 ], 1063 "return_type" : "_ZTIPKc", 1064 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 1065 }, 1066 { 1067 "alignment" : 4, 1068 "linker_set_key" : "_ZTIFPKcP7_JNIEnvP8_jstringPhE", 1069 "name" : "const char *(_JNIEnv *, _jstring *, unsigned char *)", 1070 "parameters" : 1071 [ 1072 { 1073 "referenced_type" : "_ZTIP7_JNIEnv" 1074 }, 1075 { 1076 "referenced_type" : "_ZTIP8_jstring" 1077 }, 1078 { 1079 "referenced_type" : "_ZTIPh" 1080 } 1081 ], 1082 "return_type" : "_ZTIPKc", 1083 "source_file" : "libnativehelper/include_jni/jni.h" 1084 }, 1085 { 1086 "alignment" : 4, 1087 "linker_set_key" : "_ZTIFPKcvE", 1088 "name" : "const char *()", 1089 "return_type" : "_ZTIPKc", 1090 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 1091 }, 1092 { 1093 "alignment" : 4, 1094 "linker_set_key" : "_ZTIFPKtP7_JNIEnvP8_jstringPhE", 1095 "name" : "const unsigned short *(_JNIEnv *, _jstring *, unsigned char *)", 1096 "parameters" : 1097 [ 1098 { 1099 "referenced_type" : "_ZTIP7_JNIEnv" 1100 }, 1101 { 1102 "referenced_type" : "_ZTIP8_jstring" 1103 }, 1104 { 1105 "referenced_type" : "_ZTIPh" 1106 } 1107 ], 1108 "return_type" : "_ZTIPKt", 1109 "source_file" : "libnativehelper/include_jni/jni.h" 1110 }, 1111 { 1112 "alignment" : 4, 1113 "linker_set_key" : "_ZTIFPN7android25native_bridge_namespace_tEPKcE", 1114 "name" : "android::native_bridge_namespace_t *(const char *)", 1115 "parameters" : 1116 [ 1117 { 1118 "referenced_type" : "_ZTIPKc" 1119 } 1120 ], 1121 "return_type" : "_ZTIPN7android25native_bridge_namespace_tE", 1122 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 1123 }, 1124 { 1125 "alignment" : 4, 1126 "linker_set_key" : "_ZTIFPN7android25native_bridge_namespace_tEPKcS3_S3_yS3_S1_E", 1127 "name" : "android::native_bridge_namespace_t *(const char *, const char *, const char *, unsigned long long, const char *, android::native_bridge_namespace_t *)", 1128 "parameters" : 1129 [ 1130 { 1131 "referenced_type" : "_ZTIPKc" 1132 }, 1133 { 1134 "referenced_type" : "_ZTIPKc" 1135 }, 1136 { 1137 "referenced_type" : "_ZTIPKc" 1138 }, 1139 { 1140 "referenced_type" : "_ZTIy" 1141 }, 1142 { 1143 "referenced_type" : "_ZTIPKc" 1144 }, 1145 { 1146 "referenced_type" : "_ZTIPN7android25native_bridge_namespace_tE" 1147 } 1148 ], 1149 "return_type" : "_ZTIPN7android25native_bridge_namespace_tE", 1150 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 1151 }, 1152 { 1153 "alignment" : 4, 1154 "linker_set_key" : "_ZTIFPN7android25native_bridge_namespace_tEvE", 1155 "name" : "android::native_bridge_namespace_t *()", 1156 "return_type" : "_ZTIPN7android25native_bridge_namespace_tE", 1157 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 1158 }, 1159 { 1160 "alignment" : 4, 1161 "linker_set_key" : "_ZTIFPaP7_JNIEnvP11_jbyteArrayPhE", 1162 "name" : "signed char *(_JNIEnv *, _jbyteArray *, unsigned char *)", 1163 "parameters" : 1164 [ 1165 { 1166 "referenced_type" : "_ZTIP7_JNIEnv" 1167 }, 1168 { 1169 "referenced_type" : "_ZTIP11_jbyteArray" 1170 }, 1171 { 1172 "referenced_type" : "_ZTIPh" 1173 } 1174 ], 1175 "return_type" : "_ZTIPa", 1176 "source_file" : "libnativehelper/include_jni/jni.h" 1177 }, 1178 { 1179 "alignment" : 4, 1180 "linker_set_key" : "_ZTIFPdP7_JNIEnvP13_jdoubleArrayPhE", 1181 "name" : "double *(_JNIEnv *, _jdoubleArray *, unsigned char *)", 1182 "parameters" : 1183 [ 1184 { 1185 "referenced_type" : "_ZTIP7_JNIEnv" 1186 }, 1187 { 1188 "referenced_type" : "_ZTIP13_jdoubleArray" 1189 }, 1190 { 1191 "referenced_type" : "_ZTIPh" 1192 } 1193 ], 1194 "return_type" : "_ZTIPd", 1195 "source_file" : "libnativehelper/include_jni/jni.h" 1196 }, 1197 { 1198 "alignment" : 4, 1199 "linker_set_key" : "_ZTIFPfP7_JNIEnvP12_jfloatArrayPhE", 1200 "name" : "float *(_JNIEnv *, _jfloatArray *, unsigned char *)", 1201 "parameters" : 1202 [ 1203 { 1204 "referenced_type" : "_ZTIP7_JNIEnv" 1205 }, 1206 { 1207 "referenced_type" : "_ZTIP12_jfloatArray" 1208 }, 1209 { 1210 "referenced_type" : "_ZTIPh" 1211 } 1212 ], 1213 "return_type" : "_ZTIPf", 1214 "source_file" : "libnativehelper/include_jni/jni.h" 1215 }, 1216 { 1217 "alignment" : 4, 1218 "linker_set_key" : "_ZTIFPhP7_JNIEnvP14_jbooleanArrayS_E", 1219 "name" : "unsigned char *(_JNIEnv *, _jbooleanArray *, unsigned char *)", 1220 "parameters" : 1221 [ 1222 { 1223 "referenced_type" : "_ZTIP7_JNIEnv" 1224 }, 1225 { 1226 "referenced_type" : "_ZTIP14_jbooleanArray" 1227 }, 1228 { 1229 "referenced_type" : "_ZTIPh" 1230 } 1231 ], 1232 "return_type" : "_ZTIPh", 1233 "source_file" : "libnativehelper/include_jni/jni.h" 1234 }, 1235 { 1236 "alignment" : 4, 1237 "linker_set_key" : "_ZTIFPiP7_JNIEnvP10_jintArrayPhE", 1238 "name" : "int *(_JNIEnv *, _jintArray *, unsigned char *)", 1239 "parameters" : 1240 [ 1241 { 1242 "referenced_type" : "_ZTIP7_JNIEnv" 1243 }, 1244 { 1245 "referenced_type" : "_ZTIP10_jintArray" 1246 }, 1247 { 1248 "referenced_type" : "_ZTIPh" 1249 } 1250 ], 1251 "return_type" : "_ZTIPi", 1252 "source_file" : "libnativehelper/include_jni/jni.h" 1253 }, 1254 { 1255 "alignment" : 4, 1256 "linker_set_key" : "_ZTIFPsP7_JNIEnvP12_jshortArrayPhE", 1257 "name" : "short *(_JNIEnv *, _jshortArray *, unsigned char *)", 1258 "parameters" : 1259 [ 1260 { 1261 "referenced_type" : "_ZTIP7_JNIEnv" 1262 }, 1263 { 1264 "referenced_type" : "_ZTIP12_jshortArray" 1265 }, 1266 { 1267 "referenced_type" : "_ZTIPh" 1268 } 1269 ], 1270 "return_type" : "_ZTIPs", 1271 "source_file" : "libnativehelper/include_jni/jni.h" 1272 }, 1273 { 1274 "alignment" : 4, 1275 "linker_set_key" : "_ZTIFPtP7_JNIEnvP11_jcharArrayPhE", 1276 "name" : "unsigned short *(_JNIEnv *, _jcharArray *, unsigned char *)", 1277 "parameters" : 1278 [ 1279 { 1280 "referenced_type" : "_ZTIP7_JNIEnv" 1281 }, 1282 { 1283 "referenced_type" : "_ZTIP11_jcharArray" 1284 }, 1285 { 1286 "referenced_type" : "_ZTIPh" 1287 } 1288 ], 1289 "return_type" : "_ZTIPt", 1290 "source_file" : "libnativehelper/include_jni/jni.h" 1291 }, 1292 { 1293 "alignment" : 4, 1294 "linker_set_key" : "_ZTIFPvP7_JNIEnvP7_jarrayPhE", 1295 "name" : "void *(_JNIEnv *, _jarray *, unsigned char *)", 1296 "parameters" : 1297 [ 1298 { 1299 "referenced_type" : "_ZTIP7_JNIEnv" 1300 }, 1301 { 1302 "referenced_type" : "_ZTIP7_jarray" 1303 }, 1304 { 1305 "referenced_type" : "_ZTIPh" 1306 } 1307 ], 1308 "return_type" : "_ZTIPv", 1309 "source_file" : "libnativehelper/include_jni/jni.h" 1310 }, 1311 { 1312 "alignment" : 4, 1313 "linker_set_key" : "_ZTIFPvP7_JNIEnvP8_jobjectE", 1314 "name" : "void *(_JNIEnv *, _jobject *)", 1315 "parameters" : 1316 [ 1317 { 1318 "referenced_type" : "_ZTIP7_JNIEnv" 1319 }, 1320 { 1321 "referenced_type" : "_ZTIP8_jobject" 1322 } 1323 ], 1324 "return_type" : "_ZTIPv", 1325 "source_file" : "libnativehelper/include_jni/jni.h" 1326 }, 1327 { 1328 "alignment" : 4, 1329 "linker_set_key" : "_ZTIFPvPKciE", 1330 "name" : "void *(const char *, int)", 1331 "parameters" : 1332 [ 1333 { 1334 "referenced_type" : "_ZTIPKc" 1335 }, 1336 { 1337 "referenced_type" : "_ZTIi" 1338 } 1339 ], 1340 "return_type" : "_ZTIPv", 1341 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 1342 }, 1343 { 1344 "alignment" : 4, 1345 "linker_set_key" : "_ZTIFPvPKciPN7android25native_bridge_namespace_tEE", 1346 "name" : "void *(const char *, int, android::native_bridge_namespace_t *)", 1347 "parameters" : 1348 [ 1349 { 1350 "referenced_type" : "_ZTIPKc" 1351 }, 1352 { 1353 "referenced_type" : "_ZTIi" 1354 }, 1355 { 1356 "referenced_type" : "_ZTIPN7android25native_bridge_namespace_tE" 1357 } 1358 ], 1359 "return_type" : "_ZTIPv", 1360 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 1361 }, 1362 { 1363 "alignment" : 4, 1364 "linker_set_key" : "_ZTIFPvPKvPKcjN7android11JNICallTypeEE", 1365 "name" : "void *(const void *, const char *, unsigned int, android::JNICallType)", 1366 "parameters" : 1367 [ 1368 { 1369 "referenced_type" : "_ZTIPKv" 1370 }, 1371 { 1372 "referenced_type" : "_ZTIPKc" 1373 }, 1374 { 1375 "referenced_type" : "_ZTIj" 1376 }, 1377 { 1378 "referenced_type" : "_ZTIN7android11JNICallTypeE" 1379 } 1380 ], 1381 "return_type" : "_ZTIPv", 1382 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 1383 }, 1384 { 1385 "alignment" : 4, 1386 "linker_set_key" : "_ZTIFPvS_PKcS1_jE", 1387 "name" : "void *(void *, const char *, const char *, unsigned int)", 1388 "parameters" : 1389 [ 1390 { 1391 "referenced_type" : "_ZTIPv" 1392 }, 1393 { 1394 "referenced_type" : "_ZTIPKc" 1395 }, 1396 { 1397 "referenced_type" : "_ZTIPKc" 1398 }, 1399 { 1400 "referenced_type" : "_ZTIj" 1401 } 1402 ], 1403 "return_type" : "_ZTIPv", 1404 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 1405 }, 1406 { 1407 "alignment" : 4, 1408 "linker_set_key" : "_ZTIFPvS_PKcS1_jN7android11JNICallTypeEE", 1409 "name" : "void *(void *, const char *, const char *, unsigned int, android::JNICallType)", 1410 "parameters" : 1411 [ 1412 { 1413 "referenced_type" : "_ZTIPv" 1414 }, 1415 { 1416 "referenced_type" : "_ZTIPKc" 1417 }, 1418 { 1419 "referenced_type" : "_ZTIPKc" 1420 }, 1421 { 1422 "referenced_type" : "_ZTIj" 1423 }, 1424 { 1425 "referenced_type" : "_ZTIN7android11JNICallTypeE" 1426 } 1427 ], 1428 "return_type" : "_ZTIPv", 1429 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 1430 }, 1431 { 1432 "alignment" : 4, 1433 "linker_set_key" : "_ZTIFPxP7_JNIEnvP11_jlongArrayPhE", 1434 "name" : "long long *(_JNIEnv *, _jlongArray *, unsigned char *)", 1435 "parameters" : 1436 [ 1437 { 1438 "referenced_type" : "_ZTIP7_JNIEnv" 1439 }, 1440 { 1441 "referenced_type" : "_ZTIP11_jlongArray" 1442 }, 1443 { 1444 "referenced_type" : "_ZTIPh" 1445 } 1446 ], 1447 "return_type" : "_ZTIPx", 1448 "source_file" : "libnativehelper/include_jni/jni.h" 1449 }, 1450 { 1451 "alignment" : 4, 1452 "linker_set_key" : "_ZTIFaP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE", 1453 "name" : "signed char (_JNIEnv *, _jclass *, _jmethodID *, const jvalue *)", 1454 "parameters" : 1455 [ 1456 { 1457 "referenced_type" : "_ZTIP7_JNIEnv" 1458 }, 1459 { 1460 "referenced_type" : "_ZTIP7_jclass" 1461 }, 1462 { 1463 "referenced_type" : "_ZTIP10_jmethodID" 1464 }, 1465 { 1466 "referenced_type" : "_ZTIPK6jvalue" 1467 } 1468 ], 1469 "return_type" : "_ZTIa", 1470 "source_file" : "libnativehelper/include_jni/jni.h" 1471 }, 1472 { 1473 "alignment" : 4, 1474 "linker_set_key" : "_ZTIFaP7_JNIEnvP7_jclassP10_jmethodIDPcE", 1475 "name" : "signed char (_JNIEnv *, _jclass *, _jmethodID *, char *)", 1476 "parameters" : 1477 [ 1478 { 1479 "referenced_type" : "_ZTIP7_JNIEnv" 1480 }, 1481 { 1482 "referenced_type" : "_ZTIP7_jclass" 1483 }, 1484 { 1485 "referenced_type" : "_ZTIP10_jmethodID" 1486 }, 1487 { 1488 "referenced_type" : "_ZTIPc" 1489 } 1490 ], 1491 "return_type" : "_ZTIa", 1492 "source_file" : "libnativehelper/include_jni/jni.h" 1493 }, 1494 { 1495 "alignment" : 4, 1496 "linker_set_key" : "_ZTIFaP7_JNIEnvP7_jclassP10_jmethodIDzE", 1497 "name" : "signed char (_JNIEnv *, _jclass *, _jmethodID *, ...)", 1498 "parameters" : 1499 [ 1500 { 1501 "referenced_type" : "_ZTIP7_JNIEnv" 1502 }, 1503 { 1504 "referenced_type" : "_ZTIP7_jclass" 1505 }, 1506 { 1507 "referenced_type" : "_ZTIP10_jmethodID" 1508 } 1509 ], 1510 "return_type" : "_ZTIa", 1511 "source_file" : "libnativehelper/include_jni/jni.h" 1512 }, 1513 { 1514 "alignment" : 4, 1515 "linker_set_key" : "_ZTIFaP7_JNIEnvP7_jclassP9_jfieldIDE", 1516 "name" : "signed char (_JNIEnv *, _jclass *, _jfieldID *)", 1517 "parameters" : 1518 [ 1519 { 1520 "referenced_type" : "_ZTIP7_JNIEnv" 1521 }, 1522 { 1523 "referenced_type" : "_ZTIP7_jclass" 1524 }, 1525 { 1526 "referenced_type" : "_ZTIP9_jfieldID" 1527 } 1528 ], 1529 "return_type" : "_ZTIa", 1530 "source_file" : "libnativehelper/include_jni/jni.h" 1531 }, 1532 { 1533 "alignment" : 4, 1534 "linker_set_key" : "_ZTIFaP7_JNIEnvP8_jobjectP10_jmethodIDPK6jvalueE", 1535 "name" : "signed char (_JNIEnv *, _jobject *, _jmethodID *, const jvalue *)", 1536 "parameters" : 1537 [ 1538 { 1539 "referenced_type" : "_ZTIP7_JNIEnv" 1540 }, 1541 { 1542 "referenced_type" : "_ZTIP8_jobject" 1543 }, 1544 { 1545 "referenced_type" : "_ZTIP10_jmethodID" 1546 }, 1547 { 1548 "referenced_type" : "_ZTIPK6jvalue" 1549 } 1550 ], 1551 "return_type" : "_ZTIa", 1552 "source_file" : "libnativehelper/include_jni/jni.h" 1553 }, 1554 { 1555 "alignment" : 4, 1556 "linker_set_key" : "_ZTIFaP7_JNIEnvP8_jobjectP10_jmethodIDPcE", 1557 "name" : "signed char (_JNIEnv *, _jobject *, _jmethodID *, char *)", 1558 "parameters" : 1559 [ 1560 { 1561 "referenced_type" : "_ZTIP7_JNIEnv" 1562 }, 1563 { 1564 "referenced_type" : "_ZTIP8_jobject" 1565 }, 1566 { 1567 "referenced_type" : "_ZTIP10_jmethodID" 1568 }, 1569 { 1570 "referenced_type" : "_ZTIPc" 1571 } 1572 ], 1573 "return_type" : "_ZTIa", 1574 "source_file" : "libnativehelper/include_jni/jni.h" 1575 }, 1576 { 1577 "alignment" : 4, 1578 "linker_set_key" : "_ZTIFaP7_JNIEnvP8_jobjectP10_jmethodIDzE", 1579 "name" : "signed char (_JNIEnv *, _jobject *, _jmethodID *, ...)", 1580 "parameters" : 1581 [ 1582 { 1583 "referenced_type" : "_ZTIP7_JNIEnv" 1584 }, 1585 { 1586 "referenced_type" : "_ZTIP8_jobject" 1587 }, 1588 { 1589 "referenced_type" : "_ZTIP10_jmethodID" 1590 } 1591 ], 1592 "return_type" : "_ZTIa", 1593 "source_file" : "libnativehelper/include_jni/jni.h" 1594 }, 1595 { 1596 "alignment" : 4, 1597 "linker_set_key" : "_ZTIFaP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPK6jvalueE", 1598 "name" : "signed char (_JNIEnv *, _jobject *, _jclass *, _jmethodID *, const jvalue *)", 1599 "parameters" : 1600 [ 1601 { 1602 "referenced_type" : "_ZTIP7_JNIEnv" 1603 }, 1604 { 1605 "referenced_type" : "_ZTIP8_jobject" 1606 }, 1607 { 1608 "referenced_type" : "_ZTIP7_jclass" 1609 }, 1610 { 1611 "referenced_type" : "_ZTIP10_jmethodID" 1612 }, 1613 { 1614 "referenced_type" : "_ZTIPK6jvalue" 1615 } 1616 ], 1617 "return_type" : "_ZTIa", 1618 "source_file" : "libnativehelper/include_jni/jni.h" 1619 }, 1620 { 1621 "alignment" : 4, 1622 "linker_set_key" : "_ZTIFaP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPcE", 1623 "name" : "signed char (_JNIEnv *, _jobject *, _jclass *, _jmethodID *, char *)", 1624 "parameters" : 1625 [ 1626 { 1627 "referenced_type" : "_ZTIP7_JNIEnv" 1628 }, 1629 { 1630 "referenced_type" : "_ZTIP8_jobject" 1631 }, 1632 { 1633 "referenced_type" : "_ZTIP7_jclass" 1634 }, 1635 { 1636 "referenced_type" : "_ZTIP10_jmethodID" 1637 }, 1638 { 1639 "referenced_type" : "_ZTIPc" 1640 } 1641 ], 1642 "return_type" : "_ZTIa", 1643 "source_file" : "libnativehelper/include_jni/jni.h" 1644 }, 1645 { 1646 "alignment" : 4, 1647 "linker_set_key" : "_ZTIFaP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDzE", 1648 "name" : "signed char (_JNIEnv *, _jobject *, _jclass *, _jmethodID *, ...)", 1649 "parameters" : 1650 [ 1651 { 1652 "referenced_type" : "_ZTIP7_JNIEnv" 1653 }, 1654 { 1655 "referenced_type" : "_ZTIP8_jobject" 1656 }, 1657 { 1658 "referenced_type" : "_ZTIP7_jclass" 1659 }, 1660 { 1661 "referenced_type" : "_ZTIP10_jmethodID" 1662 } 1663 ], 1664 "return_type" : "_ZTIa", 1665 "source_file" : "libnativehelper/include_jni/jni.h" 1666 }, 1667 { 1668 "alignment" : 4, 1669 "linker_set_key" : "_ZTIFaP7_JNIEnvP8_jobjectP9_jfieldIDE", 1670 "name" : "signed char (_JNIEnv *, _jobject *, _jfieldID *)", 1671 "parameters" : 1672 [ 1673 { 1674 "referenced_type" : "_ZTIP7_JNIEnv" 1675 }, 1676 { 1677 "referenced_type" : "_ZTIP8_jobject" 1678 }, 1679 { 1680 "referenced_type" : "_ZTIP9_jfieldID" 1681 } 1682 ], 1683 "return_type" : "_ZTIa", 1684 "source_file" : "libnativehelper/include_jni/jni.h" 1685 }, 1686 { 1687 "alignment" : 4, 1688 "linker_set_key" : "_ZTIFbPKN7android28NativeBridgeRuntimeCallbacksEPKcS4_E", 1689 "name" : "bool (const android::NativeBridgeRuntimeCallbacks *, const char *, const char *)", 1690 "parameters" : 1691 [ 1692 { 1693 "referenced_type" : "_ZTIPKN7android28NativeBridgeRuntimeCallbacksE" 1694 }, 1695 { 1696 "referenced_type" : "_ZTIPKc" 1697 }, 1698 { 1699 "referenced_type" : "_ZTIPKc" 1700 } 1701 ], 1702 "return_type" : "_ZTIb", 1703 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 1704 }, 1705 { 1706 "alignment" : 4, 1707 "linker_set_key" : "_ZTIFbPKcE", 1708 "name" : "bool (const char *)", 1709 "parameters" : 1710 [ 1711 { 1712 "referenced_type" : "_ZTIPKc" 1713 } 1714 ], 1715 "return_type" : "_ZTIb", 1716 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 1717 }, 1718 { 1719 "alignment" : 4, 1720 "linker_set_key" : "_ZTIFbPKcS0_E", 1721 "name" : "bool (const char *, const char *)", 1722 "parameters" : 1723 [ 1724 { 1725 "referenced_type" : "_ZTIPKc" 1726 }, 1727 { 1728 "referenced_type" : "_ZTIPKc" 1729 } 1730 ], 1731 "return_type" : "_ZTIb", 1732 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 1733 }, 1734 { 1735 "alignment" : 4, 1736 "linker_set_key" : "_ZTIFbPKvE", 1737 "name" : "bool (const void *)", 1738 "parameters" : 1739 [ 1740 { 1741 "referenced_type" : "_ZTIPKv" 1742 } 1743 ], 1744 "return_type" : "_ZTIb", 1745 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 1746 }, 1747 { 1748 "alignment" : 4, 1749 "linker_set_key" : "_ZTIFbPN7android25native_bridge_namespace_tES1_PKcE", 1750 "name" : "bool (android::native_bridge_namespace_t *, android::native_bridge_namespace_t *, const char *)", 1751 "parameters" : 1752 [ 1753 { 1754 "referenced_type" : "_ZTIPN7android25native_bridge_namespace_tE" 1755 }, 1756 { 1757 "referenced_type" : "_ZTIPN7android25native_bridge_namespace_tE" 1758 }, 1759 { 1760 "referenced_type" : "_ZTIPKc" 1761 } 1762 ], 1763 "return_type" : "_ZTIb", 1764 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 1765 }, 1766 { 1767 "alignment" : 4, 1768 "linker_set_key" : "_ZTIFbiP7siginfoPvE", 1769 "name" : "bool (int, siginfo *, void *)", 1770 "parameters" : 1771 [ 1772 { 1773 "referenced_type" : "_ZTIi" 1774 }, 1775 { 1776 "referenced_type" : "_ZTIP7siginfo" 1777 }, 1778 { 1779 "referenced_type" : "_ZTIPv" 1780 } 1781 ], 1782 "return_type" : "_ZTIb", 1783 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 1784 }, 1785 { 1786 "alignment" : 4, 1787 "linker_set_key" : "_ZTIFbjE", 1788 "name" : "bool (unsigned int)", 1789 "parameters" : 1790 [ 1791 { 1792 "referenced_type" : "_ZTIj" 1793 } 1794 ], 1795 "return_type" : "_ZTIb", 1796 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 1797 }, 1798 { 1799 "alignment" : 4, 1800 "linker_set_key" : "_ZTIFdP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE", 1801 "name" : "double (_JNIEnv *, _jclass *, _jmethodID *, const jvalue *)", 1802 "parameters" : 1803 [ 1804 { 1805 "referenced_type" : "_ZTIP7_JNIEnv" 1806 }, 1807 { 1808 "referenced_type" : "_ZTIP7_jclass" 1809 }, 1810 { 1811 "referenced_type" : "_ZTIP10_jmethodID" 1812 }, 1813 { 1814 "referenced_type" : "_ZTIPK6jvalue" 1815 } 1816 ], 1817 "return_type" : "_ZTId", 1818 "source_file" : "libnativehelper/include_jni/jni.h" 1819 }, 1820 { 1821 "alignment" : 4, 1822 "linker_set_key" : "_ZTIFdP7_JNIEnvP7_jclassP10_jmethodIDPcE", 1823 "name" : "double (_JNIEnv *, _jclass *, _jmethodID *, char *)", 1824 "parameters" : 1825 [ 1826 { 1827 "referenced_type" : "_ZTIP7_JNIEnv" 1828 }, 1829 { 1830 "referenced_type" : "_ZTIP7_jclass" 1831 }, 1832 { 1833 "referenced_type" : "_ZTIP10_jmethodID" 1834 }, 1835 { 1836 "referenced_type" : "_ZTIPc" 1837 } 1838 ], 1839 "return_type" : "_ZTId", 1840 "source_file" : "libnativehelper/include_jni/jni.h" 1841 }, 1842 { 1843 "alignment" : 4, 1844 "linker_set_key" : "_ZTIFdP7_JNIEnvP7_jclassP10_jmethodIDzE", 1845 "name" : "double (_JNIEnv *, _jclass *, _jmethodID *, ...)", 1846 "parameters" : 1847 [ 1848 { 1849 "referenced_type" : "_ZTIP7_JNIEnv" 1850 }, 1851 { 1852 "referenced_type" : "_ZTIP7_jclass" 1853 }, 1854 { 1855 "referenced_type" : "_ZTIP10_jmethodID" 1856 } 1857 ], 1858 "return_type" : "_ZTId", 1859 "source_file" : "libnativehelper/include_jni/jni.h" 1860 }, 1861 { 1862 "alignment" : 4, 1863 "linker_set_key" : "_ZTIFdP7_JNIEnvP7_jclassP9_jfieldIDE", 1864 "name" : "double (_JNIEnv *, _jclass *, _jfieldID *)", 1865 "parameters" : 1866 [ 1867 { 1868 "referenced_type" : "_ZTIP7_JNIEnv" 1869 }, 1870 { 1871 "referenced_type" : "_ZTIP7_jclass" 1872 }, 1873 { 1874 "referenced_type" : "_ZTIP9_jfieldID" 1875 } 1876 ], 1877 "return_type" : "_ZTId", 1878 "source_file" : "libnativehelper/include_jni/jni.h" 1879 }, 1880 { 1881 "alignment" : 4, 1882 "linker_set_key" : "_ZTIFdP7_JNIEnvP8_jobjectP10_jmethodIDPK6jvalueE", 1883 "name" : "double (_JNIEnv *, _jobject *, _jmethodID *, const jvalue *)", 1884 "parameters" : 1885 [ 1886 { 1887 "referenced_type" : "_ZTIP7_JNIEnv" 1888 }, 1889 { 1890 "referenced_type" : "_ZTIP8_jobject" 1891 }, 1892 { 1893 "referenced_type" : "_ZTIP10_jmethodID" 1894 }, 1895 { 1896 "referenced_type" : "_ZTIPK6jvalue" 1897 } 1898 ], 1899 "return_type" : "_ZTId", 1900 "source_file" : "libnativehelper/include_jni/jni.h" 1901 }, 1902 { 1903 "alignment" : 4, 1904 "linker_set_key" : "_ZTIFdP7_JNIEnvP8_jobjectP10_jmethodIDPcE", 1905 "name" : "double (_JNIEnv *, _jobject *, _jmethodID *, char *)", 1906 "parameters" : 1907 [ 1908 { 1909 "referenced_type" : "_ZTIP7_JNIEnv" 1910 }, 1911 { 1912 "referenced_type" : "_ZTIP8_jobject" 1913 }, 1914 { 1915 "referenced_type" : "_ZTIP10_jmethodID" 1916 }, 1917 { 1918 "referenced_type" : "_ZTIPc" 1919 } 1920 ], 1921 "return_type" : "_ZTId", 1922 "source_file" : "libnativehelper/include_jni/jni.h" 1923 }, 1924 { 1925 "alignment" : 4, 1926 "linker_set_key" : "_ZTIFdP7_JNIEnvP8_jobjectP10_jmethodIDzE", 1927 "name" : "double (_JNIEnv *, _jobject *, _jmethodID *, ...)", 1928 "parameters" : 1929 [ 1930 { 1931 "referenced_type" : "_ZTIP7_JNIEnv" 1932 }, 1933 { 1934 "referenced_type" : "_ZTIP8_jobject" 1935 }, 1936 { 1937 "referenced_type" : "_ZTIP10_jmethodID" 1938 } 1939 ], 1940 "return_type" : "_ZTId", 1941 "source_file" : "libnativehelper/include_jni/jni.h" 1942 }, 1943 { 1944 "alignment" : 4, 1945 "linker_set_key" : "_ZTIFdP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPK6jvalueE", 1946 "name" : "double (_JNIEnv *, _jobject *, _jclass *, _jmethodID *, const jvalue *)", 1947 "parameters" : 1948 [ 1949 { 1950 "referenced_type" : "_ZTIP7_JNIEnv" 1951 }, 1952 { 1953 "referenced_type" : "_ZTIP8_jobject" 1954 }, 1955 { 1956 "referenced_type" : "_ZTIP7_jclass" 1957 }, 1958 { 1959 "referenced_type" : "_ZTIP10_jmethodID" 1960 }, 1961 { 1962 "referenced_type" : "_ZTIPK6jvalue" 1963 } 1964 ], 1965 "return_type" : "_ZTId", 1966 "source_file" : "libnativehelper/include_jni/jni.h" 1967 }, 1968 { 1969 "alignment" : 4, 1970 "linker_set_key" : "_ZTIFdP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPcE", 1971 "name" : "double (_JNIEnv *, _jobject *, _jclass *, _jmethodID *, char *)", 1972 "parameters" : 1973 [ 1974 { 1975 "referenced_type" : "_ZTIP7_JNIEnv" 1976 }, 1977 { 1978 "referenced_type" : "_ZTIP8_jobject" 1979 }, 1980 { 1981 "referenced_type" : "_ZTIP7_jclass" 1982 }, 1983 { 1984 "referenced_type" : "_ZTIP10_jmethodID" 1985 }, 1986 { 1987 "referenced_type" : "_ZTIPc" 1988 } 1989 ], 1990 "return_type" : "_ZTId", 1991 "source_file" : "libnativehelper/include_jni/jni.h" 1992 }, 1993 { 1994 "alignment" : 4, 1995 "linker_set_key" : "_ZTIFdP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDzE", 1996 "name" : "double (_JNIEnv *, _jobject *, _jclass *, _jmethodID *, ...)", 1997 "parameters" : 1998 [ 1999 { 2000 "referenced_type" : "_ZTIP7_JNIEnv" 2001 }, 2002 { 2003 "referenced_type" : "_ZTIP8_jobject" 2004 }, 2005 { 2006 "referenced_type" : "_ZTIP7_jclass" 2007 }, 2008 { 2009 "referenced_type" : "_ZTIP10_jmethodID" 2010 } 2011 ], 2012 "return_type" : "_ZTId", 2013 "source_file" : "libnativehelper/include_jni/jni.h" 2014 }, 2015 { 2016 "alignment" : 4, 2017 "linker_set_key" : "_ZTIFdP7_JNIEnvP8_jobjectP9_jfieldIDE", 2018 "name" : "double (_JNIEnv *, _jobject *, _jfieldID *)", 2019 "parameters" : 2020 [ 2021 { 2022 "referenced_type" : "_ZTIP7_JNIEnv" 2023 }, 2024 { 2025 "referenced_type" : "_ZTIP8_jobject" 2026 }, 2027 { 2028 "referenced_type" : "_ZTIP9_jfieldID" 2029 } 2030 ], 2031 "return_type" : "_ZTId", 2032 "source_file" : "libnativehelper/include_jni/jni.h" 2033 }, 2034 { 2035 "alignment" : 4, 2036 "linker_set_key" : "_ZTIFfP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE", 2037 "name" : "float (_JNIEnv *, _jclass *, _jmethodID *, const jvalue *)", 2038 "parameters" : 2039 [ 2040 { 2041 "referenced_type" : "_ZTIP7_JNIEnv" 2042 }, 2043 { 2044 "referenced_type" : "_ZTIP7_jclass" 2045 }, 2046 { 2047 "referenced_type" : "_ZTIP10_jmethodID" 2048 }, 2049 { 2050 "referenced_type" : "_ZTIPK6jvalue" 2051 } 2052 ], 2053 "return_type" : "_ZTIf", 2054 "source_file" : "libnativehelper/include_jni/jni.h" 2055 }, 2056 { 2057 "alignment" : 4, 2058 "linker_set_key" : "_ZTIFfP7_JNIEnvP7_jclassP10_jmethodIDPcE", 2059 "name" : "float (_JNIEnv *, _jclass *, _jmethodID *, char *)", 2060 "parameters" : 2061 [ 2062 { 2063 "referenced_type" : "_ZTIP7_JNIEnv" 2064 }, 2065 { 2066 "referenced_type" : "_ZTIP7_jclass" 2067 }, 2068 { 2069 "referenced_type" : "_ZTIP10_jmethodID" 2070 }, 2071 { 2072 "referenced_type" : "_ZTIPc" 2073 } 2074 ], 2075 "return_type" : "_ZTIf", 2076 "source_file" : "libnativehelper/include_jni/jni.h" 2077 }, 2078 { 2079 "alignment" : 4, 2080 "linker_set_key" : "_ZTIFfP7_JNIEnvP7_jclassP10_jmethodIDzE", 2081 "name" : "float (_JNIEnv *, _jclass *, _jmethodID *, ...)", 2082 "parameters" : 2083 [ 2084 { 2085 "referenced_type" : "_ZTIP7_JNIEnv" 2086 }, 2087 { 2088 "referenced_type" : "_ZTIP7_jclass" 2089 }, 2090 { 2091 "referenced_type" : "_ZTIP10_jmethodID" 2092 } 2093 ], 2094 "return_type" : "_ZTIf", 2095 "source_file" : "libnativehelper/include_jni/jni.h" 2096 }, 2097 { 2098 "alignment" : 4, 2099 "linker_set_key" : "_ZTIFfP7_JNIEnvP7_jclassP9_jfieldIDE", 2100 "name" : "float (_JNIEnv *, _jclass *, _jfieldID *)", 2101 "parameters" : 2102 [ 2103 { 2104 "referenced_type" : "_ZTIP7_JNIEnv" 2105 }, 2106 { 2107 "referenced_type" : "_ZTIP7_jclass" 2108 }, 2109 { 2110 "referenced_type" : "_ZTIP9_jfieldID" 2111 } 2112 ], 2113 "return_type" : "_ZTIf", 2114 "source_file" : "libnativehelper/include_jni/jni.h" 2115 }, 2116 { 2117 "alignment" : 4, 2118 "linker_set_key" : "_ZTIFfP7_JNIEnvP8_jobjectP10_jmethodIDPK6jvalueE", 2119 "name" : "float (_JNIEnv *, _jobject *, _jmethodID *, const jvalue *)", 2120 "parameters" : 2121 [ 2122 { 2123 "referenced_type" : "_ZTIP7_JNIEnv" 2124 }, 2125 { 2126 "referenced_type" : "_ZTIP8_jobject" 2127 }, 2128 { 2129 "referenced_type" : "_ZTIP10_jmethodID" 2130 }, 2131 { 2132 "referenced_type" : "_ZTIPK6jvalue" 2133 } 2134 ], 2135 "return_type" : "_ZTIf", 2136 "source_file" : "libnativehelper/include_jni/jni.h" 2137 }, 2138 { 2139 "alignment" : 4, 2140 "linker_set_key" : "_ZTIFfP7_JNIEnvP8_jobjectP10_jmethodIDPcE", 2141 "name" : "float (_JNIEnv *, _jobject *, _jmethodID *, char *)", 2142 "parameters" : 2143 [ 2144 { 2145 "referenced_type" : "_ZTIP7_JNIEnv" 2146 }, 2147 { 2148 "referenced_type" : "_ZTIP8_jobject" 2149 }, 2150 { 2151 "referenced_type" : "_ZTIP10_jmethodID" 2152 }, 2153 { 2154 "referenced_type" : "_ZTIPc" 2155 } 2156 ], 2157 "return_type" : "_ZTIf", 2158 "source_file" : "libnativehelper/include_jni/jni.h" 2159 }, 2160 { 2161 "alignment" : 4, 2162 "linker_set_key" : "_ZTIFfP7_JNIEnvP8_jobjectP10_jmethodIDzE", 2163 "name" : "float (_JNIEnv *, _jobject *, _jmethodID *, ...)", 2164 "parameters" : 2165 [ 2166 { 2167 "referenced_type" : "_ZTIP7_JNIEnv" 2168 }, 2169 { 2170 "referenced_type" : "_ZTIP8_jobject" 2171 }, 2172 { 2173 "referenced_type" : "_ZTIP10_jmethodID" 2174 } 2175 ], 2176 "return_type" : "_ZTIf", 2177 "source_file" : "libnativehelper/include_jni/jni.h" 2178 }, 2179 { 2180 "alignment" : 4, 2181 "linker_set_key" : "_ZTIFfP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPK6jvalueE", 2182 "name" : "float (_JNIEnv *, _jobject *, _jclass *, _jmethodID *, const jvalue *)", 2183 "parameters" : 2184 [ 2185 { 2186 "referenced_type" : "_ZTIP7_JNIEnv" 2187 }, 2188 { 2189 "referenced_type" : "_ZTIP8_jobject" 2190 }, 2191 { 2192 "referenced_type" : "_ZTIP7_jclass" 2193 }, 2194 { 2195 "referenced_type" : "_ZTIP10_jmethodID" 2196 }, 2197 { 2198 "referenced_type" : "_ZTIPK6jvalue" 2199 } 2200 ], 2201 "return_type" : "_ZTIf", 2202 "source_file" : "libnativehelper/include_jni/jni.h" 2203 }, 2204 { 2205 "alignment" : 4, 2206 "linker_set_key" : "_ZTIFfP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPcE", 2207 "name" : "float (_JNIEnv *, _jobject *, _jclass *, _jmethodID *, char *)", 2208 "parameters" : 2209 [ 2210 { 2211 "referenced_type" : "_ZTIP7_JNIEnv" 2212 }, 2213 { 2214 "referenced_type" : "_ZTIP8_jobject" 2215 }, 2216 { 2217 "referenced_type" : "_ZTIP7_jclass" 2218 }, 2219 { 2220 "referenced_type" : "_ZTIP10_jmethodID" 2221 }, 2222 { 2223 "referenced_type" : "_ZTIPc" 2224 } 2225 ], 2226 "return_type" : "_ZTIf", 2227 "source_file" : "libnativehelper/include_jni/jni.h" 2228 }, 2229 { 2230 "alignment" : 4, 2231 "linker_set_key" : "_ZTIFfP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDzE", 2232 "name" : "float (_JNIEnv *, _jobject *, _jclass *, _jmethodID *, ...)", 2233 "parameters" : 2234 [ 2235 { 2236 "referenced_type" : "_ZTIP7_JNIEnv" 2237 }, 2238 { 2239 "referenced_type" : "_ZTIP8_jobject" 2240 }, 2241 { 2242 "referenced_type" : "_ZTIP7_jclass" 2243 }, 2244 { 2245 "referenced_type" : "_ZTIP10_jmethodID" 2246 } 2247 ], 2248 "return_type" : "_ZTIf", 2249 "source_file" : "libnativehelper/include_jni/jni.h" 2250 }, 2251 { 2252 "alignment" : 4, 2253 "linker_set_key" : "_ZTIFfP7_JNIEnvP8_jobjectP9_jfieldIDE", 2254 "name" : "float (_JNIEnv *, _jobject *, _jfieldID *)", 2255 "parameters" : 2256 [ 2257 { 2258 "referenced_type" : "_ZTIP7_JNIEnv" 2259 }, 2260 { 2261 "referenced_type" : "_ZTIP8_jobject" 2262 }, 2263 { 2264 "referenced_type" : "_ZTIP9_jfieldID" 2265 } 2266 ], 2267 "return_type" : "_ZTIf", 2268 "source_file" : "libnativehelper/include_jni/jni.h" 2269 }, 2270 { 2271 "alignment" : 4, 2272 "linker_set_key" : "_ZTIFhP7_JNIEnvE", 2273 "name" : "unsigned char (_JNIEnv *)", 2274 "parameters" : 2275 [ 2276 { 2277 "referenced_type" : "_ZTIP7_JNIEnv" 2278 } 2279 ], 2280 "return_type" : "_ZTIh", 2281 "source_file" : "libnativehelper/include_jni/jni.h" 2282 }, 2283 { 2284 "alignment" : 4, 2285 "linker_set_key" : "_ZTIFhP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE", 2286 "name" : "unsigned char (_JNIEnv *, _jclass *, _jmethodID *, const jvalue *)", 2287 "parameters" : 2288 [ 2289 { 2290 "referenced_type" : "_ZTIP7_JNIEnv" 2291 }, 2292 { 2293 "referenced_type" : "_ZTIP7_jclass" 2294 }, 2295 { 2296 "referenced_type" : "_ZTIP10_jmethodID" 2297 }, 2298 { 2299 "referenced_type" : "_ZTIPK6jvalue" 2300 } 2301 ], 2302 "return_type" : "_ZTIh", 2303 "source_file" : "libnativehelper/include_jni/jni.h" 2304 }, 2305 { 2306 "alignment" : 4, 2307 "linker_set_key" : "_ZTIFhP7_JNIEnvP7_jclassP10_jmethodIDPcE", 2308 "name" : "unsigned char (_JNIEnv *, _jclass *, _jmethodID *, char *)", 2309 "parameters" : 2310 [ 2311 { 2312 "referenced_type" : "_ZTIP7_JNIEnv" 2313 }, 2314 { 2315 "referenced_type" : "_ZTIP7_jclass" 2316 }, 2317 { 2318 "referenced_type" : "_ZTIP10_jmethodID" 2319 }, 2320 { 2321 "referenced_type" : "_ZTIPc" 2322 } 2323 ], 2324 "return_type" : "_ZTIh", 2325 "source_file" : "libnativehelper/include_jni/jni.h" 2326 }, 2327 { 2328 "alignment" : 4, 2329 "linker_set_key" : "_ZTIFhP7_JNIEnvP7_jclassP10_jmethodIDzE", 2330 "name" : "unsigned char (_JNIEnv *, _jclass *, _jmethodID *, ...)", 2331 "parameters" : 2332 [ 2333 { 2334 "referenced_type" : "_ZTIP7_JNIEnv" 2335 }, 2336 { 2337 "referenced_type" : "_ZTIP7_jclass" 2338 }, 2339 { 2340 "referenced_type" : "_ZTIP10_jmethodID" 2341 } 2342 ], 2343 "return_type" : "_ZTIh", 2344 "source_file" : "libnativehelper/include_jni/jni.h" 2345 }, 2346 { 2347 "alignment" : 4, 2348 "linker_set_key" : "_ZTIFhP7_JNIEnvP7_jclassP9_jfieldIDE", 2349 "name" : "unsigned char (_JNIEnv *, _jclass *, _jfieldID *)", 2350 "parameters" : 2351 [ 2352 { 2353 "referenced_type" : "_ZTIP7_JNIEnv" 2354 }, 2355 { 2356 "referenced_type" : "_ZTIP7_jclass" 2357 }, 2358 { 2359 "referenced_type" : "_ZTIP9_jfieldID" 2360 } 2361 ], 2362 "return_type" : "_ZTIh", 2363 "source_file" : "libnativehelper/include_jni/jni.h" 2364 }, 2365 { 2366 "alignment" : 4, 2367 "linker_set_key" : "_ZTIFhP7_JNIEnvP7_jclassS2_E", 2368 "name" : "unsigned char (_JNIEnv *, _jclass *, _jclass *)", 2369 "parameters" : 2370 [ 2371 { 2372 "referenced_type" : "_ZTIP7_JNIEnv" 2373 }, 2374 { 2375 "referenced_type" : "_ZTIP7_jclass" 2376 }, 2377 { 2378 "referenced_type" : "_ZTIP7_jclass" 2379 } 2380 ], 2381 "return_type" : "_ZTIh", 2382 "source_file" : "libnativehelper/include_jni/jni.h" 2383 }, 2384 { 2385 "alignment" : 4, 2386 "linker_set_key" : "_ZTIFhP7_JNIEnvP8_jobjectP10_jmethodIDPK6jvalueE", 2387 "name" : "unsigned char (_JNIEnv *, _jobject *, _jmethodID *, const jvalue *)", 2388 "parameters" : 2389 [ 2390 { 2391 "referenced_type" : "_ZTIP7_JNIEnv" 2392 }, 2393 { 2394 "referenced_type" : "_ZTIP8_jobject" 2395 }, 2396 { 2397 "referenced_type" : "_ZTIP10_jmethodID" 2398 }, 2399 { 2400 "referenced_type" : "_ZTIPK6jvalue" 2401 } 2402 ], 2403 "return_type" : "_ZTIh", 2404 "source_file" : "libnativehelper/include_jni/jni.h" 2405 }, 2406 { 2407 "alignment" : 4, 2408 "linker_set_key" : "_ZTIFhP7_JNIEnvP8_jobjectP10_jmethodIDPcE", 2409 "name" : "unsigned char (_JNIEnv *, _jobject *, _jmethodID *, char *)", 2410 "parameters" : 2411 [ 2412 { 2413 "referenced_type" : "_ZTIP7_JNIEnv" 2414 }, 2415 { 2416 "referenced_type" : "_ZTIP8_jobject" 2417 }, 2418 { 2419 "referenced_type" : "_ZTIP10_jmethodID" 2420 }, 2421 { 2422 "referenced_type" : "_ZTIPc" 2423 } 2424 ], 2425 "return_type" : "_ZTIh", 2426 "source_file" : "libnativehelper/include_jni/jni.h" 2427 }, 2428 { 2429 "alignment" : 4, 2430 "linker_set_key" : "_ZTIFhP7_JNIEnvP8_jobjectP10_jmethodIDzE", 2431 "name" : "unsigned char (_JNIEnv *, _jobject *, _jmethodID *, ...)", 2432 "parameters" : 2433 [ 2434 { 2435 "referenced_type" : "_ZTIP7_JNIEnv" 2436 }, 2437 { 2438 "referenced_type" : "_ZTIP8_jobject" 2439 }, 2440 { 2441 "referenced_type" : "_ZTIP10_jmethodID" 2442 } 2443 ], 2444 "return_type" : "_ZTIh", 2445 "source_file" : "libnativehelper/include_jni/jni.h" 2446 }, 2447 { 2448 "alignment" : 4, 2449 "linker_set_key" : "_ZTIFhP7_JNIEnvP8_jobjectP7_jclassE", 2450 "name" : "unsigned char (_JNIEnv *, _jobject *, _jclass *)", 2451 "parameters" : 2452 [ 2453 { 2454 "referenced_type" : "_ZTIP7_JNIEnv" 2455 }, 2456 { 2457 "referenced_type" : "_ZTIP8_jobject" 2458 }, 2459 { 2460 "referenced_type" : "_ZTIP7_jclass" 2461 } 2462 ], 2463 "return_type" : "_ZTIh", 2464 "source_file" : "libnativehelper/include_jni/jni.h" 2465 }, 2466 { 2467 "alignment" : 4, 2468 "linker_set_key" : "_ZTIFhP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPK6jvalueE", 2469 "name" : "unsigned char (_JNIEnv *, _jobject *, _jclass *, _jmethodID *, const jvalue *)", 2470 "parameters" : 2471 [ 2472 { 2473 "referenced_type" : "_ZTIP7_JNIEnv" 2474 }, 2475 { 2476 "referenced_type" : "_ZTIP8_jobject" 2477 }, 2478 { 2479 "referenced_type" : "_ZTIP7_jclass" 2480 }, 2481 { 2482 "referenced_type" : "_ZTIP10_jmethodID" 2483 }, 2484 { 2485 "referenced_type" : "_ZTIPK6jvalue" 2486 } 2487 ], 2488 "return_type" : "_ZTIh", 2489 "source_file" : "libnativehelper/include_jni/jni.h" 2490 }, 2491 { 2492 "alignment" : 4, 2493 "linker_set_key" : "_ZTIFhP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPcE", 2494 "name" : "unsigned char (_JNIEnv *, _jobject *, _jclass *, _jmethodID *, char *)", 2495 "parameters" : 2496 [ 2497 { 2498 "referenced_type" : "_ZTIP7_JNIEnv" 2499 }, 2500 { 2501 "referenced_type" : "_ZTIP8_jobject" 2502 }, 2503 { 2504 "referenced_type" : "_ZTIP7_jclass" 2505 }, 2506 { 2507 "referenced_type" : "_ZTIP10_jmethodID" 2508 }, 2509 { 2510 "referenced_type" : "_ZTIPc" 2511 } 2512 ], 2513 "return_type" : "_ZTIh", 2514 "source_file" : "libnativehelper/include_jni/jni.h" 2515 }, 2516 { 2517 "alignment" : 4, 2518 "linker_set_key" : "_ZTIFhP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDzE", 2519 "name" : "unsigned char (_JNIEnv *, _jobject *, _jclass *, _jmethodID *, ...)", 2520 "parameters" : 2521 [ 2522 { 2523 "referenced_type" : "_ZTIP7_JNIEnv" 2524 }, 2525 { 2526 "referenced_type" : "_ZTIP8_jobject" 2527 }, 2528 { 2529 "referenced_type" : "_ZTIP7_jclass" 2530 }, 2531 { 2532 "referenced_type" : "_ZTIP10_jmethodID" 2533 } 2534 ], 2535 "return_type" : "_ZTIh", 2536 "source_file" : "libnativehelper/include_jni/jni.h" 2537 }, 2538 { 2539 "alignment" : 4, 2540 "linker_set_key" : "_ZTIFhP7_JNIEnvP8_jobjectP9_jfieldIDE", 2541 "name" : "unsigned char (_JNIEnv *, _jobject *, _jfieldID *)", 2542 "parameters" : 2543 [ 2544 { 2545 "referenced_type" : "_ZTIP7_JNIEnv" 2546 }, 2547 { 2548 "referenced_type" : "_ZTIP8_jobject" 2549 }, 2550 { 2551 "referenced_type" : "_ZTIP9_jfieldID" 2552 } 2553 ], 2554 "return_type" : "_ZTIh", 2555 "source_file" : "libnativehelper/include_jni/jni.h" 2556 }, 2557 { 2558 "alignment" : 4, 2559 "linker_set_key" : "_ZTIFhP7_JNIEnvP8_jobjectS2_E", 2560 "name" : "unsigned char (_JNIEnv *, _jobject *, _jobject *)", 2561 "parameters" : 2562 [ 2563 { 2564 "referenced_type" : "_ZTIP7_JNIEnv" 2565 }, 2566 { 2567 "referenced_type" : "_ZTIP8_jobject" 2568 }, 2569 { 2570 "referenced_type" : "_ZTIP8_jobject" 2571 } 2572 ], 2573 "return_type" : "_ZTIh", 2574 "source_file" : "libnativehelper/include_jni/jni.h" 2575 }, 2576 { 2577 "alignment" : 4, 2578 "linker_set_key" : "_ZTIFiP7_JNIEnvE", 2579 "name" : "int (_JNIEnv *)", 2580 "parameters" : 2581 [ 2582 { 2583 "referenced_type" : "_ZTIP7_JNIEnv" 2584 } 2585 ], 2586 "return_type" : "_ZTIi", 2587 "source_file" : "libnativehelper/include_jni/jni.h" 2588 }, 2589 { 2590 "alignment" : 4, 2591 "linker_set_key" : "_ZTIFiP7_JNIEnvP11_jthrowableE", 2592 "name" : "int (_JNIEnv *, _jthrowable *)", 2593 "parameters" : 2594 [ 2595 { 2596 "referenced_type" : "_ZTIP7_JNIEnv" 2597 }, 2598 { 2599 "referenced_type" : "_ZTIP11_jthrowable" 2600 } 2601 ], 2602 "return_type" : "_ZTIi", 2603 "source_file" : "libnativehelper/include_jni/jni.h" 2604 }, 2605 { 2606 "alignment" : 4, 2607 "linker_set_key" : "_ZTIFiP7_JNIEnvP7_jarrayE", 2608 "name" : "int (_JNIEnv *, _jarray *)", 2609 "parameters" : 2610 [ 2611 { 2612 "referenced_type" : "_ZTIP7_JNIEnv" 2613 }, 2614 { 2615 "referenced_type" : "_ZTIP7_jarray" 2616 } 2617 ], 2618 "return_type" : "_ZTIi", 2619 "source_file" : "libnativehelper/include_jni/jni.h" 2620 }, 2621 { 2622 "alignment" : 4, 2623 "linker_set_key" : "_ZTIFiP7_JNIEnvP7_jclassE", 2624 "name" : "int (_JNIEnv *, _jclass *)", 2625 "parameters" : 2626 [ 2627 { 2628 "referenced_type" : "_ZTIP7_JNIEnv" 2629 }, 2630 { 2631 "referenced_type" : "_ZTIP7_jclass" 2632 } 2633 ], 2634 "return_type" : "_ZTIi", 2635 "source_file" : "libnativehelper/include_jni/jni.h" 2636 }, 2637 { 2638 "alignment" : 4, 2639 "linker_set_key" : "_ZTIFiP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE", 2640 "name" : "int (_JNIEnv *, _jclass *, _jmethodID *, const jvalue *)", 2641 "parameters" : 2642 [ 2643 { 2644 "referenced_type" : "_ZTIP7_JNIEnv" 2645 }, 2646 { 2647 "referenced_type" : "_ZTIP7_jclass" 2648 }, 2649 { 2650 "referenced_type" : "_ZTIP10_jmethodID" 2651 }, 2652 { 2653 "referenced_type" : "_ZTIPK6jvalue" 2654 } 2655 ], 2656 "return_type" : "_ZTIi", 2657 "source_file" : "libnativehelper/include_jni/jni.h" 2658 }, 2659 { 2660 "alignment" : 4, 2661 "linker_set_key" : "_ZTIFiP7_JNIEnvP7_jclassP10_jmethodIDPcE", 2662 "name" : "int (_JNIEnv *, _jclass *, _jmethodID *, char *)", 2663 "parameters" : 2664 [ 2665 { 2666 "referenced_type" : "_ZTIP7_JNIEnv" 2667 }, 2668 { 2669 "referenced_type" : "_ZTIP7_jclass" 2670 }, 2671 { 2672 "referenced_type" : "_ZTIP10_jmethodID" 2673 }, 2674 { 2675 "referenced_type" : "_ZTIPc" 2676 } 2677 ], 2678 "return_type" : "_ZTIi", 2679 "source_file" : "libnativehelper/include_jni/jni.h" 2680 }, 2681 { 2682 "alignment" : 4, 2683 "linker_set_key" : "_ZTIFiP7_JNIEnvP7_jclassP10_jmethodIDzE", 2684 "name" : "int (_JNIEnv *, _jclass *, _jmethodID *, ...)", 2685 "parameters" : 2686 [ 2687 { 2688 "referenced_type" : "_ZTIP7_JNIEnv" 2689 }, 2690 { 2691 "referenced_type" : "_ZTIP7_jclass" 2692 }, 2693 { 2694 "referenced_type" : "_ZTIP10_jmethodID" 2695 } 2696 ], 2697 "return_type" : "_ZTIi", 2698 "source_file" : "libnativehelper/include_jni/jni.h" 2699 }, 2700 { 2701 "alignment" : 4, 2702 "linker_set_key" : "_ZTIFiP7_JNIEnvP7_jclassP9_jfieldIDE", 2703 "name" : "int (_JNIEnv *, _jclass *, _jfieldID *)", 2704 "parameters" : 2705 [ 2706 { 2707 "referenced_type" : "_ZTIP7_JNIEnv" 2708 }, 2709 { 2710 "referenced_type" : "_ZTIP7_jclass" 2711 }, 2712 { 2713 "referenced_type" : "_ZTIP9_jfieldID" 2714 } 2715 ], 2716 "return_type" : "_ZTIi", 2717 "source_file" : "libnativehelper/include_jni/jni.h" 2718 }, 2719 { 2720 "alignment" : 4, 2721 "linker_set_key" : "_ZTIFiP7_JNIEnvP7_jclassPK15JNINativeMethodiE", 2722 "name" : "int (_JNIEnv *, _jclass *, const JNINativeMethod *, int)", 2723 "parameters" : 2724 [ 2725 { 2726 "referenced_type" : "_ZTIP7_JNIEnv" 2727 }, 2728 { 2729 "referenced_type" : "_ZTIP7_jclass" 2730 }, 2731 { 2732 "referenced_type" : "_ZTIPK15JNINativeMethod" 2733 }, 2734 { 2735 "referenced_type" : "_ZTIi" 2736 } 2737 ], 2738 "return_type" : "_ZTIi", 2739 "source_file" : "libnativehelper/include_jni/jni.h" 2740 }, 2741 { 2742 "alignment" : 4, 2743 "linker_set_key" : "_ZTIFiP7_JNIEnvP7_jclassPKcE", 2744 "name" : "int (_JNIEnv *, _jclass *, const char *)", 2745 "parameters" : 2746 [ 2747 { 2748 "referenced_type" : "_ZTIP7_JNIEnv" 2749 }, 2750 { 2751 "referenced_type" : "_ZTIP7_jclass" 2752 }, 2753 { 2754 "referenced_type" : "_ZTIPKc" 2755 } 2756 ], 2757 "return_type" : "_ZTIi", 2758 "source_file" : "libnativehelper/include_jni/jni.h" 2759 }, 2760 { 2761 "alignment" : 4, 2762 "linker_set_key" : "_ZTIFiP7_JNIEnvP8_jobjectE", 2763 "name" : "int (_JNIEnv *, _jobject *)", 2764 "parameters" : 2765 [ 2766 { 2767 "referenced_type" : "_ZTIP7_JNIEnv" 2768 }, 2769 { 2770 "referenced_type" : "_ZTIP8_jobject" 2771 } 2772 ], 2773 "return_type" : "_ZTIi", 2774 "source_file" : "libnativehelper/include_jni/jni.h" 2775 }, 2776 { 2777 "alignment" : 4, 2778 "linker_set_key" : "_ZTIFiP7_JNIEnvP8_jobjectP10_jmethodIDPK6jvalueE", 2779 "name" : "int (_JNIEnv *, _jobject *, _jmethodID *, const jvalue *)", 2780 "parameters" : 2781 [ 2782 { 2783 "referenced_type" : "_ZTIP7_JNIEnv" 2784 }, 2785 { 2786 "referenced_type" : "_ZTIP8_jobject" 2787 }, 2788 { 2789 "referenced_type" : "_ZTIP10_jmethodID" 2790 }, 2791 { 2792 "referenced_type" : "_ZTIPK6jvalue" 2793 } 2794 ], 2795 "return_type" : "_ZTIi", 2796 "source_file" : "libnativehelper/include_jni/jni.h" 2797 }, 2798 { 2799 "alignment" : 4, 2800 "linker_set_key" : "_ZTIFiP7_JNIEnvP8_jobjectP10_jmethodIDPcE", 2801 "name" : "int (_JNIEnv *, _jobject *, _jmethodID *, char *)", 2802 "parameters" : 2803 [ 2804 { 2805 "referenced_type" : "_ZTIP7_JNIEnv" 2806 }, 2807 { 2808 "referenced_type" : "_ZTIP8_jobject" 2809 }, 2810 { 2811 "referenced_type" : "_ZTIP10_jmethodID" 2812 }, 2813 { 2814 "referenced_type" : "_ZTIPc" 2815 } 2816 ], 2817 "return_type" : "_ZTIi", 2818 "source_file" : "libnativehelper/include_jni/jni.h" 2819 }, 2820 { 2821 "alignment" : 4, 2822 "linker_set_key" : "_ZTIFiP7_JNIEnvP8_jobjectP10_jmethodIDzE", 2823 "name" : "int (_JNIEnv *, _jobject *, _jmethodID *, ...)", 2824 "parameters" : 2825 [ 2826 { 2827 "referenced_type" : "_ZTIP7_JNIEnv" 2828 }, 2829 { 2830 "referenced_type" : "_ZTIP8_jobject" 2831 }, 2832 { 2833 "referenced_type" : "_ZTIP10_jmethodID" 2834 } 2835 ], 2836 "return_type" : "_ZTIi", 2837 "source_file" : "libnativehelper/include_jni/jni.h" 2838 }, 2839 { 2840 "alignment" : 4, 2841 "linker_set_key" : "_ZTIFiP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPK6jvalueE", 2842 "name" : "int (_JNIEnv *, _jobject *, _jclass *, _jmethodID *, const jvalue *)", 2843 "parameters" : 2844 [ 2845 { 2846 "referenced_type" : "_ZTIP7_JNIEnv" 2847 }, 2848 { 2849 "referenced_type" : "_ZTIP8_jobject" 2850 }, 2851 { 2852 "referenced_type" : "_ZTIP7_jclass" 2853 }, 2854 { 2855 "referenced_type" : "_ZTIP10_jmethodID" 2856 }, 2857 { 2858 "referenced_type" : "_ZTIPK6jvalue" 2859 } 2860 ], 2861 "return_type" : "_ZTIi", 2862 "source_file" : "libnativehelper/include_jni/jni.h" 2863 }, 2864 { 2865 "alignment" : 4, 2866 "linker_set_key" : "_ZTIFiP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPcE", 2867 "name" : "int (_JNIEnv *, _jobject *, _jclass *, _jmethodID *, char *)", 2868 "parameters" : 2869 [ 2870 { 2871 "referenced_type" : "_ZTIP7_JNIEnv" 2872 }, 2873 { 2874 "referenced_type" : "_ZTIP8_jobject" 2875 }, 2876 { 2877 "referenced_type" : "_ZTIP7_jclass" 2878 }, 2879 { 2880 "referenced_type" : "_ZTIP10_jmethodID" 2881 }, 2882 { 2883 "referenced_type" : "_ZTIPc" 2884 } 2885 ], 2886 "return_type" : "_ZTIi", 2887 "source_file" : "libnativehelper/include_jni/jni.h" 2888 }, 2889 { 2890 "alignment" : 4, 2891 "linker_set_key" : "_ZTIFiP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDzE", 2892 "name" : "int (_JNIEnv *, _jobject *, _jclass *, _jmethodID *, ...)", 2893 "parameters" : 2894 [ 2895 { 2896 "referenced_type" : "_ZTIP7_JNIEnv" 2897 }, 2898 { 2899 "referenced_type" : "_ZTIP8_jobject" 2900 }, 2901 { 2902 "referenced_type" : "_ZTIP7_jclass" 2903 }, 2904 { 2905 "referenced_type" : "_ZTIP10_jmethodID" 2906 } 2907 ], 2908 "return_type" : "_ZTIi", 2909 "source_file" : "libnativehelper/include_jni/jni.h" 2910 }, 2911 { 2912 "alignment" : 4, 2913 "linker_set_key" : "_ZTIFiP7_JNIEnvP8_jobjectP9_jfieldIDE", 2914 "name" : "int (_JNIEnv *, _jobject *, _jfieldID *)", 2915 "parameters" : 2916 [ 2917 { 2918 "referenced_type" : "_ZTIP7_JNIEnv" 2919 }, 2920 { 2921 "referenced_type" : "_ZTIP8_jobject" 2922 }, 2923 { 2924 "referenced_type" : "_ZTIP9_jfieldID" 2925 } 2926 ], 2927 "return_type" : "_ZTIi", 2928 "source_file" : "libnativehelper/include_jni/jni.h" 2929 }, 2930 { 2931 "alignment" : 4, 2932 "linker_set_key" : "_ZTIFiP7_JNIEnvP8_jstringE", 2933 "name" : "int (_JNIEnv *, _jstring *)", 2934 "parameters" : 2935 [ 2936 { 2937 "referenced_type" : "_ZTIP7_JNIEnv" 2938 }, 2939 { 2940 "referenced_type" : "_ZTIP8_jstring" 2941 } 2942 ], 2943 "return_type" : "_ZTIi", 2944 "source_file" : "libnativehelper/include_jni/jni.h" 2945 }, 2946 { 2947 "alignment" : 4, 2948 "linker_set_key" : "_ZTIFiP7_JNIEnvPP7_JavaVME", 2949 "name" : "int (_JNIEnv *, _JavaVM **)", 2950 "parameters" : 2951 [ 2952 { 2953 "referenced_type" : "_ZTIP7_JNIEnv" 2954 }, 2955 { 2956 "referenced_type" : "_ZTIPP7_JavaVM" 2957 } 2958 ], 2959 "return_type" : "_ZTIi", 2960 "source_file" : "libnativehelper/include_jni/jni.h" 2961 }, 2962 { 2963 "alignment" : 4, 2964 "linker_set_key" : "_ZTIFiP7_JNIEnviE", 2965 "name" : "int (_JNIEnv *, int)", 2966 "parameters" : 2967 [ 2968 { 2969 "referenced_type" : "_ZTIP7_JNIEnv" 2970 }, 2971 { 2972 "referenced_type" : "_ZTIi" 2973 } 2974 ], 2975 "return_type" : "_ZTIi", 2976 "source_file" : "libnativehelper/include_jni/jni.h" 2977 }, 2978 { 2979 "alignment" : 4, 2980 "linker_set_key" : "_ZTIFiP7_JavaVME", 2981 "name" : "int (_JavaVM *)", 2982 "parameters" : 2983 [ 2984 { 2985 "referenced_type" : "_ZTIP7_JavaVM" 2986 } 2987 ], 2988 "return_type" : "_ZTIi", 2989 "source_file" : "libnativehelper/include_jni/jni.h" 2990 }, 2991 { 2992 "alignment" : 4, 2993 "linker_set_key" : "_ZTIFiP7_JavaVMPP7_JNIEnvPvE", 2994 "name" : "int (_JavaVM *, _JNIEnv **, void *)", 2995 "parameters" : 2996 [ 2997 { 2998 "referenced_type" : "_ZTIP7_JavaVM" 2999 }, 3000 { 3001 "referenced_type" : "_ZTIPP7_JNIEnv" 3002 }, 3003 { 3004 "referenced_type" : "_ZTIPv" 3005 } 3006 ], 3007 "return_type" : "_ZTIi", 3008 "source_file" : "libnativehelper/include_jni/jni.h" 3009 }, 3010 { 3011 "alignment" : 4, 3012 "linker_set_key" : "_ZTIFiP7_JavaVMPPviE", 3013 "name" : "int (_JavaVM *, void **, int)", 3014 "parameters" : 3015 [ 3016 { 3017 "referenced_type" : "_ZTIP7_JavaVM" 3018 }, 3019 { 3020 "referenced_type" : "_ZTIPPv" 3021 }, 3022 { 3023 "referenced_type" : "_ZTIi" 3024 } 3025 ], 3026 "return_type" : "_ZTIi", 3027 "source_file" : "libnativehelper/include_jni/jni.h" 3028 }, 3029 { 3030 "alignment" : 4, 3031 "linker_set_key" : "_ZTIFiPvE", 3032 "name" : "int (void *)", 3033 "parameters" : 3034 [ 3035 { 3036 "referenced_type" : "_ZTIPv" 3037 } 3038 ], 3039 "return_type" : "_ZTIi", 3040 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 3041 }, 3042 { 3043 "alignment" : 4, 3044 "linker_set_key" : "_ZTIFjP7_JNIEnvP7_jclassE", 3045 "name" : "unsigned int (_JNIEnv *, _jclass *)", 3046 "parameters" : 3047 [ 3048 { 3049 "referenced_type" : "_ZTIP7_JNIEnv" 3050 }, 3051 { 3052 "referenced_type" : "_ZTIP7_jclass" 3053 } 3054 ], 3055 "return_type" : "_ZTIj", 3056 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 3057 }, 3058 { 3059 "alignment" : 4, 3060 "linker_set_key" : "_ZTIFjP7_JNIEnvP7_jclassP15JNINativeMethodjE", 3061 "name" : "unsigned int (_JNIEnv *, _jclass *, JNINativeMethod *, unsigned int)", 3062 "parameters" : 3063 [ 3064 { 3065 "referenced_type" : "_ZTIP7_JNIEnv" 3066 }, 3067 { 3068 "referenced_type" : "_ZTIP7_jclass" 3069 }, 3070 { 3071 "referenced_type" : "_ZTIP15JNINativeMethod" 3072 }, 3073 { 3074 "referenced_type" : "_ZTIj" 3075 } 3076 ], 3077 "return_type" : "_ZTIj", 3078 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 3079 }, 3080 { 3081 "alignment" : 4, 3082 "linker_set_key" : "_ZTIFsP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE", 3083 "name" : "short (_JNIEnv *, _jclass *, _jmethodID *, const jvalue *)", 3084 "parameters" : 3085 [ 3086 { 3087 "referenced_type" : "_ZTIP7_JNIEnv" 3088 }, 3089 { 3090 "referenced_type" : "_ZTIP7_jclass" 3091 }, 3092 { 3093 "referenced_type" : "_ZTIP10_jmethodID" 3094 }, 3095 { 3096 "referenced_type" : "_ZTIPK6jvalue" 3097 } 3098 ], 3099 "return_type" : "_ZTIs", 3100 "source_file" : "libnativehelper/include_jni/jni.h" 3101 }, 3102 { 3103 "alignment" : 4, 3104 "linker_set_key" : "_ZTIFsP7_JNIEnvP7_jclassP10_jmethodIDPcE", 3105 "name" : "short (_JNIEnv *, _jclass *, _jmethodID *, char *)", 3106 "parameters" : 3107 [ 3108 { 3109 "referenced_type" : "_ZTIP7_JNIEnv" 3110 }, 3111 { 3112 "referenced_type" : "_ZTIP7_jclass" 3113 }, 3114 { 3115 "referenced_type" : "_ZTIP10_jmethodID" 3116 }, 3117 { 3118 "referenced_type" : "_ZTIPc" 3119 } 3120 ], 3121 "return_type" : "_ZTIs", 3122 "source_file" : "libnativehelper/include_jni/jni.h" 3123 }, 3124 { 3125 "alignment" : 4, 3126 "linker_set_key" : "_ZTIFsP7_JNIEnvP7_jclassP10_jmethodIDzE", 3127 "name" : "short (_JNIEnv *, _jclass *, _jmethodID *, ...)", 3128 "parameters" : 3129 [ 3130 { 3131 "referenced_type" : "_ZTIP7_JNIEnv" 3132 }, 3133 { 3134 "referenced_type" : "_ZTIP7_jclass" 3135 }, 3136 { 3137 "referenced_type" : "_ZTIP10_jmethodID" 3138 } 3139 ], 3140 "return_type" : "_ZTIs", 3141 "source_file" : "libnativehelper/include_jni/jni.h" 3142 }, 3143 { 3144 "alignment" : 4, 3145 "linker_set_key" : "_ZTIFsP7_JNIEnvP7_jclassP9_jfieldIDE", 3146 "name" : "short (_JNIEnv *, _jclass *, _jfieldID *)", 3147 "parameters" : 3148 [ 3149 { 3150 "referenced_type" : "_ZTIP7_JNIEnv" 3151 }, 3152 { 3153 "referenced_type" : "_ZTIP7_jclass" 3154 }, 3155 { 3156 "referenced_type" : "_ZTIP9_jfieldID" 3157 } 3158 ], 3159 "return_type" : "_ZTIs", 3160 "source_file" : "libnativehelper/include_jni/jni.h" 3161 }, 3162 { 3163 "alignment" : 4, 3164 "linker_set_key" : "_ZTIFsP7_JNIEnvP8_jobjectP10_jmethodIDPK6jvalueE", 3165 "name" : "short (_JNIEnv *, _jobject *, _jmethodID *, const jvalue *)", 3166 "parameters" : 3167 [ 3168 { 3169 "referenced_type" : "_ZTIP7_JNIEnv" 3170 }, 3171 { 3172 "referenced_type" : "_ZTIP8_jobject" 3173 }, 3174 { 3175 "referenced_type" : "_ZTIP10_jmethodID" 3176 }, 3177 { 3178 "referenced_type" : "_ZTIPK6jvalue" 3179 } 3180 ], 3181 "return_type" : "_ZTIs", 3182 "source_file" : "libnativehelper/include_jni/jni.h" 3183 }, 3184 { 3185 "alignment" : 4, 3186 "linker_set_key" : "_ZTIFsP7_JNIEnvP8_jobjectP10_jmethodIDPcE", 3187 "name" : "short (_JNIEnv *, _jobject *, _jmethodID *, char *)", 3188 "parameters" : 3189 [ 3190 { 3191 "referenced_type" : "_ZTIP7_JNIEnv" 3192 }, 3193 { 3194 "referenced_type" : "_ZTIP8_jobject" 3195 }, 3196 { 3197 "referenced_type" : "_ZTIP10_jmethodID" 3198 }, 3199 { 3200 "referenced_type" : "_ZTIPc" 3201 } 3202 ], 3203 "return_type" : "_ZTIs", 3204 "source_file" : "libnativehelper/include_jni/jni.h" 3205 }, 3206 { 3207 "alignment" : 4, 3208 "linker_set_key" : "_ZTIFsP7_JNIEnvP8_jobjectP10_jmethodIDzE", 3209 "name" : "short (_JNIEnv *, _jobject *, _jmethodID *, ...)", 3210 "parameters" : 3211 [ 3212 { 3213 "referenced_type" : "_ZTIP7_JNIEnv" 3214 }, 3215 { 3216 "referenced_type" : "_ZTIP8_jobject" 3217 }, 3218 { 3219 "referenced_type" : "_ZTIP10_jmethodID" 3220 } 3221 ], 3222 "return_type" : "_ZTIs", 3223 "source_file" : "libnativehelper/include_jni/jni.h" 3224 }, 3225 { 3226 "alignment" : 4, 3227 "linker_set_key" : "_ZTIFsP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPK6jvalueE", 3228 "name" : "short (_JNIEnv *, _jobject *, _jclass *, _jmethodID *, const jvalue *)", 3229 "parameters" : 3230 [ 3231 { 3232 "referenced_type" : "_ZTIP7_JNIEnv" 3233 }, 3234 { 3235 "referenced_type" : "_ZTIP8_jobject" 3236 }, 3237 { 3238 "referenced_type" : "_ZTIP7_jclass" 3239 }, 3240 { 3241 "referenced_type" : "_ZTIP10_jmethodID" 3242 }, 3243 { 3244 "referenced_type" : "_ZTIPK6jvalue" 3245 } 3246 ], 3247 "return_type" : "_ZTIs", 3248 "source_file" : "libnativehelper/include_jni/jni.h" 3249 }, 3250 { 3251 "alignment" : 4, 3252 "linker_set_key" : "_ZTIFsP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPcE", 3253 "name" : "short (_JNIEnv *, _jobject *, _jclass *, _jmethodID *, char *)", 3254 "parameters" : 3255 [ 3256 { 3257 "referenced_type" : "_ZTIP7_JNIEnv" 3258 }, 3259 { 3260 "referenced_type" : "_ZTIP8_jobject" 3261 }, 3262 { 3263 "referenced_type" : "_ZTIP7_jclass" 3264 }, 3265 { 3266 "referenced_type" : "_ZTIP10_jmethodID" 3267 }, 3268 { 3269 "referenced_type" : "_ZTIPc" 3270 } 3271 ], 3272 "return_type" : "_ZTIs", 3273 "source_file" : "libnativehelper/include_jni/jni.h" 3274 }, 3275 { 3276 "alignment" : 4, 3277 "linker_set_key" : "_ZTIFsP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDzE", 3278 "name" : "short (_JNIEnv *, _jobject *, _jclass *, _jmethodID *, ...)", 3279 "parameters" : 3280 [ 3281 { 3282 "referenced_type" : "_ZTIP7_JNIEnv" 3283 }, 3284 { 3285 "referenced_type" : "_ZTIP8_jobject" 3286 }, 3287 { 3288 "referenced_type" : "_ZTIP7_jclass" 3289 }, 3290 { 3291 "referenced_type" : "_ZTIP10_jmethodID" 3292 } 3293 ], 3294 "return_type" : "_ZTIs", 3295 "source_file" : "libnativehelper/include_jni/jni.h" 3296 }, 3297 { 3298 "alignment" : 4, 3299 "linker_set_key" : "_ZTIFsP7_JNIEnvP8_jobjectP9_jfieldIDE", 3300 "name" : "short (_JNIEnv *, _jobject *, _jfieldID *)", 3301 "parameters" : 3302 [ 3303 { 3304 "referenced_type" : "_ZTIP7_JNIEnv" 3305 }, 3306 { 3307 "referenced_type" : "_ZTIP8_jobject" 3308 }, 3309 { 3310 "referenced_type" : "_ZTIP9_jfieldID" 3311 } 3312 ], 3313 "return_type" : "_ZTIs", 3314 "source_file" : "libnativehelper/include_jni/jni.h" 3315 }, 3316 { 3317 "alignment" : 4, 3318 "linker_set_key" : "_ZTIFtP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE", 3319 "name" : "unsigned short (_JNIEnv *, _jclass *, _jmethodID *, const jvalue *)", 3320 "parameters" : 3321 [ 3322 { 3323 "referenced_type" : "_ZTIP7_JNIEnv" 3324 }, 3325 { 3326 "referenced_type" : "_ZTIP7_jclass" 3327 }, 3328 { 3329 "referenced_type" : "_ZTIP10_jmethodID" 3330 }, 3331 { 3332 "referenced_type" : "_ZTIPK6jvalue" 3333 } 3334 ], 3335 "return_type" : "_ZTIt", 3336 "source_file" : "libnativehelper/include_jni/jni.h" 3337 }, 3338 { 3339 "alignment" : 4, 3340 "linker_set_key" : "_ZTIFtP7_JNIEnvP7_jclassP10_jmethodIDPcE", 3341 "name" : "unsigned short (_JNIEnv *, _jclass *, _jmethodID *, char *)", 3342 "parameters" : 3343 [ 3344 { 3345 "referenced_type" : "_ZTIP7_JNIEnv" 3346 }, 3347 { 3348 "referenced_type" : "_ZTIP7_jclass" 3349 }, 3350 { 3351 "referenced_type" : "_ZTIP10_jmethodID" 3352 }, 3353 { 3354 "referenced_type" : "_ZTIPc" 3355 } 3356 ], 3357 "return_type" : "_ZTIt", 3358 "source_file" : "libnativehelper/include_jni/jni.h" 3359 }, 3360 { 3361 "alignment" : 4, 3362 "linker_set_key" : "_ZTIFtP7_JNIEnvP7_jclassP10_jmethodIDzE", 3363 "name" : "unsigned short (_JNIEnv *, _jclass *, _jmethodID *, ...)", 3364 "parameters" : 3365 [ 3366 { 3367 "referenced_type" : "_ZTIP7_JNIEnv" 3368 }, 3369 { 3370 "referenced_type" : "_ZTIP7_jclass" 3371 }, 3372 { 3373 "referenced_type" : "_ZTIP10_jmethodID" 3374 } 3375 ], 3376 "return_type" : "_ZTIt", 3377 "source_file" : "libnativehelper/include_jni/jni.h" 3378 }, 3379 { 3380 "alignment" : 4, 3381 "linker_set_key" : "_ZTIFtP7_JNIEnvP7_jclassP9_jfieldIDE", 3382 "name" : "unsigned short (_JNIEnv *, _jclass *, _jfieldID *)", 3383 "parameters" : 3384 [ 3385 { 3386 "referenced_type" : "_ZTIP7_JNIEnv" 3387 }, 3388 { 3389 "referenced_type" : "_ZTIP7_jclass" 3390 }, 3391 { 3392 "referenced_type" : "_ZTIP9_jfieldID" 3393 } 3394 ], 3395 "return_type" : "_ZTIt", 3396 "source_file" : "libnativehelper/include_jni/jni.h" 3397 }, 3398 { 3399 "alignment" : 4, 3400 "linker_set_key" : "_ZTIFtP7_JNIEnvP8_jobjectP10_jmethodIDPK6jvalueE", 3401 "name" : "unsigned short (_JNIEnv *, _jobject *, _jmethodID *, const jvalue *)", 3402 "parameters" : 3403 [ 3404 { 3405 "referenced_type" : "_ZTIP7_JNIEnv" 3406 }, 3407 { 3408 "referenced_type" : "_ZTIP8_jobject" 3409 }, 3410 { 3411 "referenced_type" : "_ZTIP10_jmethodID" 3412 }, 3413 { 3414 "referenced_type" : "_ZTIPK6jvalue" 3415 } 3416 ], 3417 "return_type" : "_ZTIt", 3418 "source_file" : "libnativehelper/include_jni/jni.h" 3419 }, 3420 { 3421 "alignment" : 4, 3422 "linker_set_key" : "_ZTIFtP7_JNIEnvP8_jobjectP10_jmethodIDPcE", 3423 "name" : "unsigned short (_JNIEnv *, _jobject *, _jmethodID *, char *)", 3424 "parameters" : 3425 [ 3426 { 3427 "referenced_type" : "_ZTIP7_JNIEnv" 3428 }, 3429 { 3430 "referenced_type" : "_ZTIP8_jobject" 3431 }, 3432 { 3433 "referenced_type" : "_ZTIP10_jmethodID" 3434 }, 3435 { 3436 "referenced_type" : "_ZTIPc" 3437 } 3438 ], 3439 "return_type" : "_ZTIt", 3440 "source_file" : "libnativehelper/include_jni/jni.h" 3441 }, 3442 { 3443 "alignment" : 4, 3444 "linker_set_key" : "_ZTIFtP7_JNIEnvP8_jobjectP10_jmethodIDzE", 3445 "name" : "unsigned short (_JNIEnv *, _jobject *, _jmethodID *, ...)", 3446 "parameters" : 3447 [ 3448 { 3449 "referenced_type" : "_ZTIP7_JNIEnv" 3450 }, 3451 { 3452 "referenced_type" : "_ZTIP8_jobject" 3453 }, 3454 { 3455 "referenced_type" : "_ZTIP10_jmethodID" 3456 } 3457 ], 3458 "return_type" : "_ZTIt", 3459 "source_file" : "libnativehelper/include_jni/jni.h" 3460 }, 3461 { 3462 "alignment" : 4, 3463 "linker_set_key" : "_ZTIFtP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPK6jvalueE", 3464 "name" : "unsigned short (_JNIEnv *, _jobject *, _jclass *, _jmethodID *, const jvalue *)", 3465 "parameters" : 3466 [ 3467 { 3468 "referenced_type" : "_ZTIP7_JNIEnv" 3469 }, 3470 { 3471 "referenced_type" : "_ZTIP8_jobject" 3472 }, 3473 { 3474 "referenced_type" : "_ZTIP7_jclass" 3475 }, 3476 { 3477 "referenced_type" : "_ZTIP10_jmethodID" 3478 }, 3479 { 3480 "referenced_type" : "_ZTIPK6jvalue" 3481 } 3482 ], 3483 "return_type" : "_ZTIt", 3484 "source_file" : "libnativehelper/include_jni/jni.h" 3485 }, 3486 { 3487 "alignment" : 4, 3488 "linker_set_key" : "_ZTIFtP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPcE", 3489 "name" : "unsigned short (_JNIEnv *, _jobject *, _jclass *, _jmethodID *, char *)", 3490 "parameters" : 3491 [ 3492 { 3493 "referenced_type" : "_ZTIP7_JNIEnv" 3494 }, 3495 { 3496 "referenced_type" : "_ZTIP8_jobject" 3497 }, 3498 { 3499 "referenced_type" : "_ZTIP7_jclass" 3500 }, 3501 { 3502 "referenced_type" : "_ZTIP10_jmethodID" 3503 }, 3504 { 3505 "referenced_type" : "_ZTIPc" 3506 } 3507 ], 3508 "return_type" : "_ZTIt", 3509 "source_file" : "libnativehelper/include_jni/jni.h" 3510 }, 3511 { 3512 "alignment" : 4, 3513 "linker_set_key" : "_ZTIFtP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDzE", 3514 "name" : "unsigned short (_JNIEnv *, _jobject *, _jclass *, _jmethodID *, ...)", 3515 "parameters" : 3516 [ 3517 { 3518 "referenced_type" : "_ZTIP7_JNIEnv" 3519 }, 3520 { 3521 "referenced_type" : "_ZTIP8_jobject" 3522 }, 3523 { 3524 "referenced_type" : "_ZTIP7_jclass" 3525 }, 3526 { 3527 "referenced_type" : "_ZTIP10_jmethodID" 3528 } 3529 ], 3530 "return_type" : "_ZTIt", 3531 "source_file" : "libnativehelper/include_jni/jni.h" 3532 }, 3533 { 3534 "alignment" : 4, 3535 "linker_set_key" : "_ZTIFtP7_JNIEnvP8_jobjectP9_jfieldIDE", 3536 "name" : "unsigned short (_JNIEnv *, _jobject *, _jfieldID *)", 3537 "parameters" : 3538 [ 3539 { 3540 "referenced_type" : "_ZTIP7_JNIEnv" 3541 }, 3542 { 3543 "referenced_type" : "_ZTIP8_jobject" 3544 }, 3545 { 3546 "referenced_type" : "_ZTIP9_jfieldID" 3547 } 3548 ], 3549 "return_type" : "_ZTIt", 3550 "source_file" : "libnativehelper/include_jni/jni.h" 3551 }, 3552 { 3553 "alignment" : 4, 3554 "linker_set_key" : "_ZTIFvP7_JNIEnvE", 3555 "name" : "void (_JNIEnv *)", 3556 "parameters" : 3557 [ 3558 { 3559 "referenced_type" : "_ZTIP7_JNIEnv" 3560 } 3561 ], 3562 "return_type" : "_ZTIv", 3563 "source_file" : "libnativehelper/include_jni/jni.h" 3564 }, 3565 { 3566 "alignment" : 4, 3567 "linker_set_key" : "_ZTIFvP7_JNIEnvP10_jintArrayPiiE", 3568 "name" : "void (_JNIEnv *, _jintArray *, int *, int)", 3569 "parameters" : 3570 [ 3571 { 3572 "referenced_type" : "_ZTIP7_JNIEnv" 3573 }, 3574 { 3575 "referenced_type" : "_ZTIP10_jintArray" 3576 }, 3577 { 3578 "referenced_type" : "_ZTIPi" 3579 }, 3580 { 3581 "referenced_type" : "_ZTIi" 3582 } 3583 ], 3584 "return_type" : "_ZTIv", 3585 "source_file" : "libnativehelper/include_jni/jni.h" 3586 }, 3587 { 3588 "alignment" : 4, 3589 "linker_set_key" : "_ZTIFvP7_JNIEnvP10_jintArrayiiPKiE", 3590 "name" : "void (_JNIEnv *, _jintArray *, int, int, const int *)", 3591 "parameters" : 3592 [ 3593 { 3594 "referenced_type" : "_ZTIP7_JNIEnv" 3595 }, 3596 { 3597 "referenced_type" : "_ZTIP10_jintArray" 3598 }, 3599 { 3600 "referenced_type" : "_ZTIi" 3601 }, 3602 { 3603 "referenced_type" : "_ZTIi" 3604 }, 3605 { 3606 "referenced_type" : "_ZTIPKi" 3607 } 3608 ], 3609 "return_type" : "_ZTIv", 3610 "source_file" : "libnativehelper/include_jni/jni.h" 3611 }, 3612 { 3613 "alignment" : 4, 3614 "linker_set_key" : "_ZTIFvP7_JNIEnvP10_jintArrayiiPiE", 3615 "name" : "void (_JNIEnv *, _jintArray *, int, int, int *)", 3616 "parameters" : 3617 [ 3618 { 3619 "referenced_type" : "_ZTIP7_JNIEnv" 3620 }, 3621 { 3622 "referenced_type" : "_ZTIP10_jintArray" 3623 }, 3624 { 3625 "referenced_type" : "_ZTIi" 3626 }, 3627 { 3628 "referenced_type" : "_ZTIi" 3629 }, 3630 { 3631 "referenced_type" : "_ZTIPi" 3632 } 3633 ], 3634 "return_type" : "_ZTIv", 3635 "source_file" : "libnativehelper/include_jni/jni.h" 3636 }, 3637 { 3638 "alignment" : 4, 3639 "linker_set_key" : "_ZTIFvP7_JNIEnvP11_jbyteArrayPaiE", 3640 "name" : "void (_JNIEnv *, _jbyteArray *, signed char *, int)", 3641 "parameters" : 3642 [ 3643 { 3644 "referenced_type" : "_ZTIP7_JNIEnv" 3645 }, 3646 { 3647 "referenced_type" : "_ZTIP11_jbyteArray" 3648 }, 3649 { 3650 "referenced_type" : "_ZTIPa" 3651 }, 3652 { 3653 "referenced_type" : "_ZTIi" 3654 } 3655 ], 3656 "return_type" : "_ZTIv", 3657 "source_file" : "libnativehelper/include_jni/jni.h" 3658 }, 3659 { 3660 "alignment" : 4, 3661 "linker_set_key" : "_ZTIFvP7_JNIEnvP11_jbyteArrayiiPKaE", 3662 "name" : "void (_JNIEnv *, _jbyteArray *, int, int, const signed char *)", 3663 "parameters" : 3664 [ 3665 { 3666 "referenced_type" : "_ZTIP7_JNIEnv" 3667 }, 3668 { 3669 "referenced_type" : "_ZTIP11_jbyteArray" 3670 }, 3671 { 3672 "referenced_type" : "_ZTIi" 3673 }, 3674 { 3675 "referenced_type" : "_ZTIi" 3676 }, 3677 { 3678 "referenced_type" : "_ZTIPKa" 3679 } 3680 ], 3681 "return_type" : "_ZTIv", 3682 "source_file" : "libnativehelper/include_jni/jni.h" 3683 }, 3684 { 3685 "alignment" : 4, 3686 "linker_set_key" : "_ZTIFvP7_JNIEnvP11_jbyteArrayiiPaE", 3687 "name" : "void (_JNIEnv *, _jbyteArray *, int, int, signed char *)", 3688 "parameters" : 3689 [ 3690 { 3691 "referenced_type" : "_ZTIP7_JNIEnv" 3692 }, 3693 { 3694 "referenced_type" : "_ZTIP11_jbyteArray" 3695 }, 3696 { 3697 "referenced_type" : "_ZTIi" 3698 }, 3699 { 3700 "referenced_type" : "_ZTIi" 3701 }, 3702 { 3703 "referenced_type" : "_ZTIPa" 3704 } 3705 ], 3706 "return_type" : "_ZTIv", 3707 "source_file" : "libnativehelper/include_jni/jni.h" 3708 }, 3709 { 3710 "alignment" : 4, 3711 "linker_set_key" : "_ZTIFvP7_JNIEnvP11_jcharArrayPtiE", 3712 "name" : "void (_JNIEnv *, _jcharArray *, unsigned short *, int)", 3713 "parameters" : 3714 [ 3715 { 3716 "referenced_type" : "_ZTIP7_JNIEnv" 3717 }, 3718 { 3719 "referenced_type" : "_ZTIP11_jcharArray" 3720 }, 3721 { 3722 "referenced_type" : "_ZTIPt" 3723 }, 3724 { 3725 "referenced_type" : "_ZTIi" 3726 } 3727 ], 3728 "return_type" : "_ZTIv", 3729 "source_file" : "libnativehelper/include_jni/jni.h" 3730 }, 3731 { 3732 "alignment" : 4, 3733 "linker_set_key" : "_ZTIFvP7_JNIEnvP11_jcharArrayiiPKtE", 3734 "name" : "void (_JNIEnv *, _jcharArray *, int, int, const unsigned short *)", 3735 "parameters" : 3736 [ 3737 { 3738 "referenced_type" : "_ZTIP7_JNIEnv" 3739 }, 3740 { 3741 "referenced_type" : "_ZTIP11_jcharArray" 3742 }, 3743 { 3744 "referenced_type" : "_ZTIi" 3745 }, 3746 { 3747 "referenced_type" : "_ZTIi" 3748 }, 3749 { 3750 "referenced_type" : "_ZTIPKt" 3751 } 3752 ], 3753 "return_type" : "_ZTIv", 3754 "source_file" : "libnativehelper/include_jni/jni.h" 3755 }, 3756 { 3757 "alignment" : 4, 3758 "linker_set_key" : "_ZTIFvP7_JNIEnvP11_jcharArrayiiPtE", 3759 "name" : "void (_JNIEnv *, _jcharArray *, int, int, unsigned short *)", 3760 "parameters" : 3761 [ 3762 { 3763 "referenced_type" : "_ZTIP7_JNIEnv" 3764 }, 3765 { 3766 "referenced_type" : "_ZTIP11_jcharArray" 3767 }, 3768 { 3769 "referenced_type" : "_ZTIi" 3770 }, 3771 { 3772 "referenced_type" : "_ZTIi" 3773 }, 3774 { 3775 "referenced_type" : "_ZTIPt" 3776 } 3777 ], 3778 "return_type" : "_ZTIv", 3779 "source_file" : "libnativehelper/include_jni/jni.h" 3780 }, 3781 { 3782 "alignment" : 4, 3783 "linker_set_key" : "_ZTIFvP7_JNIEnvP11_jlongArrayPxiE", 3784 "name" : "void (_JNIEnv *, _jlongArray *, long long *, int)", 3785 "parameters" : 3786 [ 3787 { 3788 "referenced_type" : "_ZTIP7_JNIEnv" 3789 }, 3790 { 3791 "referenced_type" : "_ZTIP11_jlongArray" 3792 }, 3793 { 3794 "referenced_type" : "_ZTIPx" 3795 }, 3796 { 3797 "referenced_type" : "_ZTIi" 3798 } 3799 ], 3800 "return_type" : "_ZTIv", 3801 "source_file" : "libnativehelper/include_jni/jni.h" 3802 }, 3803 { 3804 "alignment" : 4, 3805 "linker_set_key" : "_ZTIFvP7_JNIEnvP11_jlongArrayiiPKxE", 3806 "name" : "void (_JNIEnv *, _jlongArray *, int, int, const long long *)", 3807 "parameters" : 3808 [ 3809 { 3810 "referenced_type" : "_ZTIP7_JNIEnv" 3811 }, 3812 { 3813 "referenced_type" : "_ZTIP11_jlongArray" 3814 }, 3815 { 3816 "referenced_type" : "_ZTIi" 3817 }, 3818 { 3819 "referenced_type" : "_ZTIi" 3820 }, 3821 { 3822 "referenced_type" : "_ZTIPKx" 3823 } 3824 ], 3825 "return_type" : "_ZTIv", 3826 "source_file" : "libnativehelper/include_jni/jni.h" 3827 }, 3828 { 3829 "alignment" : 4, 3830 "linker_set_key" : "_ZTIFvP7_JNIEnvP11_jlongArrayiiPxE", 3831 "name" : "void (_JNIEnv *, _jlongArray *, int, int, long long *)", 3832 "parameters" : 3833 [ 3834 { 3835 "referenced_type" : "_ZTIP7_JNIEnv" 3836 }, 3837 { 3838 "referenced_type" : "_ZTIP11_jlongArray" 3839 }, 3840 { 3841 "referenced_type" : "_ZTIi" 3842 }, 3843 { 3844 "referenced_type" : "_ZTIi" 3845 }, 3846 { 3847 "referenced_type" : "_ZTIPx" 3848 } 3849 ], 3850 "return_type" : "_ZTIv", 3851 "source_file" : "libnativehelper/include_jni/jni.h" 3852 }, 3853 { 3854 "alignment" : 4, 3855 "linker_set_key" : "_ZTIFvP7_JNIEnvP12_jfloatArrayPfiE", 3856 "name" : "void (_JNIEnv *, _jfloatArray *, float *, int)", 3857 "parameters" : 3858 [ 3859 { 3860 "referenced_type" : "_ZTIP7_JNIEnv" 3861 }, 3862 { 3863 "referenced_type" : "_ZTIP12_jfloatArray" 3864 }, 3865 { 3866 "referenced_type" : "_ZTIPf" 3867 }, 3868 { 3869 "referenced_type" : "_ZTIi" 3870 } 3871 ], 3872 "return_type" : "_ZTIv", 3873 "source_file" : "libnativehelper/include_jni/jni.h" 3874 }, 3875 { 3876 "alignment" : 4, 3877 "linker_set_key" : "_ZTIFvP7_JNIEnvP12_jfloatArrayiiPKfE", 3878 "name" : "void (_JNIEnv *, _jfloatArray *, int, int, const float *)", 3879 "parameters" : 3880 [ 3881 { 3882 "referenced_type" : "_ZTIP7_JNIEnv" 3883 }, 3884 { 3885 "referenced_type" : "_ZTIP12_jfloatArray" 3886 }, 3887 { 3888 "referenced_type" : "_ZTIi" 3889 }, 3890 { 3891 "referenced_type" : "_ZTIi" 3892 }, 3893 { 3894 "referenced_type" : "_ZTIPKf" 3895 } 3896 ], 3897 "return_type" : "_ZTIv", 3898 "source_file" : "libnativehelper/include_jni/jni.h" 3899 }, 3900 { 3901 "alignment" : 4, 3902 "linker_set_key" : "_ZTIFvP7_JNIEnvP12_jfloatArrayiiPfE", 3903 "name" : "void (_JNIEnv *, _jfloatArray *, int, int, float *)", 3904 "parameters" : 3905 [ 3906 { 3907 "referenced_type" : "_ZTIP7_JNIEnv" 3908 }, 3909 { 3910 "referenced_type" : "_ZTIP12_jfloatArray" 3911 }, 3912 { 3913 "referenced_type" : "_ZTIi" 3914 }, 3915 { 3916 "referenced_type" : "_ZTIi" 3917 }, 3918 { 3919 "referenced_type" : "_ZTIPf" 3920 } 3921 ], 3922 "return_type" : "_ZTIv", 3923 "source_file" : "libnativehelper/include_jni/jni.h" 3924 }, 3925 { 3926 "alignment" : 4, 3927 "linker_set_key" : "_ZTIFvP7_JNIEnvP12_jshortArrayPsiE", 3928 "name" : "void (_JNIEnv *, _jshortArray *, short *, int)", 3929 "parameters" : 3930 [ 3931 { 3932 "referenced_type" : "_ZTIP7_JNIEnv" 3933 }, 3934 { 3935 "referenced_type" : "_ZTIP12_jshortArray" 3936 }, 3937 { 3938 "referenced_type" : "_ZTIPs" 3939 }, 3940 { 3941 "referenced_type" : "_ZTIi" 3942 } 3943 ], 3944 "return_type" : "_ZTIv", 3945 "source_file" : "libnativehelper/include_jni/jni.h" 3946 }, 3947 { 3948 "alignment" : 4, 3949 "linker_set_key" : "_ZTIFvP7_JNIEnvP12_jshortArrayiiPKsE", 3950 "name" : "void (_JNIEnv *, _jshortArray *, int, int, const short *)", 3951 "parameters" : 3952 [ 3953 { 3954 "referenced_type" : "_ZTIP7_JNIEnv" 3955 }, 3956 { 3957 "referenced_type" : "_ZTIP12_jshortArray" 3958 }, 3959 { 3960 "referenced_type" : "_ZTIi" 3961 }, 3962 { 3963 "referenced_type" : "_ZTIi" 3964 }, 3965 { 3966 "referenced_type" : "_ZTIPKs" 3967 } 3968 ], 3969 "return_type" : "_ZTIv", 3970 "source_file" : "libnativehelper/include_jni/jni.h" 3971 }, 3972 { 3973 "alignment" : 4, 3974 "linker_set_key" : "_ZTIFvP7_JNIEnvP12_jshortArrayiiPsE", 3975 "name" : "void (_JNIEnv *, _jshortArray *, int, int, short *)", 3976 "parameters" : 3977 [ 3978 { 3979 "referenced_type" : "_ZTIP7_JNIEnv" 3980 }, 3981 { 3982 "referenced_type" : "_ZTIP12_jshortArray" 3983 }, 3984 { 3985 "referenced_type" : "_ZTIi" 3986 }, 3987 { 3988 "referenced_type" : "_ZTIi" 3989 }, 3990 { 3991 "referenced_type" : "_ZTIPs" 3992 } 3993 ], 3994 "return_type" : "_ZTIv", 3995 "source_file" : "libnativehelper/include_jni/jni.h" 3996 }, 3997 { 3998 "alignment" : 4, 3999 "linker_set_key" : "_ZTIFvP7_JNIEnvP13_jdoubleArrayPdiE", 4000 "name" : "void (_JNIEnv *, _jdoubleArray *, double *, int)", 4001 "parameters" : 4002 [ 4003 { 4004 "referenced_type" : "_ZTIP7_JNIEnv" 4005 }, 4006 { 4007 "referenced_type" : "_ZTIP13_jdoubleArray" 4008 }, 4009 { 4010 "referenced_type" : "_ZTIPd" 4011 }, 4012 { 4013 "referenced_type" : "_ZTIi" 4014 } 4015 ], 4016 "return_type" : "_ZTIv", 4017 "source_file" : "libnativehelper/include_jni/jni.h" 4018 }, 4019 { 4020 "alignment" : 4, 4021 "linker_set_key" : "_ZTIFvP7_JNIEnvP13_jdoubleArrayiiPKdE", 4022 "name" : "void (_JNIEnv *, _jdoubleArray *, int, int, const double *)", 4023 "parameters" : 4024 [ 4025 { 4026 "referenced_type" : "_ZTIP7_JNIEnv" 4027 }, 4028 { 4029 "referenced_type" : "_ZTIP13_jdoubleArray" 4030 }, 4031 { 4032 "referenced_type" : "_ZTIi" 4033 }, 4034 { 4035 "referenced_type" : "_ZTIi" 4036 }, 4037 { 4038 "referenced_type" : "_ZTIPKd" 4039 } 4040 ], 4041 "return_type" : "_ZTIv", 4042 "source_file" : "libnativehelper/include_jni/jni.h" 4043 }, 4044 { 4045 "alignment" : 4, 4046 "linker_set_key" : "_ZTIFvP7_JNIEnvP13_jdoubleArrayiiPdE", 4047 "name" : "void (_JNIEnv *, _jdoubleArray *, int, int, double *)", 4048 "parameters" : 4049 [ 4050 { 4051 "referenced_type" : "_ZTIP7_JNIEnv" 4052 }, 4053 { 4054 "referenced_type" : "_ZTIP13_jdoubleArray" 4055 }, 4056 { 4057 "referenced_type" : "_ZTIi" 4058 }, 4059 { 4060 "referenced_type" : "_ZTIi" 4061 }, 4062 { 4063 "referenced_type" : "_ZTIPd" 4064 } 4065 ], 4066 "return_type" : "_ZTIv", 4067 "source_file" : "libnativehelper/include_jni/jni.h" 4068 }, 4069 { 4070 "alignment" : 4, 4071 "linker_set_key" : "_ZTIFvP7_JNIEnvP13_jobjectArrayiP8_jobjectE", 4072 "name" : "void (_JNIEnv *, _jobjectArray *, int, _jobject *)", 4073 "parameters" : 4074 [ 4075 { 4076 "referenced_type" : "_ZTIP7_JNIEnv" 4077 }, 4078 { 4079 "referenced_type" : "_ZTIP13_jobjectArray" 4080 }, 4081 { 4082 "referenced_type" : "_ZTIi" 4083 }, 4084 { 4085 "referenced_type" : "_ZTIP8_jobject" 4086 } 4087 ], 4088 "return_type" : "_ZTIv", 4089 "source_file" : "libnativehelper/include_jni/jni.h" 4090 }, 4091 { 4092 "alignment" : 4, 4093 "linker_set_key" : "_ZTIFvP7_JNIEnvP14_jbooleanArrayPhiE", 4094 "name" : "void (_JNIEnv *, _jbooleanArray *, unsigned char *, int)", 4095 "parameters" : 4096 [ 4097 { 4098 "referenced_type" : "_ZTIP7_JNIEnv" 4099 }, 4100 { 4101 "referenced_type" : "_ZTIP14_jbooleanArray" 4102 }, 4103 { 4104 "referenced_type" : "_ZTIPh" 4105 }, 4106 { 4107 "referenced_type" : "_ZTIi" 4108 } 4109 ], 4110 "return_type" : "_ZTIv", 4111 "source_file" : "libnativehelper/include_jni/jni.h" 4112 }, 4113 { 4114 "alignment" : 4, 4115 "linker_set_key" : "_ZTIFvP7_JNIEnvP14_jbooleanArrayiiPKhE", 4116 "name" : "void (_JNIEnv *, _jbooleanArray *, int, int, const unsigned char *)", 4117 "parameters" : 4118 [ 4119 { 4120 "referenced_type" : "_ZTIP7_JNIEnv" 4121 }, 4122 { 4123 "referenced_type" : "_ZTIP14_jbooleanArray" 4124 }, 4125 { 4126 "referenced_type" : "_ZTIi" 4127 }, 4128 { 4129 "referenced_type" : "_ZTIi" 4130 }, 4131 { 4132 "referenced_type" : "_ZTIPKh" 4133 } 4134 ], 4135 "return_type" : "_ZTIv", 4136 "source_file" : "libnativehelper/include_jni/jni.h" 4137 }, 4138 { 4139 "alignment" : 4, 4140 "linker_set_key" : "_ZTIFvP7_JNIEnvP14_jbooleanArrayiiPhE", 4141 "name" : "void (_JNIEnv *, _jbooleanArray *, int, int, unsigned char *)", 4142 "parameters" : 4143 [ 4144 { 4145 "referenced_type" : "_ZTIP7_JNIEnv" 4146 }, 4147 { 4148 "referenced_type" : "_ZTIP14_jbooleanArray" 4149 }, 4150 { 4151 "referenced_type" : "_ZTIi" 4152 }, 4153 { 4154 "referenced_type" : "_ZTIi" 4155 }, 4156 { 4157 "referenced_type" : "_ZTIPh" 4158 } 4159 ], 4160 "return_type" : "_ZTIv", 4161 "source_file" : "libnativehelper/include_jni/jni.h" 4162 }, 4163 { 4164 "alignment" : 4, 4165 "linker_set_key" : "_ZTIFvP7_JNIEnvP7_jarrayPviE", 4166 "name" : "void (_JNIEnv *, _jarray *, void *, int)", 4167 "parameters" : 4168 [ 4169 { 4170 "referenced_type" : "_ZTIP7_JNIEnv" 4171 }, 4172 { 4173 "referenced_type" : "_ZTIP7_jarray" 4174 }, 4175 { 4176 "referenced_type" : "_ZTIPv" 4177 }, 4178 { 4179 "referenced_type" : "_ZTIi" 4180 } 4181 ], 4182 "return_type" : "_ZTIv", 4183 "source_file" : "libnativehelper/include_jni/jni.h" 4184 }, 4185 { 4186 "alignment" : 4, 4187 "linker_set_key" : "_ZTIFvP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE", 4188 "name" : "void (_JNIEnv *, _jclass *, _jmethodID *, const jvalue *)", 4189 "parameters" : 4190 [ 4191 { 4192 "referenced_type" : "_ZTIP7_JNIEnv" 4193 }, 4194 { 4195 "referenced_type" : "_ZTIP7_jclass" 4196 }, 4197 { 4198 "referenced_type" : "_ZTIP10_jmethodID" 4199 }, 4200 { 4201 "referenced_type" : "_ZTIPK6jvalue" 4202 } 4203 ], 4204 "return_type" : "_ZTIv", 4205 "source_file" : "libnativehelper/include_jni/jni.h" 4206 }, 4207 { 4208 "alignment" : 4, 4209 "linker_set_key" : "_ZTIFvP7_JNIEnvP7_jclassP10_jmethodIDPcE", 4210 "name" : "void (_JNIEnv *, _jclass *, _jmethodID *, char *)", 4211 "parameters" : 4212 [ 4213 { 4214 "referenced_type" : "_ZTIP7_JNIEnv" 4215 }, 4216 { 4217 "referenced_type" : "_ZTIP7_jclass" 4218 }, 4219 { 4220 "referenced_type" : "_ZTIP10_jmethodID" 4221 }, 4222 { 4223 "referenced_type" : "_ZTIPc" 4224 } 4225 ], 4226 "return_type" : "_ZTIv", 4227 "source_file" : "libnativehelper/include_jni/jni.h" 4228 }, 4229 { 4230 "alignment" : 4, 4231 "linker_set_key" : "_ZTIFvP7_JNIEnvP7_jclassP10_jmethodIDzE", 4232 "name" : "void (_JNIEnv *, _jclass *, _jmethodID *, ...)", 4233 "parameters" : 4234 [ 4235 { 4236 "referenced_type" : "_ZTIP7_JNIEnv" 4237 }, 4238 { 4239 "referenced_type" : "_ZTIP7_jclass" 4240 }, 4241 { 4242 "referenced_type" : "_ZTIP10_jmethodID" 4243 } 4244 ], 4245 "return_type" : "_ZTIv", 4246 "source_file" : "libnativehelper/include_jni/jni.h" 4247 }, 4248 { 4249 "alignment" : 4, 4250 "linker_set_key" : "_ZTIFvP7_JNIEnvP7_jclassP9_jfieldIDP8_jobjectE", 4251 "name" : "void (_JNIEnv *, _jclass *, _jfieldID *, _jobject *)", 4252 "parameters" : 4253 [ 4254 { 4255 "referenced_type" : "_ZTIP7_JNIEnv" 4256 }, 4257 { 4258 "referenced_type" : "_ZTIP7_jclass" 4259 }, 4260 { 4261 "referenced_type" : "_ZTIP9_jfieldID" 4262 }, 4263 { 4264 "referenced_type" : "_ZTIP8_jobject" 4265 } 4266 ], 4267 "return_type" : "_ZTIv", 4268 "source_file" : "libnativehelper/include_jni/jni.h" 4269 }, 4270 { 4271 "alignment" : 4, 4272 "linker_set_key" : "_ZTIFvP7_JNIEnvP7_jclassP9_jfieldIDaE", 4273 "name" : "void (_JNIEnv *, _jclass *, _jfieldID *, signed char)", 4274 "parameters" : 4275 [ 4276 { 4277 "referenced_type" : "_ZTIP7_JNIEnv" 4278 }, 4279 { 4280 "referenced_type" : "_ZTIP7_jclass" 4281 }, 4282 { 4283 "referenced_type" : "_ZTIP9_jfieldID" 4284 }, 4285 { 4286 "referenced_type" : "_ZTIa" 4287 } 4288 ], 4289 "return_type" : "_ZTIv", 4290 "source_file" : "libnativehelper/include_jni/jni.h" 4291 }, 4292 { 4293 "alignment" : 4, 4294 "linker_set_key" : "_ZTIFvP7_JNIEnvP7_jclassP9_jfieldIDdE", 4295 "name" : "void (_JNIEnv *, _jclass *, _jfieldID *, double)", 4296 "parameters" : 4297 [ 4298 { 4299 "referenced_type" : "_ZTIP7_JNIEnv" 4300 }, 4301 { 4302 "referenced_type" : "_ZTIP7_jclass" 4303 }, 4304 { 4305 "referenced_type" : "_ZTIP9_jfieldID" 4306 }, 4307 { 4308 "referenced_type" : "_ZTId" 4309 } 4310 ], 4311 "return_type" : "_ZTIv", 4312 "source_file" : "libnativehelper/include_jni/jni.h" 4313 }, 4314 { 4315 "alignment" : 4, 4316 "linker_set_key" : "_ZTIFvP7_JNIEnvP7_jclassP9_jfieldIDfE", 4317 "name" : "void (_JNIEnv *, _jclass *, _jfieldID *, float)", 4318 "parameters" : 4319 [ 4320 { 4321 "referenced_type" : "_ZTIP7_JNIEnv" 4322 }, 4323 { 4324 "referenced_type" : "_ZTIP7_jclass" 4325 }, 4326 { 4327 "referenced_type" : "_ZTIP9_jfieldID" 4328 }, 4329 { 4330 "referenced_type" : "_ZTIf" 4331 } 4332 ], 4333 "return_type" : "_ZTIv", 4334 "source_file" : "libnativehelper/include_jni/jni.h" 4335 }, 4336 { 4337 "alignment" : 4, 4338 "linker_set_key" : "_ZTIFvP7_JNIEnvP7_jclassP9_jfieldIDhE", 4339 "name" : "void (_JNIEnv *, _jclass *, _jfieldID *, unsigned char)", 4340 "parameters" : 4341 [ 4342 { 4343 "referenced_type" : "_ZTIP7_JNIEnv" 4344 }, 4345 { 4346 "referenced_type" : "_ZTIP7_jclass" 4347 }, 4348 { 4349 "referenced_type" : "_ZTIP9_jfieldID" 4350 }, 4351 { 4352 "referenced_type" : "_ZTIh" 4353 } 4354 ], 4355 "return_type" : "_ZTIv", 4356 "source_file" : "libnativehelper/include_jni/jni.h" 4357 }, 4358 { 4359 "alignment" : 4, 4360 "linker_set_key" : "_ZTIFvP7_JNIEnvP7_jclassP9_jfieldIDiE", 4361 "name" : "void (_JNIEnv *, _jclass *, _jfieldID *, int)", 4362 "parameters" : 4363 [ 4364 { 4365 "referenced_type" : "_ZTIP7_JNIEnv" 4366 }, 4367 { 4368 "referenced_type" : "_ZTIP7_jclass" 4369 }, 4370 { 4371 "referenced_type" : "_ZTIP9_jfieldID" 4372 }, 4373 { 4374 "referenced_type" : "_ZTIi" 4375 } 4376 ], 4377 "return_type" : "_ZTIv", 4378 "source_file" : "libnativehelper/include_jni/jni.h" 4379 }, 4380 { 4381 "alignment" : 4, 4382 "linker_set_key" : "_ZTIFvP7_JNIEnvP7_jclassP9_jfieldIDsE", 4383 "name" : "void (_JNIEnv *, _jclass *, _jfieldID *, short)", 4384 "parameters" : 4385 [ 4386 { 4387 "referenced_type" : "_ZTIP7_JNIEnv" 4388 }, 4389 { 4390 "referenced_type" : "_ZTIP7_jclass" 4391 }, 4392 { 4393 "referenced_type" : "_ZTIP9_jfieldID" 4394 }, 4395 { 4396 "referenced_type" : "_ZTIs" 4397 } 4398 ], 4399 "return_type" : "_ZTIv", 4400 "source_file" : "libnativehelper/include_jni/jni.h" 4401 }, 4402 { 4403 "alignment" : 4, 4404 "linker_set_key" : "_ZTIFvP7_JNIEnvP7_jclassP9_jfieldIDtE", 4405 "name" : "void (_JNIEnv *, _jclass *, _jfieldID *, unsigned short)", 4406 "parameters" : 4407 [ 4408 { 4409 "referenced_type" : "_ZTIP7_JNIEnv" 4410 }, 4411 { 4412 "referenced_type" : "_ZTIP7_jclass" 4413 }, 4414 { 4415 "referenced_type" : "_ZTIP9_jfieldID" 4416 }, 4417 { 4418 "referenced_type" : "_ZTIt" 4419 } 4420 ], 4421 "return_type" : "_ZTIv", 4422 "source_file" : "libnativehelper/include_jni/jni.h" 4423 }, 4424 { 4425 "alignment" : 4, 4426 "linker_set_key" : "_ZTIFvP7_JNIEnvP7_jclassP9_jfieldIDxE", 4427 "name" : "void (_JNIEnv *, _jclass *, _jfieldID *, long long)", 4428 "parameters" : 4429 [ 4430 { 4431 "referenced_type" : "_ZTIP7_JNIEnv" 4432 }, 4433 { 4434 "referenced_type" : "_ZTIP7_jclass" 4435 }, 4436 { 4437 "referenced_type" : "_ZTIP9_jfieldID" 4438 }, 4439 { 4440 "referenced_type" : "_ZTIx" 4441 } 4442 ], 4443 "return_type" : "_ZTIv", 4444 "source_file" : "libnativehelper/include_jni/jni.h" 4445 }, 4446 { 4447 "alignment" : 4, 4448 "linker_set_key" : "_ZTIFvP7_JNIEnvP8_jobjectE", 4449 "name" : "void (_JNIEnv *, _jobject *)", 4450 "parameters" : 4451 [ 4452 { 4453 "referenced_type" : "_ZTIP7_JNIEnv" 4454 }, 4455 { 4456 "referenced_type" : "_ZTIP8_jobject" 4457 } 4458 ], 4459 "return_type" : "_ZTIv", 4460 "source_file" : "libnativehelper/include_jni/jni.h" 4461 }, 4462 { 4463 "alignment" : 4, 4464 "linker_set_key" : "_ZTIFvP7_JNIEnvP8_jobjectP10_jmethodIDPK6jvalueE", 4465 "name" : "void (_JNIEnv *, _jobject *, _jmethodID *, const jvalue *)", 4466 "parameters" : 4467 [ 4468 { 4469 "referenced_type" : "_ZTIP7_JNIEnv" 4470 }, 4471 { 4472 "referenced_type" : "_ZTIP8_jobject" 4473 }, 4474 { 4475 "referenced_type" : "_ZTIP10_jmethodID" 4476 }, 4477 { 4478 "referenced_type" : "_ZTIPK6jvalue" 4479 } 4480 ], 4481 "return_type" : "_ZTIv", 4482 "source_file" : "libnativehelper/include_jni/jni.h" 4483 }, 4484 { 4485 "alignment" : 4, 4486 "linker_set_key" : "_ZTIFvP7_JNIEnvP8_jobjectP10_jmethodIDPcE", 4487 "name" : "void (_JNIEnv *, _jobject *, _jmethodID *, char *)", 4488 "parameters" : 4489 [ 4490 { 4491 "referenced_type" : "_ZTIP7_JNIEnv" 4492 }, 4493 { 4494 "referenced_type" : "_ZTIP8_jobject" 4495 }, 4496 { 4497 "referenced_type" : "_ZTIP10_jmethodID" 4498 }, 4499 { 4500 "referenced_type" : "_ZTIPc" 4501 } 4502 ], 4503 "return_type" : "_ZTIv", 4504 "source_file" : "libnativehelper/include_jni/jni.h" 4505 }, 4506 { 4507 "alignment" : 4, 4508 "linker_set_key" : "_ZTIFvP7_JNIEnvP8_jobjectP10_jmethodIDzE", 4509 "name" : "void (_JNIEnv *, _jobject *, _jmethodID *, ...)", 4510 "parameters" : 4511 [ 4512 { 4513 "referenced_type" : "_ZTIP7_JNIEnv" 4514 }, 4515 { 4516 "referenced_type" : "_ZTIP8_jobject" 4517 }, 4518 { 4519 "referenced_type" : "_ZTIP10_jmethodID" 4520 } 4521 ], 4522 "return_type" : "_ZTIv", 4523 "source_file" : "libnativehelper/include_jni/jni.h" 4524 }, 4525 { 4526 "alignment" : 4, 4527 "linker_set_key" : "_ZTIFvP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPK6jvalueE", 4528 "name" : "void (_JNIEnv *, _jobject *, _jclass *, _jmethodID *, const jvalue *)", 4529 "parameters" : 4530 [ 4531 { 4532 "referenced_type" : "_ZTIP7_JNIEnv" 4533 }, 4534 { 4535 "referenced_type" : "_ZTIP8_jobject" 4536 }, 4537 { 4538 "referenced_type" : "_ZTIP7_jclass" 4539 }, 4540 { 4541 "referenced_type" : "_ZTIP10_jmethodID" 4542 }, 4543 { 4544 "referenced_type" : "_ZTIPK6jvalue" 4545 } 4546 ], 4547 "return_type" : "_ZTIv", 4548 "source_file" : "libnativehelper/include_jni/jni.h" 4549 }, 4550 { 4551 "alignment" : 4, 4552 "linker_set_key" : "_ZTIFvP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPcE", 4553 "name" : "void (_JNIEnv *, _jobject *, _jclass *, _jmethodID *, char *)", 4554 "parameters" : 4555 [ 4556 { 4557 "referenced_type" : "_ZTIP7_JNIEnv" 4558 }, 4559 { 4560 "referenced_type" : "_ZTIP8_jobject" 4561 }, 4562 { 4563 "referenced_type" : "_ZTIP7_jclass" 4564 }, 4565 { 4566 "referenced_type" : "_ZTIP10_jmethodID" 4567 }, 4568 { 4569 "referenced_type" : "_ZTIPc" 4570 } 4571 ], 4572 "return_type" : "_ZTIv", 4573 "source_file" : "libnativehelper/include_jni/jni.h" 4574 }, 4575 { 4576 "alignment" : 4, 4577 "linker_set_key" : "_ZTIFvP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDzE", 4578 "name" : "void (_JNIEnv *, _jobject *, _jclass *, _jmethodID *, ...)", 4579 "parameters" : 4580 [ 4581 { 4582 "referenced_type" : "_ZTIP7_JNIEnv" 4583 }, 4584 { 4585 "referenced_type" : "_ZTIP8_jobject" 4586 }, 4587 { 4588 "referenced_type" : "_ZTIP7_jclass" 4589 }, 4590 { 4591 "referenced_type" : "_ZTIP10_jmethodID" 4592 } 4593 ], 4594 "return_type" : "_ZTIv", 4595 "source_file" : "libnativehelper/include_jni/jni.h" 4596 }, 4597 { 4598 "alignment" : 4, 4599 "linker_set_key" : "_ZTIFvP7_JNIEnvP8_jobjectP9_jfieldIDS2_E", 4600 "name" : "void (_JNIEnv *, _jobject *, _jfieldID *, _jobject *)", 4601 "parameters" : 4602 [ 4603 { 4604 "referenced_type" : "_ZTIP7_JNIEnv" 4605 }, 4606 { 4607 "referenced_type" : "_ZTIP8_jobject" 4608 }, 4609 { 4610 "referenced_type" : "_ZTIP9_jfieldID" 4611 }, 4612 { 4613 "referenced_type" : "_ZTIP8_jobject" 4614 } 4615 ], 4616 "return_type" : "_ZTIv", 4617 "source_file" : "libnativehelper/include_jni/jni.h" 4618 }, 4619 { 4620 "alignment" : 4, 4621 "linker_set_key" : "_ZTIFvP7_JNIEnvP8_jobjectP9_jfieldIDaE", 4622 "name" : "void (_JNIEnv *, _jobject *, _jfieldID *, signed char)", 4623 "parameters" : 4624 [ 4625 { 4626 "referenced_type" : "_ZTIP7_JNIEnv" 4627 }, 4628 { 4629 "referenced_type" : "_ZTIP8_jobject" 4630 }, 4631 { 4632 "referenced_type" : "_ZTIP9_jfieldID" 4633 }, 4634 { 4635 "referenced_type" : "_ZTIa" 4636 } 4637 ], 4638 "return_type" : "_ZTIv", 4639 "source_file" : "libnativehelper/include_jni/jni.h" 4640 }, 4641 { 4642 "alignment" : 4, 4643 "linker_set_key" : "_ZTIFvP7_JNIEnvP8_jobjectP9_jfieldIDdE", 4644 "name" : "void (_JNIEnv *, _jobject *, _jfieldID *, double)", 4645 "parameters" : 4646 [ 4647 { 4648 "referenced_type" : "_ZTIP7_JNIEnv" 4649 }, 4650 { 4651 "referenced_type" : "_ZTIP8_jobject" 4652 }, 4653 { 4654 "referenced_type" : "_ZTIP9_jfieldID" 4655 }, 4656 { 4657 "referenced_type" : "_ZTId" 4658 } 4659 ], 4660 "return_type" : "_ZTIv", 4661 "source_file" : "libnativehelper/include_jni/jni.h" 4662 }, 4663 { 4664 "alignment" : 4, 4665 "linker_set_key" : "_ZTIFvP7_JNIEnvP8_jobjectP9_jfieldIDfE", 4666 "name" : "void (_JNIEnv *, _jobject *, _jfieldID *, float)", 4667 "parameters" : 4668 [ 4669 { 4670 "referenced_type" : "_ZTIP7_JNIEnv" 4671 }, 4672 { 4673 "referenced_type" : "_ZTIP8_jobject" 4674 }, 4675 { 4676 "referenced_type" : "_ZTIP9_jfieldID" 4677 }, 4678 { 4679 "referenced_type" : "_ZTIf" 4680 } 4681 ], 4682 "return_type" : "_ZTIv", 4683 "source_file" : "libnativehelper/include_jni/jni.h" 4684 }, 4685 { 4686 "alignment" : 4, 4687 "linker_set_key" : "_ZTIFvP7_JNIEnvP8_jobjectP9_jfieldIDhE", 4688 "name" : "void (_JNIEnv *, _jobject *, _jfieldID *, unsigned char)", 4689 "parameters" : 4690 [ 4691 { 4692 "referenced_type" : "_ZTIP7_JNIEnv" 4693 }, 4694 { 4695 "referenced_type" : "_ZTIP8_jobject" 4696 }, 4697 { 4698 "referenced_type" : "_ZTIP9_jfieldID" 4699 }, 4700 { 4701 "referenced_type" : "_ZTIh" 4702 } 4703 ], 4704 "return_type" : "_ZTIv", 4705 "source_file" : "libnativehelper/include_jni/jni.h" 4706 }, 4707 { 4708 "alignment" : 4, 4709 "linker_set_key" : "_ZTIFvP7_JNIEnvP8_jobjectP9_jfieldIDiE", 4710 "name" : "void (_JNIEnv *, _jobject *, _jfieldID *, int)", 4711 "parameters" : 4712 [ 4713 { 4714 "referenced_type" : "_ZTIP7_JNIEnv" 4715 }, 4716 { 4717 "referenced_type" : "_ZTIP8_jobject" 4718 }, 4719 { 4720 "referenced_type" : "_ZTIP9_jfieldID" 4721 }, 4722 { 4723 "referenced_type" : "_ZTIi" 4724 } 4725 ], 4726 "return_type" : "_ZTIv", 4727 "source_file" : "libnativehelper/include_jni/jni.h" 4728 }, 4729 { 4730 "alignment" : 4, 4731 "linker_set_key" : "_ZTIFvP7_JNIEnvP8_jobjectP9_jfieldIDsE", 4732 "name" : "void (_JNIEnv *, _jobject *, _jfieldID *, short)", 4733 "parameters" : 4734 [ 4735 { 4736 "referenced_type" : "_ZTIP7_JNIEnv" 4737 }, 4738 { 4739 "referenced_type" : "_ZTIP8_jobject" 4740 }, 4741 { 4742 "referenced_type" : "_ZTIP9_jfieldID" 4743 }, 4744 { 4745 "referenced_type" : "_ZTIs" 4746 } 4747 ], 4748 "return_type" : "_ZTIv", 4749 "source_file" : "libnativehelper/include_jni/jni.h" 4750 }, 4751 { 4752 "alignment" : 4, 4753 "linker_set_key" : "_ZTIFvP7_JNIEnvP8_jobjectP9_jfieldIDtE", 4754 "name" : "void (_JNIEnv *, _jobject *, _jfieldID *, unsigned short)", 4755 "parameters" : 4756 [ 4757 { 4758 "referenced_type" : "_ZTIP7_JNIEnv" 4759 }, 4760 { 4761 "referenced_type" : "_ZTIP8_jobject" 4762 }, 4763 { 4764 "referenced_type" : "_ZTIP9_jfieldID" 4765 }, 4766 { 4767 "referenced_type" : "_ZTIt" 4768 } 4769 ], 4770 "return_type" : "_ZTIv", 4771 "source_file" : "libnativehelper/include_jni/jni.h" 4772 }, 4773 { 4774 "alignment" : 4, 4775 "linker_set_key" : "_ZTIFvP7_JNIEnvP8_jobjectP9_jfieldIDxE", 4776 "name" : "void (_JNIEnv *, _jobject *, _jfieldID *, long long)", 4777 "parameters" : 4778 [ 4779 { 4780 "referenced_type" : "_ZTIP7_JNIEnv" 4781 }, 4782 { 4783 "referenced_type" : "_ZTIP8_jobject" 4784 }, 4785 { 4786 "referenced_type" : "_ZTIP9_jfieldID" 4787 }, 4788 { 4789 "referenced_type" : "_ZTIx" 4790 } 4791 ], 4792 "return_type" : "_ZTIv", 4793 "source_file" : "libnativehelper/include_jni/jni.h" 4794 }, 4795 { 4796 "alignment" : 4, 4797 "linker_set_key" : "_ZTIFvP7_JNIEnvP8_jstringPKcE", 4798 "name" : "void (_JNIEnv *, _jstring *, const char *)", 4799 "parameters" : 4800 [ 4801 { 4802 "referenced_type" : "_ZTIP7_JNIEnv" 4803 }, 4804 { 4805 "referenced_type" : "_ZTIP8_jstring" 4806 }, 4807 { 4808 "referenced_type" : "_ZTIPKc" 4809 } 4810 ], 4811 "return_type" : "_ZTIv", 4812 "source_file" : "libnativehelper/include_jni/jni.h" 4813 }, 4814 { 4815 "alignment" : 4, 4816 "linker_set_key" : "_ZTIFvP7_JNIEnvP8_jstringPKtE", 4817 "name" : "void (_JNIEnv *, _jstring *, const unsigned short *)", 4818 "parameters" : 4819 [ 4820 { 4821 "referenced_type" : "_ZTIP7_JNIEnv" 4822 }, 4823 { 4824 "referenced_type" : "_ZTIP8_jstring" 4825 }, 4826 { 4827 "referenced_type" : "_ZTIPKt" 4828 } 4829 ], 4830 "return_type" : "_ZTIv", 4831 "source_file" : "libnativehelper/include_jni/jni.h" 4832 }, 4833 { 4834 "alignment" : 4, 4835 "linker_set_key" : "_ZTIFvP7_JNIEnvP8_jstringiiPcE", 4836 "name" : "void (_JNIEnv *, _jstring *, int, int, char *)", 4837 "parameters" : 4838 [ 4839 { 4840 "referenced_type" : "_ZTIP7_JNIEnv" 4841 }, 4842 { 4843 "referenced_type" : "_ZTIP8_jstring" 4844 }, 4845 { 4846 "referenced_type" : "_ZTIi" 4847 }, 4848 { 4849 "referenced_type" : "_ZTIi" 4850 }, 4851 { 4852 "referenced_type" : "_ZTIPc" 4853 } 4854 ], 4855 "return_type" : "_ZTIv", 4856 "source_file" : "libnativehelper/include_jni/jni.h" 4857 }, 4858 { 4859 "alignment" : 4, 4860 "linker_set_key" : "_ZTIFvP7_JNIEnvP8_jstringiiPtE", 4861 "name" : "void (_JNIEnv *, _jstring *, int, int, unsigned short *)", 4862 "parameters" : 4863 [ 4864 { 4865 "referenced_type" : "_ZTIP7_JNIEnv" 4866 }, 4867 { 4868 "referenced_type" : "_ZTIP8_jstring" 4869 }, 4870 { 4871 "referenced_type" : "_ZTIi" 4872 }, 4873 { 4874 "referenced_type" : "_ZTIi" 4875 }, 4876 { 4877 "referenced_type" : "_ZTIPt" 4878 } 4879 ], 4880 "return_type" : "_ZTIv", 4881 "source_file" : "libnativehelper/include_jni/jni.h" 4882 }, 4883 { 4884 "alignment" : 4, 4885 "linker_set_key" : "_ZTIFvP7_JNIEnvPKcE", 4886 "name" : "void (_JNIEnv *, const char *)", 4887 "parameters" : 4888 [ 4889 { 4890 "referenced_type" : "_ZTIP7_JNIEnv" 4891 }, 4892 { 4893 "referenced_type" : "_ZTIPKc" 4894 } 4895 ], 4896 "return_type" : "_ZTIv", 4897 "source_file" : "libnativehelper/include_jni/jni.h" 4898 }, 4899 { 4900 "alignment" : 4, 4901 "linker_set_key" : "_ZTIFvvE", 4902 "name" : "void ()", 4903 "return_type" : "_ZTIv", 4904 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 4905 }, 4906 { 4907 "alignment" : 4, 4908 "linker_set_key" : "_ZTIFxP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE", 4909 "name" : "long long (_JNIEnv *, _jclass *, _jmethodID *, const jvalue *)", 4910 "parameters" : 4911 [ 4912 { 4913 "referenced_type" : "_ZTIP7_JNIEnv" 4914 }, 4915 { 4916 "referenced_type" : "_ZTIP7_jclass" 4917 }, 4918 { 4919 "referenced_type" : "_ZTIP10_jmethodID" 4920 }, 4921 { 4922 "referenced_type" : "_ZTIPK6jvalue" 4923 } 4924 ], 4925 "return_type" : "_ZTIx", 4926 "source_file" : "libnativehelper/include_jni/jni.h" 4927 }, 4928 { 4929 "alignment" : 4, 4930 "linker_set_key" : "_ZTIFxP7_JNIEnvP7_jclassP10_jmethodIDPcE", 4931 "name" : "long long (_JNIEnv *, _jclass *, _jmethodID *, char *)", 4932 "parameters" : 4933 [ 4934 { 4935 "referenced_type" : "_ZTIP7_JNIEnv" 4936 }, 4937 { 4938 "referenced_type" : "_ZTIP7_jclass" 4939 }, 4940 { 4941 "referenced_type" : "_ZTIP10_jmethodID" 4942 }, 4943 { 4944 "referenced_type" : "_ZTIPc" 4945 } 4946 ], 4947 "return_type" : "_ZTIx", 4948 "source_file" : "libnativehelper/include_jni/jni.h" 4949 }, 4950 { 4951 "alignment" : 4, 4952 "linker_set_key" : "_ZTIFxP7_JNIEnvP7_jclassP10_jmethodIDzE", 4953 "name" : "long long (_JNIEnv *, _jclass *, _jmethodID *, ...)", 4954 "parameters" : 4955 [ 4956 { 4957 "referenced_type" : "_ZTIP7_JNIEnv" 4958 }, 4959 { 4960 "referenced_type" : "_ZTIP7_jclass" 4961 }, 4962 { 4963 "referenced_type" : "_ZTIP10_jmethodID" 4964 } 4965 ], 4966 "return_type" : "_ZTIx", 4967 "source_file" : "libnativehelper/include_jni/jni.h" 4968 }, 4969 { 4970 "alignment" : 4, 4971 "linker_set_key" : "_ZTIFxP7_JNIEnvP7_jclassP9_jfieldIDE", 4972 "name" : "long long (_JNIEnv *, _jclass *, _jfieldID *)", 4973 "parameters" : 4974 [ 4975 { 4976 "referenced_type" : "_ZTIP7_JNIEnv" 4977 }, 4978 { 4979 "referenced_type" : "_ZTIP7_jclass" 4980 }, 4981 { 4982 "referenced_type" : "_ZTIP9_jfieldID" 4983 } 4984 ], 4985 "return_type" : "_ZTIx", 4986 "source_file" : "libnativehelper/include_jni/jni.h" 4987 }, 4988 { 4989 "alignment" : 4, 4990 "linker_set_key" : "_ZTIFxP7_JNIEnvP8_jobjectE", 4991 "name" : "long long (_JNIEnv *, _jobject *)", 4992 "parameters" : 4993 [ 4994 { 4995 "referenced_type" : "_ZTIP7_JNIEnv" 4996 }, 4997 { 4998 "referenced_type" : "_ZTIP8_jobject" 4999 } 5000 ], 5001 "return_type" : "_ZTIx", 5002 "source_file" : "libnativehelper/include_jni/jni.h" 5003 }, 5004 { 5005 "alignment" : 4, 5006 "linker_set_key" : "_ZTIFxP7_JNIEnvP8_jobjectP10_jmethodIDPK6jvalueE", 5007 "name" : "long long (_JNIEnv *, _jobject *, _jmethodID *, const jvalue *)", 5008 "parameters" : 5009 [ 5010 { 5011 "referenced_type" : "_ZTIP7_JNIEnv" 5012 }, 5013 { 5014 "referenced_type" : "_ZTIP8_jobject" 5015 }, 5016 { 5017 "referenced_type" : "_ZTIP10_jmethodID" 5018 }, 5019 { 5020 "referenced_type" : "_ZTIPK6jvalue" 5021 } 5022 ], 5023 "return_type" : "_ZTIx", 5024 "source_file" : "libnativehelper/include_jni/jni.h" 5025 }, 5026 { 5027 "alignment" : 4, 5028 "linker_set_key" : "_ZTIFxP7_JNIEnvP8_jobjectP10_jmethodIDPcE", 5029 "name" : "long long (_JNIEnv *, _jobject *, _jmethodID *, char *)", 5030 "parameters" : 5031 [ 5032 { 5033 "referenced_type" : "_ZTIP7_JNIEnv" 5034 }, 5035 { 5036 "referenced_type" : "_ZTIP8_jobject" 5037 }, 5038 { 5039 "referenced_type" : "_ZTIP10_jmethodID" 5040 }, 5041 { 5042 "referenced_type" : "_ZTIPc" 5043 } 5044 ], 5045 "return_type" : "_ZTIx", 5046 "source_file" : "libnativehelper/include_jni/jni.h" 5047 }, 5048 { 5049 "alignment" : 4, 5050 "linker_set_key" : "_ZTIFxP7_JNIEnvP8_jobjectP10_jmethodIDzE", 5051 "name" : "long long (_JNIEnv *, _jobject *, _jmethodID *, ...)", 5052 "parameters" : 5053 [ 5054 { 5055 "referenced_type" : "_ZTIP7_JNIEnv" 5056 }, 5057 { 5058 "referenced_type" : "_ZTIP8_jobject" 5059 }, 5060 { 5061 "referenced_type" : "_ZTIP10_jmethodID" 5062 } 5063 ], 5064 "return_type" : "_ZTIx", 5065 "source_file" : "libnativehelper/include_jni/jni.h" 5066 }, 5067 { 5068 "alignment" : 4, 5069 "linker_set_key" : "_ZTIFxP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPK6jvalueE", 5070 "name" : "long long (_JNIEnv *, _jobject *, _jclass *, _jmethodID *, const jvalue *)", 5071 "parameters" : 5072 [ 5073 { 5074 "referenced_type" : "_ZTIP7_JNIEnv" 5075 }, 5076 { 5077 "referenced_type" : "_ZTIP8_jobject" 5078 }, 5079 { 5080 "referenced_type" : "_ZTIP7_jclass" 5081 }, 5082 { 5083 "referenced_type" : "_ZTIP10_jmethodID" 5084 }, 5085 { 5086 "referenced_type" : "_ZTIPK6jvalue" 5087 } 5088 ], 5089 "return_type" : "_ZTIx", 5090 "source_file" : "libnativehelper/include_jni/jni.h" 5091 }, 5092 { 5093 "alignment" : 4, 5094 "linker_set_key" : "_ZTIFxP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPcE", 5095 "name" : "long long (_JNIEnv *, _jobject *, _jclass *, _jmethodID *, char *)", 5096 "parameters" : 5097 [ 5098 { 5099 "referenced_type" : "_ZTIP7_JNIEnv" 5100 }, 5101 { 5102 "referenced_type" : "_ZTIP8_jobject" 5103 }, 5104 { 5105 "referenced_type" : "_ZTIP7_jclass" 5106 }, 5107 { 5108 "referenced_type" : "_ZTIP10_jmethodID" 5109 }, 5110 { 5111 "referenced_type" : "_ZTIPc" 5112 } 5113 ], 5114 "return_type" : "_ZTIx", 5115 "source_file" : "libnativehelper/include_jni/jni.h" 5116 }, 5117 { 5118 "alignment" : 4, 5119 "linker_set_key" : "_ZTIFxP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDzE", 5120 "name" : "long long (_JNIEnv *, _jobject *, _jclass *, _jmethodID *, ...)", 5121 "parameters" : 5122 [ 5123 { 5124 "referenced_type" : "_ZTIP7_JNIEnv" 5125 }, 5126 { 5127 "referenced_type" : "_ZTIP8_jobject" 5128 }, 5129 { 5130 "referenced_type" : "_ZTIP7_jclass" 5131 }, 5132 { 5133 "referenced_type" : "_ZTIP10_jmethodID" 5134 } 5135 ], 5136 "return_type" : "_ZTIx", 5137 "source_file" : "libnativehelper/include_jni/jni.h" 5138 }, 5139 { 5140 "alignment" : 4, 5141 "linker_set_key" : "_ZTIFxP7_JNIEnvP8_jobjectP9_jfieldIDE", 5142 "name" : "long long (_JNIEnv *, _jobject *, _jfieldID *)", 5143 "parameters" : 5144 [ 5145 { 5146 "referenced_type" : "_ZTIP7_JNIEnv" 5147 }, 5148 { 5149 "referenced_type" : "_ZTIP8_jobject" 5150 }, 5151 { 5152 "referenced_type" : "_ZTIP9_jfieldID" 5153 } 5154 ], 5155 "return_type" : "_ZTIx", 5156 "source_file" : "libnativehelper/include_jni/jni.h" 5157 } 5158 ], 5159 "functions" : 5160 [ 5161 { 5162 "function_name" : "android::NativeBridgeAvailable", 5163 "linker_set_key" : "NativeBridgeAvailable", 5164 "return_type" : "_ZTIb", 5165 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 5166 }, 5167 { 5168 "function_name" : "android::NativeBridgeGetError", 5169 "linker_set_key" : "NativeBridgeGetError", 5170 "return_type" : "_ZTIPKc", 5171 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 5172 }, 5173 { 5174 "function_name" : "android::NativeBridgeGetTrampoline", 5175 "linker_set_key" : "NativeBridgeGetTrampoline", 5176 "parameters" : 5177 [ 5178 { 5179 "referenced_type" : "_ZTIPv" 5180 }, 5181 { 5182 "referenced_type" : "_ZTIPKc" 5183 }, 5184 { 5185 "referenced_type" : "_ZTIPKc" 5186 }, 5187 { 5188 "referenced_type" : "_ZTIj" 5189 } 5190 ], 5191 "return_type" : "_ZTIPv", 5192 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 5193 }, 5194 { 5195 "function_name" : "android::NativeBridgeInitialized", 5196 "linker_set_key" : "NativeBridgeInitialized", 5197 "return_type" : "_ZTIb", 5198 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 5199 }, 5200 { 5201 "function_name" : "android::NeedsNativeBridge", 5202 "linker_set_key" : "NeedsNativeBridge", 5203 "parameters" : 5204 [ 5205 { 5206 "referenced_type" : "_ZTIPKc" 5207 } 5208 ], 5209 "return_type" : "_ZTIb", 5210 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 5211 }, 5212 { 5213 "function_name" : "android::PreInitializeNativeBridge", 5214 "linker_set_key" : "PreInitializeNativeBridge", 5215 "parameters" : 5216 [ 5217 { 5218 "referenced_type" : "_ZTIPKc" 5219 }, 5220 { 5221 "referenced_type" : "_ZTIPKc" 5222 } 5223 ], 5224 "return_type" : "_ZTIb", 5225 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 5226 } 5227 ], 5228 "global_vars" : [], 5229 "lvalue_reference_types" : 5230 [ 5231 { 5232 "alignment" : 4, 5233 "linker_set_key" : "_ZTIRK8log_time", 5234 "name" : "const log_time &", 5235 "referenced_type" : "_ZTIK8log_time", 5236 "size" : 4, 5237 "source_file" : "system/logging/liblog/include/log/log_time.h" 5238 }, 5239 { 5240 "alignment" : 4, 5241 "linker_set_key" : "_ZTIRK8timespec", 5242 "name" : "const timespec &", 5243 "referenced_type" : "_ZTIK8timespec", 5244 "size" : 4, 5245 "source_file" : "system/logging/liblog/include/log/log_time.h" 5246 } 5247 ], 5248 "pointer_types" : 5249 [ 5250 { 5251 "alignment" : 4, 5252 "linker_set_key" : "_ZTIP10_jintArray", 5253 "name" : "_jintArray *", 5254 "referenced_type" : "_ZTI10_jintArray", 5255 "size" : 4, 5256 "source_file" : "libnativehelper/include_jni/jni.h" 5257 }, 5258 { 5259 "alignment" : 4, 5260 "linker_set_key" : "_ZTIP10_jmethodID", 5261 "name" : "_jmethodID *", 5262 "referenced_type" : "_ZTI10_jmethodID", 5263 "size" : 4, 5264 "source_file" : "libnativehelper/include_jni/jni.h" 5265 }, 5266 { 5267 "alignment" : 4, 5268 "linker_set_key" : "_ZTIP11_jbyteArray", 5269 "name" : "_jbyteArray *", 5270 "referenced_type" : "_ZTI11_jbyteArray", 5271 "size" : 4, 5272 "source_file" : "libnativehelper/include_jni/jni.h" 5273 }, 5274 { 5275 "alignment" : 4, 5276 "linker_set_key" : "_ZTIP11_jcharArray", 5277 "name" : "_jcharArray *", 5278 "referenced_type" : "_ZTI11_jcharArray", 5279 "size" : 4, 5280 "source_file" : "libnativehelper/include_jni/jni.h" 5281 }, 5282 { 5283 "alignment" : 4, 5284 "linker_set_key" : "_ZTIP11_jlongArray", 5285 "name" : "_jlongArray *", 5286 "referenced_type" : "_ZTI11_jlongArray", 5287 "size" : 4, 5288 "source_file" : "libnativehelper/include_jni/jni.h" 5289 }, 5290 { 5291 "alignment" : 4, 5292 "linker_set_key" : "_ZTIP11_jthrowable", 5293 "name" : "_jthrowable *", 5294 "referenced_type" : "_ZTI11_jthrowable", 5295 "size" : 4, 5296 "source_file" : "libnativehelper/include_jni/jni.h" 5297 }, 5298 { 5299 "alignment" : 4, 5300 "linker_set_key" : "_ZTIP12JavaVMOption", 5301 "name" : "JavaVMOption *", 5302 "referenced_type" : "_ZTI12JavaVMOption", 5303 "size" : 4, 5304 "source_file" : "libnativehelper/include_jni/jni.h" 5305 }, 5306 { 5307 "alignment" : 4, 5308 "linker_set_key" : "_ZTIP12_jfloatArray", 5309 "name" : "_jfloatArray *", 5310 "referenced_type" : "_ZTI12_jfloatArray", 5311 "size" : 4, 5312 "source_file" : "libnativehelper/include_jni/jni.h" 5313 }, 5314 { 5315 "alignment" : 4, 5316 "linker_set_key" : "_ZTIP12_jshortArray", 5317 "name" : "_jshortArray *", 5318 "referenced_type" : "_ZTI12_jshortArray", 5319 "size" : 4, 5320 "source_file" : "libnativehelper/include_jni/jni.h" 5321 }, 5322 { 5323 "alignment" : 4, 5324 "linker_set_key" : "_ZTIP13_jdoubleArray", 5325 "name" : "_jdoubleArray *", 5326 "referenced_type" : "_ZTI13_jdoubleArray", 5327 "size" : 4, 5328 "source_file" : "libnativehelper/include_jni/jni.h" 5329 }, 5330 { 5331 "alignment" : 4, 5332 "linker_set_key" : "_ZTIP13_jobjectArray", 5333 "name" : "_jobjectArray *", 5334 "referenced_type" : "_ZTI13_jobjectArray", 5335 "size" : 4, 5336 "source_file" : "libnativehelper/include_jni/jni.h" 5337 }, 5338 { 5339 "alignment" : 4, 5340 "linker_set_key" : "_ZTIP14_jbooleanArray", 5341 "name" : "_jbooleanArray *", 5342 "referenced_type" : "_ZTI14_jbooleanArray", 5343 "size" : 4, 5344 "source_file" : "libnativehelper/include_jni/jni.h" 5345 }, 5346 { 5347 "alignment" : 4, 5348 "linker_set_key" : "_ZTIP15JNINativeMethod", 5349 "name" : "JNINativeMethod *", 5350 "referenced_type" : "_ZTI15JNINativeMethod", 5351 "size" : 4, 5352 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 5353 }, 5354 { 5355 "alignment" : 4, 5356 "linker_set_key" : "_ZTIP7_JNIEnv", 5357 "name" : "_JNIEnv *", 5358 "referenced_type" : "_ZTI7_JNIEnv", 5359 "size" : 4, 5360 "source_file" : "libnativehelper/include_jni/jni.h" 5361 }, 5362 { 5363 "alignment" : 4, 5364 "linker_set_key" : "_ZTIP7_JavaVM", 5365 "name" : "_JavaVM *", 5366 "referenced_type" : "_ZTI7_JavaVM", 5367 "size" : 4, 5368 "source_file" : "libnativehelper/include_jni/jni.h" 5369 }, 5370 { 5371 "alignment" : 4, 5372 "linker_set_key" : "_ZTIP7_jarray", 5373 "name" : "_jarray *", 5374 "referenced_type" : "_ZTI7_jarray", 5375 "size" : 4, 5376 "source_file" : "libnativehelper/include_jni/jni.h" 5377 }, 5378 { 5379 "alignment" : 4, 5380 "linker_set_key" : "_ZTIP7_jclass", 5381 "name" : "_jclass *", 5382 "referenced_type" : "_ZTI7_jclass", 5383 "size" : 4, 5384 "source_file" : "libnativehelper/include_jni/jni.h" 5385 }, 5386 { 5387 "alignment" : 4, 5388 "linker_set_key" : "_ZTIP7siginfo", 5389 "name" : "siginfo *", 5390 "referenced_type" : "_ZTI7siginfo", 5391 "size" : 4, 5392 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 5393 }, 5394 { 5395 "alignment" : 4, 5396 "linker_set_key" : "_ZTIP8_jobject", 5397 "name" : "_jobject *", 5398 "referenced_type" : "_ZTI8_jobject", 5399 "size" : 4, 5400 "source_file" : "libnativehelper/include_jni/jni.h" 5401 }, 5402 { 5403 "alignment" : 4, 5404 "linker_set_key" : "_ZTIP8_jstring", 5405 "name" : "_jstring *", 5406 "referenced_type" : "_ZTI8_jstring", 5407 "size" : 4, 5408 "source_file" : "libnativehelper/include_jni/jni.h" 5409 }, 5410 { 5411 "alignment" : 4, 5412 "linker_set_key" : "_ZTIP8log_time", 5413 "name" : "log_time *", 5414 "referenced_type" : "_ZTI8log_time", 5415 "size" : 4, 5416 "source_file" : "system/logging/liblog/include/log/log_time.h" 5417 }, 5418 { 5419 "alignment" : 4, 5420 "linker_set_key" : "_ZTIP9_jfieldID", 5421 "name" : "_jfieldID *", 5422 "referenced_type" : "_ZTI9_jfieldID", 5423 "size" : 4, 5424 "source_file" : "libnativehelper/include_jni/jni.h" 5425 }, 5426 { 5427 "alignment" : 4, 5428 "linker_set_key" : "_ZTIPF14jobjectRefTypeP7_JNIEnvP8_jobjectE", 5429 "name" : "jobjectRefType (*)(_JNIEnv *, _jobject *)", 5430 "referenced_type" : "_ZTIF14jobjectRefTypeP7_JNIEnvP8_jobjectE", 5431 "size" : 4, 5432 "source_file" : "libnativehelper/include_jni/jni.h" 5433 }, 5434 { 5435 "alignment" : 4, 5436 "linker_set_key" : "_ZTIPFP10_jintArrayP7_JNIEnviE", 5437 "name" : "_jintArray *(*)(_JNIEnv *, int)", 5438 "referenced_type" : "_ZTIFP10_jintArrayP7_JNIEnviE", 5439 "size" : 4, 5440 "source_file" : "libnativehelper/include_jni/jni.h" 5441 }, 5442 { 5443 "alignment" : 4, 5444 "linker_set_key" : "_ZTIPFP10_jmethodIDP7_JNIEnvP7_jclassPKcS6_E", 5445 "name" : "_jmethodID *(*)(_JNIEnv *, _jclass *, const char *, const char *)", 5446 "referenced_type" : "_ZTIFP10_jmethodIDP7_JNIEnvP7_jclassPKcS6_E", 5447 "size" : 4, 5448 "source_file" : "libnativehelper/include_jni/jni.h" 5449 }, 5450 { 5451 "alignment" : 4, 5452 "linker_set_key" : "_ZTIPFP10_jmethodIDP7_JNIEnvP8_jobjectE", 5453 "name" : "_jmethodID *(*)(_JNIEnv *, _jobject *)", 5454 "referenced_type" : "_ZTIFP10_jmethodIDP7_JNIEnvP8_jobjectE", 5455 "size" : 4, 5456 "source_file" : "libnativehelper/include_jni/jni.h" 5457 }, 5458 { 5459 "alignment" : 4, 5460 "linker_set_key" : "_ZTIPFP11_jbyteArrayP7_JNIEnviE", 5461 "name" : "_jbyteArray *(*)(_JNIEnv *, int)", 5462 "referenced_type" : "_ZTIFP11_jbyteArrayP7_JNIEnviE", 5463 "size" : 4, 5464 "source_file" : "libnativehelper/include_jni/jni.h" 5465 }, 5466 { 5467 "alignment" : 4, 5468 "linker_set_key" : "_ZTIPFP11_jcharArrayP7_JNIEnviE", 5469 "name" : "_jcharArray *(*)(_JNIEnv *, int)", 5470 "referenced_type" : "_ZTIFP11_jcharArrayP7_JNIEnviE", 5471 "size" : 4, 5472 "source_file" : "libnativehelper/include_jni/jni.h" 5473 }, 5474 { 5475 "alignment" : 4, 5476 "linker_set_key" : "_ZTIPFP11_jlongArrayP7_JNIEnviE", 5477 "name" : "_jlongArray *(*)(_JNIEnv *, int)", 5478 "referenced_type" : "_ZTIFP11_jlongArrayP7_JNIEnviE", 5479 "size" : 4, 5480 "source_file" : "libnativehelper/include_jni/jni.h" 5481 }, 5482 { 5483 "alignment" : 4, 5484 "linker_set_key" : "_ZTIPFP11_jthrowableP7_JNIEnvE", 5485 "name" : "_jthrowable *(*)(_JNIEnv *)", 5486 "referenced_type" : "_ZTIFP11_jthrowableP7_JNIEnvE", 5487 "size" : 4, 5488 "source_file" : "libnativehelper/include_jni/jni.h" 5489 }, 5490 { 5491 "alignment" : 4, 5492 "linker_set_key" : "_ZTIPFP12_jfloatArrayP7_JNIEnviE", 5493 "name" : "_jfloatArray *(*)(_JNIEnv *, int)", 5494 "referenced_type" : "_ZTIFP12_jfloatArrayP7_JNIEnviE", 5495 "size" : 4, 5496 "source_file" : "libnativehelper/include_jni/jni.h" 5497 }, 5498 { 5499 "alignment" : 4, 5500 "linker_set_key" : "_ZTIPFP12_jshortArrayP7_JNIEnviE", 5501 "name" : "_jshortArray *(*)(_JNIEnv *, int)", 5502 "referenced_type" : "_ZTIFP12_jshortArrayP7_JNIEnviE", 5503 "size" : 4, 5504 "source_file" : "libnativehelper/include_jni/jni.h" 5505 }, 5506 { 5507 "alignment" : 4, 5508 "linker_set_key" : "_ZTIPFP13_jdoubleArrayP7_JNIEnviE", 5509 "name" : "_jdoubleArray *(*)(_JNIEnv *, int)", 5510 "referenced_type" : "_ZTIFP13_jdoubleArrayP7_JNIEnviE", 5511 "size" : 4, 5512 "source_file" : "libnativehelper/include_jni/jni.h" 5513 }, 5514 { 5515 "alignment" : 4, 5516 "linker_set_key" : "_ZTIPFP13_jobjectArrayP7_JNIEnviP7_jclassP8_jobjectE", 5517 "name" : "_jobjectArray *(*)(_JNIEnv *, int, _jclass *, _jobject *)", 5518 "referenced_type" : "_ZTIFP13_jobjectArrayP7_JNIEnviP7_jclassP8_jobjectE", 5519 "size" : 4, 5520 "source_file" : "libnativehelper/include_jni/jni.h" 5521 }, 5522 { 5523 "alignment" : 4, 5524 "linker_set_key" : "_ZTIPFP14_jbooleanArrayP7_JNIEnviE", 5525 "name" : "_jbooleanArray *(*)(_JNIEnv *, int)", 5526 "referenced_type" : "_ZTIFP14_jbooleanArrayP7_JNIEnviE", 5527 "size" : 4, 5528 "source_file" : "libnativehelper/include_jni/jni.h" 5529 }, 5530 { 5531 "alignment" : 4, 5532 "linker_set_key" : "_ZTIPFP7_jclassP7_JNIEnvP8_jobjectE", 5533 "name" : "_jclass *(*)(_JNIEnv *, _jobject *)", 5534 "referenced_type" : "_ZTIFP7_jclassP7_JNIEnvP8_jobjectE", 5535 "size" : 4, 5536 "source_file" : "libnativehelper/include_jni/jni.h" 5537 }, 5538 { 5539 "alignment" : 4, 5540 "linker_set_key" : "_ZTIPFP7_jclassP7_JNIEnvPKcE", 5541 "name" : "_jclass *(*)(_JNIEnv *, const char *)", 5542 "referenced_type" : "_ZTIFP7_jclassP7_JNIEnvPKcE", 5543 "size" : 4, 5544 "source_file" : "libnativehelper/include_jni/jni.h" 5545 }, 5546 { 5547 "alignment" : 4, 5548 "linker_set_key" : "_ZTIPFP7_jclassP7_JNIEnvPKcP8_jobjectPKaiE", 5549 "name" : "_jclass *(*)(_JNIEnv *, const char *, _jobject *, const signed char *, int)", 5550 "referenced_type" : "_ZTIFP7_jclassP7_JNIEnvPKcP8_jobjectPKaiE", 5551 "size" : 4, 5552 "source_file" : "libnativehelper/include_jni/jni.h" 5553 }, 5554 { 5555 "alignment" : 4, 5556 "linker_set_key" : "_ZTIPFP7_jclassP7_JNIEnvS0_E", 5557 "name" : "_jclass *(*)(_JNIEnv *, _jclass *)", 5558 "referenced_type" : "_ZTIFP7_jclassP7_JNIEnvS0_E", 5559 "size" : 4, 5560 "source_file" : "libnativehelper/include_jni/jni.h" 5561 }, 5562 { 5563 "alignment" : 4, 5564 "linker_set_key" : "_ZTIPFP8_jobjectP7_JNIEnvP13_jobjectArrayiE", 5565 "name" : "_jobject *(*)(_JNIEnv *, _jobjectArray *, int)", 5566 "referenced_type" : "_ZTIFP8_jobjectP7_JNIEnvP13_jobjectArrayiE", 5567 "size" : 4, 5568 "source_file" : "libnativehelper/include_jni/jni.h" 5569 }, 5570 { 5571 "alignment" : 4, 5572 "linker_set_key" : "_ZTIPFP8_jobjectP7_JNIEnvP7_jclassE", 5573 "name" : "_jobject *(*)(_JNIEnv *, _jclass *)", 5574 "referenced_type" : "_ZTIFP8_jobjectP7_JNIEnvP7_jclassE", 5575 "size" : 4, 5576 "source_file" : "libnativehelper/include_jni/jni.h" 5577 }, 5578 { 5579 "alignment" : 4, 5580 "linker_set_key" : "_ZTIPFP8_jobjectP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE", 5581 "name" : "_jobject *(*)(_JNIEnv *, _jclass *, _jmethodID *, const jvalue *)", 5582 "referenced_type" : "_ZTIFP8_jobjectP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE", 5583 "size" : 4, 5584 "source_file" : "libnativehelper/include_jni/jni.h" 5585 }, 5586 { 5587 "alignment" : 4, 5588 "linker_set_key" : "_ZTIPFP8_jobjectP7_JNIEnvP7_jclassP10_jmethodIDPcE", 5589 "name" : "_jobject *(*)(_JNIEnv *, _jclass *, _jmethodID *, char *)", 5590 "referenced_type" : "_ZTIFP8_jobjectP7_JNIEnvP7_jclassP10_jmethodIDPcE", 5591 "size" : 4, 5592 "source_file" : "libnativehelper/include_jni/jni.h" 5593 }, 5594 { 5595 "alignment" : 4, 5596 "linker_set_key" : "_ZTIPFP8_jobjectP7_JNIEnvP7_jclassP10_jmethodIDhE", 5597 "name" : "_jobject *(*)(_JNIEnv *, _jclass *, _jmethodID *, unsigned char)", 5598 "referenced_type" : "_ZTIFP8_jobjectP7_JNIEnvP7_jclassP10_jmethodIDhE", 5599 "size" : 4, 5600 "source_file" : "libnativehelper/include_jni/jni.h" 5601 }, 5602 { 5603 "alignment" : 4, 5604 "linker_set_key" : "_ZTIPFP8_jobjectP7_JNIEnvP7_jclassP10_jmethodIDzE", 5605 "name" : "_jobject *(*)(_JNIEnv *, _jclass *, _jmethodID *, ...)", 5606 "referenced_type" : "_ZTIFP8_jobjectP7_JNIEnvP7_jclassP10_jmethodIDzE", 5607 "size" : 4, 5608 "source_file" : "libnativehelper/include_jni/jni.h" 5609 }, 5610 { 5611 "alignment" : 4, 5612 "linker_set_key" : "_ZTIPFP8_jobjectP7_JNIEnvP7_jclassP9_jfieldIDE", 5613 "name" : "_jobject *(*)(_JNIEnv *, _jclass *, _jfieldID *)", 5614 "referenced_type" : "_ZTIFP8_jobjectP7_JNIEnvP7_jclassP9_jfieldIDE", 5615 "size" : 4, 5616 "source_file" : "libnativehelper/include_jni/jni.h" 5617 }, 5618 { 5619 "alignment" : 4, 5620 "linker_set_key" : "_ZTIPFP8_jobjectP7_JNIEnvP7_jclassP9_jfieldIDhE", 5621 "name" : "_jobject *(*)(_JNIEnv *, _jclass *, _jfieldID *, unsigned char)", 5622 "referenced_type" : "_ZTIFP8_jobjectP7_JNIEnvP7_jclassP9_jfieldIDhE", 5623 "size" : 4, 5624 "source_file" : "libnativehelper/include_jni/jni.h" 5625 }, 5626 { 5627 "alignment" : 4, 5628 "linker_set_key" : "_ZTIPFP8_jobjectP7_JNIEnvPvxE", 5629 "name" : "_jobject *(*)(_JNIEnv *, void *, long long)", 5630 "referenced_type" : "_ZTIFP8_jobjectP7_JNIEnvPvxE", 5631 "size" : 4, 5632 "source_file" : "libnativehelper/include_jni/jni.h" 5633 }, 5634 { 5635 "alignment" : 4, 5636 "linker_set_key" : "_ZTIPFP8_jobjectP7_JNIEnvS0_E", 5637 "name" : "_jobject *(*)(_JNIEnv *, _jobject *)", 5638 "referenced_type" : "_ZTIFP8_jobjectP7_JNIEnvS0_E", 5639 "size" : 4, 5640 "source_file" : "libnativehelper/include_jni/jni.h" 5641 }, 5642 { 5643 "alignment" : 4, 5644 "linker_set_key" : "_ZTIPFP8_jobjectP7_JNIEnvS0_P10_jmethodIDPK6jvalueE", 5645 "name" : "_jobject *(*)(_JNIEnv *, _jobject *, _jmethodID *, const jvalue *)", 5646 "referenced_type" : "_ZTIFP8_jobjectP7_JNIEnvS0_P10_jmethodIDPK6jvalueE", 5647 "size" : 4, 5648 "source_file" : "libnativehelper/include_jni/jni.h" 5649 }, 5650 { 5651 "alignment" : 4, 5652 "linker_set_key" : "_ZTIPFP8_jobjectP7_JNIEnvS0_P10_jmethodIDPcE", 5653 "name" : "_jobject *(*)(_JNIEnv *, _jobject *, _jmethodID *, char *)", 5654 "referenced_type" : "_ZTIFP8_jobjectP7_JNIEnvS0_P10_jmethodIDPcE", 5655 "size" : 4, 5656 "source_file" : "libnativehelper/include_jni/jni.h" 5657 }, 5658 { 5659 "alignment" : 4, 5660 "linker_set_key" : "_ZTIPFP8_jobjectP7_JNIEnvS0_P10_jmethodIDzE", 5661 "name" : "_jobject *(*)(_JNIEnv *, _jobject *, _jmethodID *, ...)", 5662 "referenced_type" : "_ZTIFP8_jobjectP7_JNIEnvS0_P10_jmethodIDzE", 5663 "size" : 4, 5664 "source_file" : "libnativehelper/include_jni/jni.h" 5665 }, 5666 { 5667 "alignment" : 4, 5668 "linker_set_key" : "_ZTIPFP8_jobjectP7_JNIEnvS0_P7_jclassP10_jmethodIDPK6jvalueE", 5669 "name" : "_jobject *(*)(_JNIEnv *, _jobject *, _jclass *, _jmethodID *, const jvalue *)", 5670 "referenced_type" : "_ZTIFP8_jobjectP7_JNIEnvS0_P7_jclassP10_jmethodIDPK6jvalueE", 5671 "size" : 4, 5672 "source_file" : "libnativehelper/include_jni/jni.h" 5673 }, 5674 { 5675 "alignment" : 4, 5676 "linker_set_key" : "_ZTIPFP8_jobjectP7_JNIEnvS0_P7_jclassP10_jmethodIDPcE", 5677 "name" : "_jobject *(*)(_JNIEnv *, _jobject *, _jclass *, _jmethodID *, char *)", 5678 "referenced_type" : "_ZTIFP8_jobjectP7_JNIEnvS0_P7_jclassP10_jmethodIDPcE", 5679 "size" : 4, 5680 "source_file" : "libnativehelper/include_jni/jni.h" 5681 }, 5682 { 5683 "alignment" : 4, 5684 "linker_set_key" : "_ZTIPFP8_jobjectP7_JNIEnvS0_P7_jclassP10_jmethodIDzE", 5685 "name" : "_jobject *(*)(_JNIEnv *, _jobject *, _jclass *, _jmethodID *, ...)", 5686 "referenced_type" : "_ZTIFP8_jobjectP7_JNIEnvS0_P7_jclassP10_jmethodIDzE", 5687 "size" : 4, 5688 "source_file" : "libnativehelper/include_jni/jni.h" 5689 }, 5690 { 5691 "alignment" : 4, 5692 "linker_set_key" : "_ZTIPFP8_jobjectP7_JNIEnvS0_P9_jfieldIDE", 5693 "name" : "_jobject *(*)(_JNIEnv *, _jobject *, _jfieldID *)", 5694 "referenced_type" : "_ZTIFP8_jobjectP7_JNIEnvS0_P9_jfieldIDE", 5695 "size" : 4, 5696 "source_file" : "libnativehelper/include_jni/jni.h" 5697 }, 5698 { 5699 "alignment" : 4, 5700 "linker_set_key" : "_ZTIPFP8_jstringP7_JNIEnvPKcE", 5701 "name" : "_jstring *(*)(_JNIEnv *, const char *)", 5702 "referenced_type" : "_ZTIFP8_jstringP7_JNIEnvPKcE", 5703 "size" : 4, 5704 "source_file" : "libnativehelper/include_jni/jni.h" 5705 }, 5706 { 5707 "alignment" : 4, 5708 "linker_set_key" : "_ZTIPFP8_jstringP7_JNIEnvPKtiE", 5709 "name" : "_jstring *(*)(_JNIEnv *, const unsigned short *, int)", 5710 "referenced_type" : "_ZTIFP8_jstringP7_JNIEnvPKtiE", 5711 "size" : 4, 5712 "source_file" : "libnativehelper/include_jni/jni.h" 5713 }, 5714 { 5715 "alignment" : 4, 5716 "linker_set_key" : "_ZTIPFP9_jfieldIDP7_JNIEnvP7_jclassPKcS6_E", 5717 "name" : "_jfieldID *(*)(_JNIEnv *, _jclass *, const char *, const char *)", 5718 "referenced_type" : "_ZTIFP9_jfieldIDP7_JNIEnvP7_jclassPKcS6_E", 5719 "size" : 4, 5720 "source_file" : "libnativehelper/include_jni/jni.h" 5721 }, 5722 { 5723 "alignment" : 4, 5724 "linker_set_key" : "_ZTIPFP9_jfieldIDP7_JNIEnvP8_jobjectE", 5725 "name" : "_jfieldID *(*)(_JNIEnv *, _jobject *)", 5726 "referenced_type" : "_ZTIFP9_jfieldIDP7_JNIEnvP8_jobjectE", 5727 "size" : 4, 5728 "source_file" : "libnativehelper/include_jni/jni.h" 5729 }, 5730 { 5731 "alignment" : 4, 5732 "linker_set_key" : "_ZTIPFPFbiP7siginfoPvEiE", 5733 "name" : "bool (*(*)(int))(int, siginfo *, void *)", 5734 "referenced_type" : "_ZTIFPFbiP7siginfoPvEiE", 5735 "size" : 4, 5736 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 5737 }, 5738 { 5739 "alignment" : 4, 5740 "linker_set_key" : "_ZTIPFPKN7android25NativeBridgeRuntimeValuesEPKcE", 5741 "name" : "const android::NativeBridgeRuntimeValues *(*)(const char *)", 5742 "referenced_type" : "_ZTIFPKN7android25NativeBridgeRuntimeValuesEPKcE", 5743 "size" : 4, 5744 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 5745 }, 5746 { 5747 "alignment" : 4, 5748 "linker_set_key" : "_ZTIPFPKcP7_JNIEnvP10_jmethodIDE", 5749 "name" : "const char *(*)(_JNIEnv *, _jmethodID *)", 5750 "referenced_type" : "_ZTIFPKcP7_JNIEnvP10_jmethodIDE", 5751 "size" : 4, 5752 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 5753 }, 5754 { 5755 "alignment" : 4, 5756 "linker_set_key" : "_ZTIPFPKcP7_JNIEnvP8_jstringPhE", 5757 "name" : "const char *(*)(_JNIEnv *, _jstring *, unsigned char *)", 5758 "referenced_type" : "_ZTIFPKcP7_JNIEnvP8_jstringPhE", 5759 "size" : 4, 5760 "source_file" : "libnativehelper/include_jni/jni.h" 5761 }, 5762 { 5763 "alignment" : 4, 5764 "linker_set_key" : "_ZTIPFPKcvE", 5765 "name" : "const char *(*)()", 5766 "referenced_type" : "_ZTIFPKcvE", 5767 "size" : 4, 5768 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 5769 }, 5770 { 5771 "alignment" : 4, 5772 "linker_set_key" : "_ZTIPFPKtP7_JNIEnvP8_jstringPhE", 5773 "name" : "const unsigned short *(*)(_JNIEnv *, _jstring *, unsigned char *)", 5774 "referenced_type" : "_ZTIFPKtP7_JNIEnvP8_jstringPhE", 5775 "size" : 4, 5776 "source_file" : "libnativehelper/include_jni/jni.h" 5777 }, 5778 { 5779 "alignment" : 4, 5780 "linker_set_key" : "_ZTIPFPN7android25native_bridge_namespace_tEPKcE", 5781 "name" : "android::native_bridge_namespace_t *(*)(const char *)", 5782 "referenced_type" : "_ZTIFPN7android25native_bridge_namespace_tEPKcE", 5783 "size" : 4, 5784 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 5785 }, 5786 { 5787 "alignment" : 4, 5788 "linker_set_key" : "_ZTIPFPN7android25native_bridge_namespace_tEPKcS3_S3_yS3_S1_E", 5789 "name" : "android::native_bridge_namespace_t *(*)(const char *, const char *, const char *, unsigned long long, const char *, android::native_bridge_namespace_t *)", 5790 "referenced_type" : "_ZTIFPN7android25native_bridge_namespace_tEPKcS3_S3_yS3_S1_E", 5791 "size" : 4, 5792 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 5793 }, 5794 { 5795 "alignment" : 4, 5796 "linker_set_key" : "_ZTIPFPN7android25native_bridge_namespace_tEvE", 5797 "name" : "android::native_bridge_namespace_t *(*)()", 5798 "referenced_type" : "_ZTIFPN7android25native_bridge_namespace_tEvE", 5799 "size" : 4, 5800 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 5801 }, 5802 { 5803 "alignment" : 4, 5804 "linker_set_key" : "_ZTIPFPaP7_JNIEnvP11_jbyteArrayPhE", 5805 "name" : "signed char *(*)(_JNIEnv *, _jbyteArray *, unsigned char *)", 5806 "referenced_type" : "_ZTIFPaP7_JNIEnvP11_jbyteArrayPhE", 5807 "size" : 4, 5808 "source_file" : "libnativehelper/include_jni/jni.h" 5809 }, 5810 { 5811 "alignment" : 4, 5812 "linker_set_key" : "_ZTIPFPdP7_JNIEnvP13_jdoubleArrayPhE", 5813 "name" : "double *(*)(_JNIEnv *, _jdoubleArray *, unsigned char *)", 5814 "referenced_type" : "_ZTIFPdP7_JNIEnvP13_jdoubleArrayPhE", 5815 "size" : 4, 5816 "source_file" : "libnativehelper/include_jni/jni.h" 5817 }, 5818 { 5819 "alignment" : 4, 5820 "linker_set_key" : "_ZTIPFPfP7_JNIEnvP12_jfloatArrayPhE", 5821 "name" : "float *(*)(_JNIEnv *, _jfloatArray *, unsigned char *)", 5822 "referenced_type" : "_ZTIFPfP7_JNIEnvP12_jfloatArrayPhE", 5823 "size" : 4, 5824 "source_file" : "libnativehelper/include_jni/jni.h" 5825 }, 5826 { 5827 "alignment" : 4, 5828 "linker_set_key" : "_ZTIPFPhP7_JNIEnvP14_jbooleanArrayS_E", 5829 "name" : "unsigned char *(*)(_JNIEnv *, _jbooleanArray *, unsigned char *)", 5830 "referenced_type" : "_ZTIFPhP7_JNIEnvP14_jbooleanArrayS_E", 5831 "size" : 4, 5832 "source_file" : "libnativehelper/include_jni/jni.h" 5833 }, 5834 { 5835 "alignment" : 4, 5836 "linker_set_key" : "_ZTIPFPiP7_JNIEnvP10_jintArrayPhE", 5837 "name" : "int *(*)(_JNIEnv *, _jintArray *, unsigned char *)", 5838 "referenced_type" : "_ZTIFPiP7_JNIEnvP10_jintArrayPhE", 5839 "size" : 4, 5840 "source_file" : "libnativehelper/include_jni/jni.h" 5841 }, 5842 { 5843 "alignment" : 4, 5844 "linker_set_key" : "_ZTIPFPsP7_JNIEnvP12_jshortArrayPhE", 5845 "name" : "short *(*)(_JNIEnv *, _jshortArray *, unsigned char *)", 5846 "referenced_type" : "_ZTIFPsP7_JNIEnvP12_jshortArrayPhE", 5847 "size" : 4, 5848 "source_file" : "libnativehelper/include_jni/jni.h" 5849 }, 5850 { 5851 "alignment" : 4, 5852 "linker_set_key" : "_ZTIPFPtP7_JNIEnvP11_jcharArrayPhE", 5853 "name" : "unsigned short *(*)(_JNIEnv *, _jcharArray *, unsigned char *)", 5854 "referenced_type" : "_ZTIFPtP7_JNIEnvP11_jcharArrayPhE", 5855 "size" : 4, 5856 "source_file" : "libnativehelper/include_jni/jni.h" 5857 }, 5858 { 5859 "alignment" : 4, 5860 "linker_set_key" : "_ZTIPFPvP7_JNIEnvP7_jarrayPhE", 5861 "name" : "void *(*)(_JNIEnv *, _jarray *, unsigned char *)", 5862 "referenced_type" : "_ZTIFPvP7_JNIEnvP7_jarrayPhE", 5863 "size" : 4, 5864 "source_file" : "libnativehelper/include_jni/jni.h" 5865 }, 5866 { 5867 "alignment" : 4, 5868 "linker_set_key" : "_ZTIPFPvP7_JNIEnvP8_jobjectE", 5869 "name" : "void *(*)(_JNIEnv *, _jobject *)", 5870 "referenced_type" : "_ZTIFPvP7_JNIEnvP8_jobjectE", 5871 "size" : 4, 5872 "source_file" : "libnativehelper/include_jni/jni.h" 5873 }, 5874 { 5875 "alignment" : 4, 5876 "linker_set_key" : "_ZTIPFPvPKciE", 5877 "name" : "void *(*)(const char *, int)", 5878 "referenced_type" : "_ZTIFPvPKciE", 5879 "size" : 4, 5880 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 5881 }, 5882 { 5883 "alignment" : 4, 5884 "linker_set_key" : "_ZTIPFPvPKciPN7android25native_bridge_namespace_tEE", 5885 "name" : "void *(*)(const char *, int, android::native_bridge_namespace_t *)", 5886 "referenced_type" : "_ZTIFPvPKciPN7android25native_bridge_namespace_tEE", 5887 "size" : 4, 5888 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 5889 }, 5890 { 5891 "alignment" : 4, 5892 "linker_set_key" : "_ZTIPFPvPKvPKcjN7android11JNICallTypeEE", 5893 "name" : "void *(*)(const void *, const char *, unsigned int, android::JNICallType)", 5894 "referenced_type" : "_ZTIFPvPKvPKcjN7android11JNICallTypeEE", 5895 "size" : 4, 5896 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 5897 }, 5898 { 5899 "alignment" : 4, 5900 "linker_set_key" : "_ZTIPFPvS_PKcS1_jE", 5901 "name" : "void *(*)(void *, const char *, const char *, unsigned int)", 5902 "referenced_type" : "_ZTIFPvS_PKcS1_jE", 5903 "size" : 4, 5904 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 5905 }, 5906 { 5907 "alignment" : 4, 5908 "linker_set_key" : "_ZTIPFPvS_PKcS1_jN7android11JNICallTypeEE", 5909 "name" : "void *(*)(void *, const char *, const char *, unsigned int, android::JNICallType)", 5910 "referenced_type" : "_ZTIFPvS_PKcS1_jN7android11JNICallTypeEE", 5911 "size" : 4, 5912 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 5913 }, 5914 { 5915 "alignment" : 4, 5916 "linker_set_key" : "_ZTIPFPxP7_JNIEnvP11_jlongArrayPhE", 5917 "name" : "long long *(*)(_JNIEnv *, _jlongArray *, unsigned char *)", 5918 "referenced_type" : "_ZTIFPxP7_JNIEnvP11_jlongArrayPhE", 5919 "size" : 4, 5920 "source_file" : "libnativehelper/include_jni/jni.h" 5921 }, 5922 { 5923 "alignment" : 4, 5924 "linker_set_key" : "_ZTIPFaP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE", 5925 "name" : "signed char (*)(_JNIEnv *, _jclass *, _jmethodID *, const jvalue *)", 5926 "referenced_type" : "_ZTIFaP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE", 5927 "size" : 4, 5928 "source_file" : "libnativehelper/include_jni/jni.h" 5929 }, 5930 { 5931 "alignment" : 4, 5932 "linker_set_key" : "_ZTIPFaP7_JNIEnvP7_jclassP10_jmethodIDPcE", 5933 "name" : "signed char (*)(_JNIEnv *, _jclass *, _jmethodID *, char *)", 5934 "referenced_type" : "_ZTIFaP7_JNIEnvP7_jclassP10_jmethodIDPcE", 5935 "size" : 4, 5936 "source_file" : "libnativehelper/include_jni/jni.h" 5937 }, 5938 { 5939 "alignment" : 4, 5940 "linker_set_key" : "_ZTIPFaP7_JNIEnvP7_jclassP10_jmethodIDzE", 5941 "name" : "signed char (*)(_JNIEnv *, _jclass *, _jmethodID *, ...)", 5942 "referenced_type" : "_ZTIFaP7_JNIEnvP7_jclassP10_jmethodIDzE", 5943 "size" : 4, 5944 "source_file" : "libnativehelper/include_jni/jni.h" 5945 }, 5946 { 5947 "alignment" : 4, 5948 "linker_set_key" : "_ZTIPFaP7_JNIEnvP7_jclassP9_jfieldIDE", 5949 "name" : "signed char (*)(_JNIEnv *, _jclass *, _jfieldID *)", 5950 "referenced_type" : "_ZTIFaP7_JNIEnvP7_jclassP9_jfieldIDE", 5951 "size" : 4, 5952 "source_file" : "libnativehelper/include_jni/jni.h" 5953 }, 5954 { 5955 "alignment" : 4, 5956 "linker_set_key" : "_ZTIPFaP7_JNIEnvP8_jobjectP10_jmethodIDPK6jvalueE", 5957 "name" : "signed char (*)(_JNIEnv *, _jobject *, _jmethodID *, const jvalue *)", 5958 "referenced_type" : "_ZTIFaP7_JNIEnvP8_jobjectP10_jmethodIDPK6jvalueE", 5959 "size" : 4, 5960 "source_file" : "libnativehelper/include_jni/jni.h" 5961 }, 5962 { 5963 "alignment" : 4, 5964 "linker_set_key" : "_ZTIPFaP7_JNIEnvP8_jobjectP10_jmethodIDPcE", 5965 "name" : "signed char (*)(_JNIEnv *, _jobject *, _jmethodID *, char *)", 5966 "referenced_type" : "_ZTIFaP7_JNIEnvP8_jobjectP10_jmethodIDPcE", 5967 "size" : 4, 5968 "source_file" : "libnativehelper/include_jni/jni.h" 5969 }, 5970 { 5971 "alignment" : 4, 5972 "linker_set_key" : "_ZTIPFaP7_JNIEnvP8_jobjectP10_jmethodIDzE", 5973 "name" : "signed char (*)(_JNIEnv *, _jobject *, _jmethodID *, ...)", 5974 "referenced_type" : "_ZTIFaP7_JNIEnvP8_jobjectP10_jmethodIDzE", 5975 "size" : 4, 5976 "source_file" : "libnativehelper/include_jni/jni.h" 5977 }, 5978 { 5979 "alignment" : 4, 5980 "linker_set_key" : "_ZTIPFaP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPK6jvalueE", 5981 "name" : "signed char (*)(_JNIEnv *, _jobject *, _jclass *, _jmethodID *, const jvalue *)", 5982 "referenced_type" : "_ZTIFaP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPK6jvalueE", 5983 "size" : 4, 5984 "source_file" : "libnativehelper/include_jni/jni.h" 5985 }, 5986 { 5987 "alignment" : 4, 5988 "linker_set_key" : "_ZTIPFaP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPcE", 5989 "name" : "signed char (*)(_JNIEnv *, _jobject *, _jclass *, _jmethodID *, char *)", 5990 "referenced_type" : "_ZTIFaP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPcE", 5991 "size" : 4, 5992 "source_file" : "libnativehelper/include_jni/jni.h" 5993 }, 5994 { 5995 "alignment" : 4, 5996 "linker_set_key" : "_ZTIPFaP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDzE", 5997 "name" : "signed char (*)(_JNIEnv *, _jobject *, _jclass *, _jmethodID *, ...)", 5998 "referenced_type" : "_ZTIFaP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDzE", 5999 "size" : 4, 6000 "source_file" : "libnativehelper/include_jni/jni.h" 6001 }, 6002 { 6003 "alignment" : 4, 6004 "linker_set_key" : "_ZTIPFaP7_JNIEnvP8_jobjectP9_jfieldIDE", 6005 "name" : "signed char (*)(_JNIEnv *, _jobject *, _jfieldID *)", 6006 "referenced_type" : "_ZTIFaP7_JNIEnvP8_jobjectP9_jfieldIDE", 6007 "size" : 4, 6008 "source_file" : "libnativehelper/include_jni/jni.h" 6009 }, 6010 { 6011 "alignment" : 4, 6012 "linker_set_key" : "_ZTIPFbPKN7android28NativeBridgeRuntimeCallbacksEPKcS4_E", 6013 "name" : "bool (*)(const android::NativeBridgeRuntimeCallbacks *, const char *, const char *)", 6014 "referenced_type" : "_ZTIFbPKN7android28NativeBridgeRuntimeCallbacksEPKcS4_E", 6015 "size" : 4, 6016 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 6017 }, 6018 { 6019 "alignment" : 4, 6020 "linker_set_key" : "_ZTIPFbPKcE", 6021 "name" : "bool (*)(const char *)", 6022 "referenced_type" : "_ZTIFbPKcE", 6023 "size" : 4, 6024 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 6025 }, 6026 { 6027 "alignment" : 4, 6028 "linker_set_key" : "_ZTIPFbPKcS0_E", 6029 "name" : "bool (*)(const char *, const char *)", 6030 "referenced_type" : "_ZTIFbPKcS0_E", 6031 "size" : 4, 6032 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 6033 }, 6034 { 6035 "alignment" : 4, 6036 "linker_set_key" : "_ZTIPFbPKvE", 6037 "name" : "bool (*)(const void *)", 6038 "referenced_type" : "_ZTIFbPKvE", 6039 "size" : 4, 6040 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 6041 }, 6042 { 6043 "alignment" : 4, 6044 "linker_set_key" : "_ZTIPFbPN7android25native_bridge_namespace_tES1_PKcE", 6045 "name" : "bool (*)(android::native_bridge_namespace_t *, android::native_bridge_namespace_t *, const char *)", 6046 "referenced_type" : "_ZTIFbPN7android25native_bridge_namespace_tES1_PKcE", 6047 "size" : 4, 6048 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 6049 }, 6050 { 6051 "alignment" : 4, 6052 "linker_set_key" : "_ZTIPFbiP7siginfoPvE", 6053 "name" : "bool (*)(int, siginfo *, void *)", 6054 "referenced_type" : "_ZTIFbiP7siginfoPvE", 6055 "size" : 4, 6056 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 6057 }, 6058 { 6059 "alignment" : 4, 6060 "linker_set_key" : "_ZTIPFbjE", 6061 "name" : "bool (*)(unsigned int)", 6062 "referenced_type" : "_ZTIFbjE", 6063 "size" : 4, 6064 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 6065 }, 6066 { 6067 "alignment" : 4, 6068 "linker_set_key" : "_ZTIPFdP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE", 6069 "name" : "double (*)(_JNIEnv *, _jclass *, _jmethodID *, const jvalue *)", 6070 "referenced_type" : "_ZTIFdP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE", 6071 "size" : 4, 6072 "source_file" : "libnativehelper/include_jni/jni.h" 6073 }, 6074 { 6075 "alignment" : 4, 6076 "linker_set_key" : "_ZTIPFdP7_JNIEnvP7_jclassP10_jmethodIDPcE", 6077 "name" : "double (*)(_JNIEnv *, _jclass *, _jmethodID *, char *)", 6078 "referenced_type" : "_ZTIFdP7_JNIEnvP7_jclassP10_jmethodIDPcE", 6079 "size" : 4, 6080 "source_file" : "libnativehelper/include_jni/jni.h" 6081 }, 6082 { 6083 "alignment" : 4, 6084 "linker_set_key" : "_ZTIPFdP7_JNIEnvP7_jclassP10_jmethodIDzE", 6085 "name" : "double (*)(_JNIEnv *, _jclass *, _jmethodID *, ...)", 6086 "referenced_type" : "_ZTIFdP7_JNIEnvP7_jclassP10_jmethodIDzE", 6087 "size" : 4, 6088 "source_file" : "libnativehelper/include_jni/jni.h" 6089 }, 6090 { 6091 "alignment" : 4, 6092 "linker_set_key" : "_ZTIPFdP7_JNIEnvP7_jclassP9_jfieldIDE", 6093 "name" : "double (*)(_JNIEnv *, _jclass *, _jfieldID *)", 6094 "referenced_type" : "_ZTIFdP7_JNIEnvP7_jclassP9_jfieldIDE", 6095 "size" : 4, 6096 "source_file" : "libnativehelper/include_jni/jni.h" 6097 }, 6098 { 6099 "alignment" : 4, 6100 "linker_set_key" : "_ZTIPFdP7_JNIEnvP8_jobjectP10_jmethodIDPK6jvalueE", 6101 "name" : "double (*)(_JNIEnv *, _jobject *, _jmethodID *, const jvalue *)", 6102 "referenced_type" : "_ZTIFdP7_JNIEnvP8_jobjectP10_jmethodIDPK6jvalueE", 6103 "size" : 4, 6104 "source_file" : "libnativehelper/include_jni/jni.h" 6105 }, 6106 { 6107 "alignment" : 4, 6108 "linker_set_key" : "_ZTIPFdP7_JNIEnvP8_jobjectP10_jmethodIDPcE", 6109 "name" : "double (*)(_JNIEnv *, _jobject *, _jmethodID *, char *)", 6110 "referenced_type" : "_ZTIFdP7_JNIEnvP8_jobjectP10_jmethodIDPcE", 6111 "size" : 4, 6112 "source_file" : "libnativehelper/include_jni/jni.h" 6113 }, 6114 { 6115 "alignment" : 4, 6116 "linker_set_key" : "_ZTIPFdP7_JNIEnvP8_jobjectP10_jmethodIDzE", 6117 "name" : "double (*)(_JNIEnv *, _jobject *, _jmethodID *, ...)", 6118 "referenced_type" : "_ZTIFdP7_JNIEnvP8_jobjectP10_jmethodIDzE", 6119 "size" : 4, 6120 "source_file" : "libnativehelper/include_jni/jni.h" 6121 }, 6122 { 6123 "alignment" : 4, 6124 "linker_set_key" : "_ZTIPFdP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPK6jvalueE", 6125 "name" : "double (*)(_JNIEnv *, _jobject *, _jclass *, _jmethodID *, const jvalue *)", 6126 "referenced_type" : "_ZTIFdP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPK6jvalueE", 6127 "size" : 4, 6128 "source_file" : "libnativehelper/include_jni/jni.h" 6129 }, 6130 { 6131 "alignment" : 4, 6132 "linker_set_key" : "_ZTIPFdP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPcE", 6133 "name" : "double (*)(_JNIEnv *, _jobject *, _jclass *, _jmethodID *, char *)", 6134 "referenced_type" : "_ZTIFdP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPcE", 6135 "size" : 4, 6136 "source_file" : "libnativehelper/include_jni/jni.h" 6137 }, 6138 { 6139 "alignment" : 4, 6140 "linker_set_key" : "_ZTIPFdP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDzE", 6141 "name" : "double (*)(_JNIEnv *, _jobject *, _jclass *, _jmethodID *, ...)", 6142 "referenced_type" : "_ZTIFdP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDzE", 6143 "size" : 4, 6144 "source_file" : "libnativehelper/include_jni/jni.h" 6145 }, 6146 { 6147 "alignment" : 4, 6148 "linker_set_key" : "_ZTIPFdP7_JNIEnvP8_jobjectP9_jfieldIDE", 6149 "name" : "double (*)(_JNIEnv *, _jobject *, _jfieldID *)", 6150 "referenced_type" : "_ZTIFdP7_JNIEnvP8_jobjectP9_jfieldIDE", 6151 "size" : 4, 6152 "source_file" : "libnativehelper/include_jni/jni.h" 6153 }, 6154 { 6155 "alignment" : 4, 6156 "linker_set_key" : "_ZTIPFfP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE", 6157 "name" : "float (*)(_JNIEnv *, _jclass *, _jmethodID *, const jvalue *)", 6158 "referenced_type" : "_ZTIFfP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE", 6159 "size" : 4, 6160 "source_file" : "libnativehelper/include_jni/jni.h" 6161 }, 6162 { 6163 "alignment" : 4, 6164 "linker_set_key" : "_ZTIPFfP7_JNIEnvP7_jclassP10_jmethodIDPcE", 6165 "name" : "float (*)(_JNIEnv *, _jclass *, _jmethodID *, char *)", 6166 "referenced_type" : "_ZTIFfP7_JNIEnvP7_jclassP10_jmethodIDPcE", 6167 "size" : 4, 6168 "source_file" : "libnativehelper/include_jni/jni.h" 6169 }, 6170 { 6171 "alignment" : 4, 6172 "linker_set_key" : "_ZTIPFfP7_JNIEnvP7_jclassP10_jmethodIDzE", 6173 "name" : "float (*)(_JNIEnv *, _jclass *, _jmethodID *, ...)", 6174 "referenced_type" : "_ZTIFfP7_JNIEnvP7_jclassP10_jmethodIDzE", 6175 "size" : 4, 6176 "source_file" : "libnativehelper/include_jni/jni.h" 6177 }, 6178 { 6179 "alignment" : 4, 6180 "linker_set_key" : "_ZTIPFfP7_JNIEnvP7_jclassP9_jfieldIDE", 6181 "name" : "float (*)(_JNIEnv *, _jclass *, _jfieldID *)", 6182 "referenced_type" : "_ZTIFfP7_JNIEnvP7_jclassP9_jfieldIDE", 6183 "size" : 4, 6184 "source_file" : "libnativehelper/include_jni/jni.h" 6185 }, 6186 { 6187 "alignment" : 4, 6188 "linker_set_key" : "_ZTIPFfP7_JNIEnvP8_jobjectP10_jmethodIDPK6jvalueE", 6189 "name" : "float (*)(_JNIEnv *, _jobject *, _jmethodID *, const jvalue *)", 6190 "referenced_type" : "_ZTIFfP7_JNIEnvP8_jobjectP10_jmethodIDPK6jvalueE", 6191 "size" : 4, 6192 "source_file" : "libnativehelper/include_jni/jni.h" 6193 }, 6194 { 6195 "alignment" : 4, 6196 "linker_set_key" : "_ZTIPFfP7_JNIEnvP8_jobjectP10_jmethodIDPcE", 6197 "name" : "float (*)(_JNIEnv *, _jobject *, _jmethodID *, char *)", 6198 "referenced_type" : "_ZTIFfP7_JNIEnvP8_jobjectP10_jmethodIDPcE", 6199 "size" : 4, 6200 "source_file" : "libnativehelper/include_jni/jni.h" 6201 }, 6202 { 6203 "alignment" : 4, 6204 "linker_set_key" : "_ZTIPFfP7_JNIEnvP8_jobjectP10_jmethodIDzE", 6205 "name" : "float (*)(_JNIEnv *, _jobject *, _jmethodID *, ...)", 6206 "referenced_type" : "_ZTIFfP7_JNIEnvP8_jobjectP10_jmethodIDzE", 6207 "size" : 4, 6208 "source_file" : "libnativehelper/include_jni/jni.h" 6209 }, 6210 { 6211 "alignment" : 4, 6212 "linker_set_key" : "_ZTIPFfP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPK6jvalueE", 6213 "name" : "float (*)(_JNIEnv *, _jobject *, _jclass *, _jmethodID *, const jvalue *)", 6214 "referenced_type" : "_ZTIFfP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPK6jvalueE", 6215 "size" : 4, 6216 "source_file" : "libnativehelper/include_jni/jni.h" 6217 }, 6218 { 6219 "alignment" : 4, 6220 "linker_set_key" : "_ZTIPFfP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPcE", 6221 "name" : "float (*)(_JNIEnv *, _jobject *, _jclass *, _jmethodID *, char *)", 6222 "referenced_type" : "_ZTIFfP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPcE", 6223 "size" : 4, 6224 "source_file" : "libnativehelper/include_jni/jni.h" 6225 }, 6226 { 6227 "alignment" : 4, 6228 "linker_set_key" : "_ZTIPFfP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDzE", 6229 "name" : "float (*)(_JNIEnv *, _jobject *, _jclass *, _jmethodID *, ...)", 6230 "referenced_type" : "_ZTIFfP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDzE", 6231 "size" : 4, 6232 "source_file" : "libnativehelper/include_jni/jni.h" 6233 }, 6234 { 6235 "alignment" : 4, 6236 "linker_set_key" : "_ZTIPFfP7_JNIEnvP8_jobjectP9_jfieldIDE", 6237 "name" : "float (*)(_JNIEnv *, _jobject *, _jfieldID *)", 6238 "referenced_type" : "_ZTIFfP7_JNIEnvP8_jobjectP9_jfieldIDE", 6239 "size" : 4, 6240 "source_file" : "libnativehelper/include_jni/jni.h" 6241 }, 6242 { 6243 "alignment" : 4, 6244 "linker_set_key" : "_ZTIPFhP7_JNIEnvE", 6245 "name" : "unsigned char (*)(_JNIEnv *)", 6246 "referenced_type" : "_ZTIFhP7_JNIEnvE", 6247 "size" : 4, 6248 "source_file" : "libnativehelper/include_jni/jni.h" 6249 }, 6250 { 6251 "alignment" : 4, 6252 "linker_set_key" : "_ZTIPFhP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE", 6253 "name" : "unsigned char (*)(_JNIEnv *, _jclass *, _jmethodID *, const jvalue *)", 6254 "referenced_type" : "_ZTIFhP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE", 6255 "size" : 4, 6256 "source_file" : "libnativehelper/include_jni/jni.h" 6257 }, 6258 { 6259 "alignment" : 4, 6260 "linker_set_key" : "_ZTIPFhP7_JNIEnvP7_jclassP10_jmethodIDPcE", 6261 "name" : "unsigned char (*)(_JNIEnv *, _jclass *, _jmethodID *, char *)", 6262 "referenced_type" : "_ZTIFhP7_JNIEnvP7_jclassP10_jmethodIDPcE", 6263 "size" : 4, 6264 "source_file" : "libnativehelper/include_jni/jni.h" 6265 }, 6266 { 6267 "alignment" : 4, 6268 "linker_set_key" : "_ZTIPFhP7_JNIEnvP7_jclassP10_jmethodIDzE", 6269 "name" : "unsigned char (*)(_JNIEnv *, _jclass *, _jmethodID *, ...)", 6270 "referenced_type" : "_ZTIFhP7_JNIEnvP7_jclassP10_jmethodIDzE", 6271 "size" : 4, 6272 "source_file" : "libnativehelper/include_jni/jni.h" 6273 }, 6274 { 6275 "alignment" : 4, 6276 "linker_set_key" : "_ZTIPFhP7_JNIEnvP7_jclassP9_jfieldIDE", 6277 "name" : "unsigned char (*)(_JNIEnv *, _jclass *, _jfieldID *)", 6278 "referenced_type" : "_ZTIFhP7_JNIEnvP7_jclassP9_jfieldIDE", 6279 "size" : 4, 6280 "source_file" : "libnativehelper/include_jni/jni.h" 6281 }, 6282 { 6283 "alignment" : 4, 6284 "linker_set_key" : "_ZTIPFhP7_JNIEnvP7_jclassS2_E", 6285 "name" : "unsigned char (*)(_JNIEnv *, _jclass *, _jclass *)", 6286 "referenced_type" : "_ZTIFhP7_JNIEnvP7_jclassS2_E", 6287 "size" : 4, 6288 "source_file" : "libnativehelper/include_jni/jni.h" 6289 }, 6290 { 6291 "alignment" : 4, 6292 "linker_set_key" : "_ZTIPFhP7_JNIEnvP8_jobjectP10_jmethodIDPK6jvalueE", 6293 "name" : "unsigned char (*)(_JNIEnv *, _jobject *, _jmethodID *, const jvalue *)", 6294 "referenced_type" : "_ZTIFhP7_JNIEnvP8_jobjectP10_jmethodIDPK6jvalueE", 6295 "size" : 4, 6296 "source_file" : "libnativehelper/include_jni/jni.h" 6297 }, 6298 { 6299 "alignment" : 4, 6300 "linker_set_key" : "_ZTIPFhP7_JNIEnvP8_jobjectP10_jmethodIDPcE", 6301 "name" : "unsigned char (*)(_JNIEnv *, _jobject *, _jmethodID *, char *)", 6302 "referenced_type" : "_ZTIFhP7_JNIEnvP8_jobjectP10_jmethodIDPcE", 6303 "size" : 4, 6304 "source_file" : "libnativehelper/include_jni/jni.h" 6305 }, 6306 { 6307 "alignment" : 4, 6308 "linker_set_key" : "_ZTIPFhP7_JNIEnvP8_jobjectP10_jmethodIDzE", 6309 "name" : "unsigned char (*)(_JNIEnv *, _jobject *, _jmethodID *, ...)", 6310 "referenced_type" : "_ZTIFhP7_JNIEnvP8_jobjectP10_jmethodIDzE", 6311 "size" : 4, 6312 "source_file" : "libnativehelper/include_jni/jni.h" 6313 }, 6314 { 6315 "alignment" : 4, 6316 "linker_set_key" : "_ZTIPFhP7_JNIEnvP8_jobjectP7_jclassE", 6317 "name" : "unsigned char (*)(_JNIEnv *, _jobject *, _jclass *)", 6318 "referenced_type" : "_ZTIFhP7_JNIEnvP8_jobjectP7_jclassE", 6319 "size" : 4, 6320 "source_file" : "libnativehelper/include_jni/jni.h" 6321 }, 6322 { 6323 "alignment" : 4, 6324 "linker_set_key" : "_ZTIPFhP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPK6jvalueE", 6325 "name" : "unsigned char (*)(_JNIEnv *, _jobject *, _jclass *, _jmethodID *, const jvalue *)", 6326 "referenced_type" : "_ZTIFhP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPK6jvalueE", 6327 "size" : 4, 6328 "source_file" : "libnativehelper/include_jni/jni.h" 6329 }, 6330 { 6331 "alignment" : 4, 6332 "linker_set_key" : "_ZTIPFhP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPcE", 6333 "name" : "unsigned char (*)(_JNIEnv *, _jobject *, _jclass *, _jmethodID *, char *)", 6334 "referenced_type" : "_ZTIFhP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPcE", 6335 "size" : 4, 6336 "source_file" : "libnativehelper/include_jni/jni.h" 6337 }, 6338 { 6339 "alignment" : 4, 6340 "linker_set_key" : "_ZTIPFhP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDzE", 6341 "name" : "unsigned char (*)(_JNIEnv *, _jobject *, _jclass *, _jmethodID *, ...)", 6342 "referenced_type" : "_ZTIFhP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDzE", 6343 "size" : 4, 6344 "source_file" : "libnativehelper/include_jni/jni.h" 6345 }, 6346 { 6347 "alignment" : 4, 6348 "linker_set_key" : "_ZTIPFhP7_JNIEnvP8_jobjectP9_jfieldIDE", 6349 "name" : "unsigned char (*)(_JNIEnv *, _jobject *, _jfieldID *)", 6350 "referenced_type" : "_ZTIFhP7_JNIEnvP8_jobjectP9_jfieldIDE", 6351 "size" : 4, 6352 "source_file" : "libnativehelper/include_jni/jni.h" 6353 }, 6354 { 6355 "alignment" : 4, 6356 "linker_set_key" : "_ZTIPFhP7_JNIEnvP8_jobjectS2_E", 6357 "name" : "unsigned char (*)(_JNIEnv *, _jobject *, _jobject *)", 6358 "referenced_type" : "_ZTIFhP7_JNIEnvP8_jobjectS2_E", 6359 "size" : 4, 6360 "source_file" : "libnativehelper/include_jni/jni.h" 6361 }, 6362 { 6363 "alignment" : 4, 6364 "linker_set_key" : "_ZTIPFiP7_JNIEnvE", 6365 "name" : "int (*)(_JNIEnv *)", 6366 "referenced_type" : "_ZTIFiP7_JNIEnvE", 6367 "size" : 4, 6368 "source_file" : "libnativehelper/include_jni/jni.h" 6369 }, 6370 { 6371 "alignment" : 4, 6372 "linker_set_key" : "_ZTIPFiP7_JNIEnvP11_jthrowableE", 6373 "name" : "int (*)(_JNIEnv *, _jthrowable *)", 6374 "referenced_type" : "_ZTIFiP7_JNIEnvP11_jthrowableE", 6375 "size" : 4, 6376 "source_file" : "libnativehelper/include_jni/jni.h" 6377 }, 6378 { 6379 "alignment" : 4, 6380 "linker_set_key" : "_ZTIPFiP7_JNIEnvP7_jarrayE", 6381 "name" : "int (*)(_JNIEnv *, _jarray *)", 6382 "referenced_type" : "_ZTIFiP7_JNIEnvP7_jarrayE", 6383 "size" : 4, 6384 "source_file" : "libnativehelper/include_jni/jni.h" 6385 }, 6386 { 6387 "alignment" : 4, 6388 "linker_set_key" : "_ZTIPFiP7_JNIEnvP7_jclassE", 6389 "name" : "int (*)(_JNIEnv *, _jclass *)", 6390 "referenced_type" : "_ZTIFiP7_JNIEnvP7_jclassE", 6391 "size" : 4, 6392 "source_file" : "libnativehelper/include_jni/jni.h" 6393 }, 6394 { 6395 "alignment" : 4, 6396 "linker_set_key" : "_ZTIPFiP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE", 6397 "name" : "int (*)(_JNIEnv *, _jclass *, _jmethodID *, const jvalue *)", 6398 "referenced_type" : "_ZTIFiP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE", 6399 "size" : 4, 6400 "source_file" : "libnativehelper/include_jni/jni.h" 6401 }, 6402 { 6403 "alignment" : 4, 6404 "linker_set_key" : "_ZTIPFiP7_JNIEnvP7_jclassP10_jmethodIDPcE", 6405 "name" : "int (*)(_JNIEnv *, _jclass *, _jmethodID *, char *)", 6406 "referenced_type" : "_ZTIFiP7_JNIEnvP7_jclassP10_jmethodIDPcE", 6407 "size" : 4, 6408 "source_file" : "libnativehelper/include_jni/jni.h" 6409 }, 6410 { 6411 "alignment" : 4, 6412 "linker_set_key" : "_ZTIPFiP7_JNIEnvP7_jclassP10_jmethodIDzE", 6413 "name" : "int (*)(_JNIEnv *, _jclass *, _jmethodID *, ...)", 6414 "referenced_type" : "_ZTIFiP7_JNIEnvP7_jclassP10_jmethodIDzE", 6415 "size" : 4, 6416 "source_file" : "libnativehelper/include_jni/jni.h" 6417 }, 6418 { 6419 "alignment" : 4, 6420 "linker_set_key" : "_ZTIPFiP7_JNIEnvP7_jclassP9_jfieldIDE", 6421 "name" : "int (*)(_JNIEnv *, _jclass *, _jfieldID *)", 6422 "referenced_type" : "_ZTIFiP7_JNIEnvP7_jclassP9_jfieldIDE", 6423 "size" : 4, 6424 "source_file" : "libnativehelper/include_jni/jni.h" 6425 }, 6426 { 6427 "alignment" : 4, 6428 "linker_set_key" : "_ZTIPFiP7_JNIEnvP7_jclassPK15JNINativeMethodiE", 6429 "name" : "int (*)(_JNIEnv *, _jclass *, const JNINativeMethod *, int)", 6430 "referenced_type" : "_ZTIFiP7_JNIEnvP7_jclassPK15JNINativeMethodiE", 6431 "size" : 4, 6432 "source_file" : "libnativehelper/include_jni/jni.h" 6433 }, 6434 { 6435 "alignment" : 4, 6436 "linker_set_key" : "_ZTIPFiP7_JNIEnvP7_jclassPKcE", 6437 "name" : "int (*)(_JNIEnv *, _jclass *, const char *)", 6438 "referenced_type" : "_ZTIFiP7_JNIEnvP7_jclassPKcE", 6439 "size" : 4, 6440 "source_file" : "libnativehelper/include_jni/jni.h" 6441 }, 6442 { 6443 "alignment" : 4, 6444 "linker_set_key" : "_ZTIPFiP7_JNIEnvP8_jobjectE", 6445 "name" : "int (*)(_JNIEnv *, _jobject *)", 6446 "referenced_type" : "_ZTIFiP7_JNIEnvP8_jobjectE", 6447 "size" : 4, 6448 "source_file" : "libnativehelper/include_jni/jni.h" 6449 }, 6450 { 6451 "alignment" : 4, 6452 "linker_set_key" : "_ZTIPFiP7_JNIEnvP8_jobjectP10_jmethodIDPK6jvalueE", 6453 "name" : "int (*)(_JNIEnv *, _jobject *, _jmethodID *, const jvalue *)", 6454 "referenced_type" : "_ZTIFiP7_JNIEnvP8_jobjectP10_jmethodIDPK6jvalueE", 6455 "size" : 4, 6456 "source_file" : "libnativehelper/include_jni/jni.h" 6457 }, 6458 { 6459 "alignment" : 4, 6460 "linker_set_key" : "_ZTIPFiP7_JNIEnvP8_jobjectP10_jmethodIDPcE", 6461 "name" : "int (*)(_JNIEnv *, _jobject *, _jmethodID *, char *)", 6462 "referenced_type" : "_ZTIFiP7_JNIEnvP8_jobjectP10_jmethodIDPcE", 6463 "size" : 4, 6464 "source_file" : "libnativehelper/include_jni/jni.h" 6465 }, 6466 { 6467 "alignment" : 4, 6468 "linker_set_key" : "_ZTIPFiP7_JNIEnvP8_jobjectP10_jmethodIDzE", 6469 "name" : "int (*)(_JNIEnv *, _jobject *, _jmethodID *, ...)", 6470 "referenced_type" : "_ZTIFiP7_JNIEnvP8_jobjectP10_jmethodIDzE", 6471 "size" : 4, 6472 "source_file" : "libnativehelper/include_jni/jni.h" 6473 }, 6474 { 6475 "alignment" : 4, 6476 "linker_set_key" : "_ZTIPFiP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPK6jvalueE", 6477 "name" : "int (*)(_JNIEnv *, _jobject *, _jclass *, _jmethodID *, const jvalue *)", 6478 "referenced_type" : "_ZTIFiP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPK6jvalueE", 6479 "size" : 4, 6480 "source_file" : "libnativehelper/include_jni/jni.h" 6481 }, 6482 { 6483 "alignment" : 4, 6484 "linker_set_key" : "_ZTIPFiP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPcE", 6485 "name" : "int (*)(_JNIEnv *, _jobject *, _jclass *, _jmethodID *, char *)", 6486 "referenced_type" : "_ZTIFiP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPcE", 6487 "size" : 4, 6488 "source_file" : "libnativehelper/include_jni/jni.h" 6489 }, 6490 { 6491 "alignment" : 4, 6492 "linker_set_key" : "_ZTIPFiP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDzE", 6493 "name" : "int (*)(_JNIEnv *, _jobject *, _jclass *, _jmethodID *, ...)", 6494 "referenced_type" : "_ZTIFiP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDzE", 6495 "size" : 4, 6496 "source_file" : "libnativehelper/include_jni/jni.h" 6497 }, 6498 { 6499 "alignment" : 4, 6500 "linker_set_key" : "_ZTIPFiP7_JNIEnvP8_jobjectP9_jfieldIDE", 6501 "name" : "int (*)(_JNIEnv *, _jobject *, _jfieldID *)", 6502 "referenced_type" : "_ZTIFiP7_JNIEnvP8_jobjectP9_jfieldIDE", 6503 "size" : 4, 6504 "source_file" : "libnativehelper/include_jni/jni.h" 6505 }, 6506 { 6507 "alignment" : 4, 6508 "linker_set_key" : "_ZTIPFiP7_JNIEnvP8_jstringE", 6509 "name" : "int (*)(_JNIEnv *, _jstring *)", 6510 "referenced_type" : "_ZTIFiP7_JNIEnvP8_jstringE", 6511 "size" : 4, 6512 "source_file" : "libnativehelper/include_jni/jni.h" 6513 }, 6514 { 6515 "alignment" : 4, 6516 "linker_set_key" : "_ZTIPFiP7_JNIEnvPP7_JavaVME", 6517 "name" : "int (*)(_JNIEnv *, _JavaVM **)", 6518 "referenced_type" : "_ZTIFiP7_JNIEnvPP7_JavaVME", 6519 "size" : 4, 6520 "source_file" : "libnativehelper/include_jni/jni.h" 6521 }, 6522 { 6523 "alignment" : 4, 6524 "linker_set_key" : "_ZTIPFiP7_JNIEnviE", 6525 "name" : "int (*)(_JNIEnv *, int)", 6526 "referenced_type" : "_ZTIFiP7_JNIEnviE", 6527 "size" : 4, 6528 "source_file" : "libnativehelper/include_jni/jni.h" 6529 }, 6530 { 6531 "alignment" : 4, 6532 "linker_set_key" : "_ZTIPFiP7_JavaVME", 6533 "name" : "int (*)(_JavaVM *)", 6534 "referenced_type" : "_ZTIFiP7_JavaVME", 6535 "size" : 4, 6536 "source_file" : "libnativehelper/include_jni/jni.h" 6537 }, 6538 { 6539 "alignment" : 4, 6540 "linker_set_key" : "_ZTIPFiP7_JavaVMPP7_JNIEnvPvE", 6541 "name" : "int (*)(_JavaVM *, _JNIEnv **, void *)", 6542 "referenced_type" : "_ZTIFiP7_JavaVMPP7_JNIEnvPvE", 6543 "size" : 4, 6544 "source_file" : "libnativehelper/include_jni/jni.h" 6545 }, 6546 { 6547 "alignment" : 4, 6548 "linker_set_key" : "_ZTIPFiP7_JavaVMPPviE", 6549 "name" : "int (*)(_JavaVM *, void **, int)", 6550 "referenced_type" : "_ZTIFiP7_JavaVMPPviE", 6551 "size" : 4, 6552 "source_file" : "libnativehelper/include_jni/jni.h" 6553 }, 6554 { 6555 "alignment" : 4, 6556 "linker_set_key" : "_ZTIPFiPvE", 6557 "name" : "int (*)(void *)", 6558 "referenced_type" : "_ZTIFiPvE", 6559 "size" : 4, 6560 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 6561 }, 6562 { 6563 "alignment" : 4, 6564 "linker_set_key" : "_ZTIPFjP7_JNIEnvP7_jclassE", 6565 "name" : "unsigned int (*)(_JNIEnv *, _jclass *)", 6566 "referenced_type" : "_ZTIFjP7_JNIEnvP7_jclassE", 6567 "size" : 4, 6568 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 6569 }, 6570 { 6571 "alignment" : 4, 6572 "linker_set_key" : "_ZTIPFjP7_JNIEnvP7_jclassP15JNINativeMethodjE", 6573 "name" : "unsigned int (*)(_JNIEnv *, _jclass *, JNINativeMethod *, unsigned int)", 6574 "referenced_type" : "_ZTIFjP7_JNIEnvP7_jclassP15JNINativeMethodjE", 6575 "size" : 4, 6576 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 6577 }, 6578 { 6579 "alignment" : 4, 6580 "linker_set_key" : "_ZTIPFsP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE", 6581 "name" : "short (*)(_JNIEnv *, _jclass *, _jmethodID *, const jvalue *)", 6582 "referenced_type" : "_ZTIFsP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE", 6583 "size" : 4, 6584 "source_file" : "libnativehelper/include_jni/jni.h" 6585 }, 6586 { 6587 "alignment" : 4, 6588 "linker_set_key" : "_ZTIPFsP7_JNIEnvP7_jclassP10_jmethodIDPcE", 6589 "name" : "short (*)(_JNIEnv *, _jclass *, _jmethodID *, char *)", 6590 "referenced_type" : "_ZTIFsP7_JNIEnvP7_jclassP10_jmethodIDPcE", 6591 "size" : 4, 6592 "source_file" : "libnativehelper/include_jni/jni.h" 6593 }, 6594 { 6595 "alignment" : 4, 6596 "linker_set_key" : "_ZTIPFsP7_JNIEnvP7_jclassP10_jmethodIDzE", 6597 "name" : "short (*)(_JNIEnv *, _jclass *, _jmethodID *, ...)", 6598 "referenced_type" : "_ZTIFsP7_JNIEnvP7_jclassP10_jmethodIDzE", 6599 "size" : 4, 6600 "source_file" : "libnativehelper/include_jni/jni.h" 6601 }, 6602 { 6603 "alignment" : 4, 6604 "linker_set_key" : "_ZTIPFsP7_JNIEnvP7_jclassP9_jfieldIDE", 6605 "name" : "short (*)(_JNIEnv *, _jclass *, _jfieldID *)", 6606 "referenced_type" : "_ZTIFsP7_JNIEnvP7_jclassP9_jfieldIDE", 6607 "size" : 4, 6608 "source_file" : "libnativehelper/include_jni/jni.h" 6609 }, 6610 { 6611 "alignment" : 4, 6612 "linker_set_key" : "_ZTIPFsP7_JNIEnvP8_jobjectP10_jmethodIDPK6jvalueE", 6613 "name" : "short (*)(_JNIEnv *, _jobject *, _jmethodID *, const jvalue *)", 6614 "referenced_type" : "_ZTIFsP7_JNIEnvP8_jobjectP10_jmethodIDPK6jvalueE", 6615 "size" : 4, 6616 "source_file" : "libnativehelper/include_jni/jni.h" 6617 }, 6618 { 6619 "alignment" : 4, 6620 "linker_set_key" : "_ZTIPFsP7_JNIEnvP8_jobjectP10_jmethodIDPcE", 6621 "name" : "short (*)(_JNIEnv *, _jobject *, _jmethodID *, char *)", 6622 "referenced_type" : "_ZTIFsP7_JNIEnvP8_jobjectP10_jmethodIDPcE", 6623 "size" : 4, 6624 "source_file" : "libnativehelper/include_jni/jni.h" 6625 }, 6626 { 6627 "alignment" : 4, 6628 "linker_set_key" : "_ZTIPFsP7_JNIEnvP8_jobjectP10_jmethodIDzE", 6629 "name" : "short (*)(_JNIEnv *, _jobject *, _jmethodID *, ...)", 6630 "referenced_type" : "_ZTIFsP7_JNIEnvP8_jobjectP10_jmethodIDzE", 6631 "size" : 4, 6632 "source_file" : "libnativehelper/include_jni/jni.h" 6633 }, 6634 { 6635 "alignment" : 4, 6636 "linker_set_key" : "_ZTIPFsP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPK6jvalueE", 6637 "name" : "short (*)(_JNIEnv *, _jobject *, _jclass *, _jmethodID *, const jvalue *)", 6638 "referenced_type" : "_ZTIFsP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPK6jvalueE", 6639 "size" : 4, 6640 "source_file" : "libnativehelper/include_jni/jni.h" 6641 }, 6642 { 6643 "alignment" : 4, 6644 "linker_set_key" : "_ZTIPFsP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPcE", 6645 "name" : "short (*)(_JNIEnv *, _jobject *, _jclass *, _jmethodID *, char *)", 6646 "referenced_type" : "_ZTIFsP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPcE", 6647 "size" : 4, 6648 "source_file" : "libnativehelper/include_jni/jni.h" 6649 }, 6650 { 6651 "alignment" : 4, 6652 "linker_set_key" : "_ZTIPFsP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDzE", 6653 "name" : "short (*)(_JNIEnv *, _jobject *, _jclass *, _jmethodID *, ...)", 6654 "referenced_type" : "_ZTIFsP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDzE", 6655 "size" : 4, 6656 "source_file" : "libnativehelper/include_jni/jni.h" 6657 }, 6658 { 6659 "alignment" : 4, 6660 "linker_set_key" : "_ZTIPFsP7_JNIEnvP8_jobjectP9_jfieldIDE", 6661 "name" : "short (*)(_JNIEnv *, _jobject *, _jfieldID *)", 6662 "referenced_type" : "_ZTIFsP7_JNIEnvP8_jobjectP9_jfieldIDE", 6663 "size" : 4, 6664 "source_file" : "libnativehelper/include_jni/jni.h" 6665 }, 6666 { 6667 "alignment" : 4, 6668 "linker_set_key" : "_ZTIPFtP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE", 6669 "name" : "unsigned short (*)(_JNIEnv *, _jclass *, _jmethodID *, const jvalue *)", 6670 "referenced_type" : "_ZTIFtP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE", 6671 "size" : 4, 6672 "source_file" : "libnativehelper/include_jni/jni.h" 6673 }, 6674 { 6675 "alignment" : 4, 6676 "linker_set_key" : "_ZTIPFtP7_JNIEnvP7_jclassP10_jmethodIDPcE", 6677 "name" : "unsigned short (*)(_JNIEnv *, _jclass *, _jmethodID *, char *)", 6678 "referenced_type" : "_ZTIFtP7_JNIEnvP7_jclassP10_jmethodIDPcE", 6679 "size" : 4, 6680 "source_file" : "libnativehelper/include_jni/jni.h" 6681 }, 6682 { 6683 "alignment" : 4, 6684 "linker_set_key" : "_ZTIPFtP7_JNIEnvP7_jclassP10_jmethodIDzE", 6685 "name" : "unsigned short (*)(_JNIEnv *, _jclass *, _jmethodID *, ...)", 6686 "referenced_type" : "_ZTIFtP7_JNIEnvP7_jclassP10_jmethodIDzE", 6687 "size" : 4, 6688 "source_file" : "libnativehelper/include_jni/jni.h" 6689 }, 6690 { 6691 "alignment" : 4, 6692 "linker_set_key" : "_ZTIPFtP7_JNIEnvP7_jclassP9_jfieldIDE", 6693 "name" : "unsigned short (*)(_JNIEnv *, _jclass *, _jfieldID *)", 6694 "referenced_type" : "_ZTIFtP7_JNIEnvP7_jclassP9_jfieldIDE", 6695 "size" : 4, 6696 "source_file" : "libnativehelper/include_jni/jni.h" 6697 }, 6698 { 6699 "alignment" : 4, 6700 "linker_set_key" : "_ZTIPFtP7_JNIEnvP8_jobjectP10_jmethodIDPK6jvalueE", 6701 "name" : "unsigned short (*)(_JNIEnv *, _jobject *, _jmethodID *, const jvalue *)", 6702 "referenced_type" : "_ZTIFtP7_JNIEnvP8_jobjectP10_jmethodIDPK6jvalueE", 6703 "size" : 4, 6704 "source_file" : "libnativehelper/include_jni/jni.h" 6705 }, 6706 { 6707 "alignment" : 4, 6708 "linker_set_key" : "_ZTIPFtP7_JNIEnvP8_jobjectP10_jmethodIDPcE", 6709 "name" : "unsigned short (*)(_JNIEnv *, _jobject *, _jmethodID *, char *)", 6710 "referenced_type" : "_ZTIFtP7_JNIEnvP8_jobjectP10_jmethodIDPcE", 6711 "size" : 4, 6712 "source_file" : "libnativehelper/include_jni/jni.h" 6713 }, 6714 { 6715 "alignment" : 4, 6716 "linker_set_key" : "_ZTIPFtP7_JNIEnvP8_jobjectP10_jmethodIDzE", 6717 "name" : "unsigned short (*)(_JNIEnv *, _jobject *, _jmethodID *, ...)", 6718 "referenced_type" : "_ZTIFtP7_JNIEnvP8_jobjectP10_jmethodIDzE", 6719 "size" : 4, 6720 "source_file" : "libnativehelper/include_jni/jni.h" 6721 }, 6722 { 6723 "alignment" : 4, 6724 "linker_set_key" : "_ZTIPFtP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPK6jvalueE", 6725 "name" : "unsigned short (*)(_JNIEnv *, _jobject *, _jclass *, _jmethodID *, const jvalue *)", 6726 "referenced_type" : "_ZTIFtP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPK6jvalueE", 6727 "size" : 4, 6728 "source_file" : "libnativehelper/include_jni/jni.h" 6729 }, 6730 { 6731 "alignment" : 4, 6732 "linker_set_key" : "_ZTIPFtP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPcE", 6733 "name" : "unsigned short (*)(_JNIEnv *, _jobject *, _jclass *, _jmethodID *, char *)", 6734 "referenced_type" : "_ZTIFtP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPcE", 6735 "size" : 4, 6736 "source_file" : "libnativehelper/include_jni/jni.h" 6737 }, 6738 { 6739 "alignment" : 4, 6740 "linker_set_key" : "_ZTIPFtP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDzE", 6741 "name" : "unsigned short (*)(_JNIEnv *, _jobject *, _jclass *, _jmethodID *, ...)", 6742 "referenced_type" : "_ZTIFtP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDzE", 6743 "size" : 4, 6744 "source_file" : "libnativehelper/include_jni/jni.h" 6745 }, 6746 { 6747 "alignment" : 4, 6748 "linker_set_key" : "_ZTIPFtP7_JNIEnvP8_jobjectP9_jfieldIDE", 6749 "name" : "unsigned short (*)(_JNIEnv *, _jobject *, _jfieldID *)", 6750 "referenced_type" : "_ZTIFtP7_JNIEnvP8_jobjectP9_jfieldIDE", 6751 "size" : 4, 6752 "source_file" : "libnativehelper/include_jni/jni.h" 6753 }, 6754 { 6755 "alignment" : 4, 6756 "linker_set_key" : "_ZTIPFvP7_JNIEnvE", 6757 "name" : "void (*)(_JNIEnv *)", 6758 "referenced_type" : "_ZTIFvP7_JNIEnvE", 6759 "size" : 4, 6760 "source_file" : "libnativehelper/include_jni/jni.h" 6761 }, 6762 { 6763 "alignment" : 4, 6764 "linker_set_key" : "_ZTIPFvP7_JNIEnvP10_jintArrayPiiE", 6765 "name" : "void (*)(_JNIEnv *, _jintArray *, int *, int)", 6766 "referenced_type" : "_ZTIFvP7_JNIEnvP10_jintArrayPiiE", 6767 "size" : 4, 6768 "source_file" : "libnativehelper/include_jni/jni.h" 6769 }, 6770 { 6771 "alignment" : 4, 6772 "linker_set_key" : "_ZTIPFvP7_JNIEnvP10_jintArrayiiPKiE", 6773 "name" : "void (*)(_JNIEnv *, _jintArray *, int, int, const int *)", 6774 "referenced_type" : "_ZTIFvP7_JNIEnvP10_jintArrayiiPKiE", 6775 "size" : 4, 6776 "source_file" : "libnativehelper/include_jni/jni.h" 6777 }, 6778 { 6779 "alignment" : 4, 6780 "linker_set_key" : "_ZTIPFvP7_JNIEnvP10_jintArrayiiPiE", 6781 "name" : "void (*)(_JNIEnv *, _jintArray *, int, int, int *)", 6782 "referenced_type" : "_ZTIFvP7_JNIEnvP10_jintArrayiiPiE", 6783 "size" : 4, 6784 "source_file" : "libnativehelper/include_jni/jni.h" 6785 }, 6786 { 6787 "alignment" : 4, 6788 "linker_set_key" : "_ZTIPFvP7_JNIEnvP11_jbyteArrayPaiE", 6789 "name" : "void (*)(_JNIEnv *, _jbyteArray *, signed char *, int)", 6790 "referenced_type" : "_ZTIFvP7_JNIEnvP11_jbyteArrayPaiE", 6791 "size" : 4, 6792 "source_file" : "libnativehelper/include_jni/jni.h" 6793 }, 6794 { 6795 "alignment" : 4, 6796 "linker_set_key" : "_ZTIPFvP7_JNIEnvP11_jbyteArrayiiPKaE", 6797 "name" : "void (*)(_JNIEnv *, _jbyteArray *, int, int, const signed char *)", 6798 "referenced_type" : "_ZTIFvP7_JNIEnvP11_jbyteArrayiiPKaE", 6799 "size" : 4, 6800 "source_file" : "libnativehelper/include_jni/jni.h" 6801 }, 6802 { 6803 "alignment" : 4, 6804 "linker_set_key" : "_ZTIPFvP7_JNIEnvP11_jbyteArrayiiPaE", 6805 "name" : "void (*)(_JNIEnv *, _jbyteArray *, int, int, signed char *)", 6806 "referenced_type" : "_ZTIFvP7_JNIEnvP11_jbyteArrayiiPaE", 6807 "size" : 4, 6808 "source_file" : "libnativehelper/include_jni/jni.h" 6809 }, 6810 { 6811 "alignment" : 4, 6812 "linker_set_key" : "_ZTIPFvP7_JNIEnvP11_jcharArrayPtiE", 6813 "name" : "void (*)(_JNIEnv *, _jcharArray *, unsigned short *, int)", 6814 "referenced_type" : "_ZTIFvP7_JNIEnvP11_jcharArrayPtiE", 6815 "size" : 4, 6816 "source_file" : "libnativehelper/include_jni/jni.h" 6817 }, 6818 { 6819 "alignment" : 4, 6820 "linker_set_key" : "_ZTIPFvP7_JNIEnvP11_jcharArrayiiPKtE", 6821 "name" : "void (*)(_JNIEnv *, _jcharArray *, int, int, const unsigned short *)", 6822 "referenced_type" : "_ZTIFvP7_JNIEnvP11_jcharArrayiiPKtE", 6823 "size" : 4, 6824 "source_file" : "libnativehelper/include_jni/jni.h" 6825 }, 6826 { 6827 "alignment" : 4, 6828 "linker_set_key" : "_ZTIPFvP7_JNIEnvP11_jcharArrayiiPtE", 6829 "name" : "void (*)(_JNIEnv *, _jcharArray *, int, int, unsigned short *)", 6830 "referenced_type" : "_ZTIFvP7_JNIEnvP11_jcharArrayiiPtE", 6831 "size" : 4, 6832 "source_file" : "libnativehelper/include_jni/jni.h" 6833 }, 6834 { 6835 "alignment" : 4, 6836 "linker_set_key" : "_ZTIPFvP7_JNIEnvP11_jlongArrayPxiE", 6837 "name" : "void (*)(_JNIEnv *, _jlongArray *, long long *, int)", 6838 "referenced_type" : "_ZTIFvP7_JNIEnvP11_jlongArrayPxiE", 6839 "size" : 4, 6840 "source_file" : "libnativehelper/include_jni/jni.h" 6841 }, 6842 { 6843 "alignment" : 4, 6844 "linker_set_key" : "_ZTIPFvP7_JNIEnvP11_jlongArrayiiPKxE", 6845 "name" : "void (*)(_JNIEnv *, _jlongArray *, int, int, const long long *)", 6846 "referenced_type" : "_ZTIFvP7_JNIEnvP11_jlongArrayiiPKxE", 6847 "size" : 4, 6848 "source_file" : "libnativehelper/include_jni/jni.h" 6849 }, 6850 { 6851 "alignment" : 4, 6852 "linker_set_key" : "_ZTIPFvP7_JNIEnvP11_jlongArrayiiPxE", 6853 "name" : "void (*)(_JNIEnv *, _jlongArray *, int, int, long long *)", 6854 "referenced_type" : "_ZTIFvP7_JNIEnvP11_jlongArrayiiPxE", 6855 "size" : 4, 6856 "source_file" : "libnativehelper/include_jni/jni.h" 6857 }, 6858 { 6859 "alignment" : 4, 6860 "linker_set_key" : "_ZTIPFvP7_JNIEnvP12_jfloatArrayPfiE", 6861 "name" : "void (*)(_JNIEnv *, _jfloatArray *, float *, int)", 6862 "referenced_type" : "_ZTIFvP7_JNIEnvP12_jfloatArrayPfiE", 6863 "size" : 4, 6864 "source_file" : "libnativehelper/include_jni/jni.h" 6865 }, 6866 { 6867 "alignment" : 4, 6868 "linker_set_key" : "_ZTIPFvP7_JNIEnvP12_jfloatArrayiiPKfE", 6869 "name" : "void (*)(_JNIEnv *, _jfloatArray *, int, int, const float *)", 6870 "referenced_type" : "_ZTIFvP7_JNIEnvP12_jfloatArrayiiPKfE", 6871 "size" : 4, 6872 "source_file" : "libnativehelper/include_jni/jni.h" 6873 }, 6874 { 6875 "alignment" : 4, 6876 "linker_set_key" : "_ZTIPFvP7_JNIEnvP12_jfloatArrayiiPfE", 6877 "name" : "void (*)(_JNIEnv *, _jfloatArray *, int, int, float *)", 6878 "referenced_type" : "_ZTIFvP7_JNIEnvP12_jfloatArrayiiPfE", 6879 "size" : 4, 6880 "source_file" : "libnativehelper/include_jni/jni.h" 6881 }, 6882 { 6883 "alignment" : 4, 6884 "linker_set_key" : "_ZTIPFvP7_JNIEnvP12_jshortArrayPsiE", 6885 "name" : "void (*)(_JNIEnv *, _jshortArray *, short *, int)", 6886 "referenced_type" : "_ZTIFvP7_JNIEnvP12_jshortArrayPsiE", 6887 "size" : 4, 6888 "source_file" : "libnativehelper/include_jni/jni.h" 6889 }, 6890 { 6891 "alignment" : 4, 6892 "linker_set_key" : "_ZTIPFvP7_JNIEnvP12_jshortArrayiiPKsE", 6893 "name" : "void (*)(_JNIEnv *, _jshortArray *, int, int, const short *)", 6894 "referenced_type" : "_ZTIFvP7_JNIEnvP12_jshortArrayiiPKsE", 6895 "size" : 4, 6896 "source_file" : "libnativehelper/include_jni/jni.h" 6897 }, 6898 { 6899 "alignment" : 4, 6900 "linker_set_key" : "_ZTIPFvP7_JNIEnvP12_jshortArrayiiPsE", 6901 "name" : "void (*)(_JNIEnv *, _jshortArray *, int, int, short *)", 6902 "referenced_type" : "_ZTIFvP7_JNIEnvP12_jshortArrayiiPsE", 6903 "size" : 4, 6904 "source_file" : "libnativehelper/include_jni/jni.h" 6905 }, 6906 { 6907 "alignment" : 4, 6908 "linker_set_key" : "_ZTIPFvP7_JNIEnvP13_jdoubleArrayPdiE", 6909 "name" : "void (*)(_JNIEnv *, _jdoubleArray *, double *, int)", 6910 "referenced_type" : "_ZTIFvP7_JNIEnvP13_jdoubleArrayPdiE", 6911 "size" : 4, 6912 "source_file" : "libnativehelper/include_jni/jni.h" 6913 }, 6914 { 6915 "alignment" : 4, 6916 "linker_set_key" : "_ZTIPFvP7_JNIEnvP13_jdoubleArrayiiPKdE", 6917 "name" : "void (*)(_JNIEnv *, _jdoubleArray *, int, int, const double *)", 6918 "referenced_type" : "_ZTIFvP7_JNIEnvP13_jdoubleArrayiiPKdE", 6919 "size" : 4, 6920 "source_file" : "libnativehelper/include_jni/jni.h" 6921 }, 6922 { 6923 "alignment" : 4, 6924 "linker_set_key" : "_ZTIPFvP7_JNIEnvP13_jdoubleArrayiiPdE", 6925 "name" : "void (*)(_JNIEnv *, _jdoubleArray *, int, int, double *)", 6926 "referenced_type" : "_ZTIFvP7_JNIEnvP13_jdoubleArrayiiPdE", 6927 "size" : 4, 6928 "source_file" : "libnativehelper/include_jni/jni.h" 6929 }, 6930 { 6931 "alignment" : 4, 6932 "linker_set_key" : "_ZTIPFvP7_JNIEnvP13_jobjectArrayiP8_jobjectE", 6933 "name" : "void (*)(_JNIEnv *, _jobjectArray *, int, _jobject *)", 6934 "referenced_type" : "_ZTIFvP7_JNIEnvP13_jobjectArrayiP8_jobjectE", 6935 "size" : 4, 6936 "source_file" : "libnativehelper/include_jni/jni.h" 6937 }, 6938 { 6939 "alignment" : 4, 6940 "linker_set_key" : "_ZTIPFvP7_JNIEnvP14_jbooleanArrayPhiE", 6941 "name" : "void (*)(_JNIEnv *, _jbooleanArray *, unsigned char *, int)", 6942 "referenced_type" : "_ZTIFvP7_JNIEnvP14_jbooleanArrayPhiE", 6943 "size" : 4, 6944 "source_file" : "libnativehelper/include_jni/jni.h" 6945 }, 6946 { 6947 "alignment" : 4, 6948 "linker_set_key" : "_ZTIPFvP7_JNIEnvP14_jbooleanArrayiiPKhE", 6949 "name" : "void (*)(_JNIEnv *, _jbooleanArray *, int, int, const unsigned char *)", 6950 "referenced_type" : "_ZTIFvP7_JNIEnvP14_jbooleanArrayiiPKhE", 6951 "size" : 4, 6952 "source_file" : "libnativehelper/include_jni/jni.h" 6953 }, 6954 { 6955 "alignment" : 4, 6956 "linker_set_key" : "_ZTIPFvP7_JNIEnvP14_jbooleanArrayiiPhE", 6957 "name" : "void (*)(_JNIEnv *, _jbooleanArray *, int, int, unsigned char *)", 6958 "referenced_type" : "_ZTIFvP7_JNIEnvP14_jbooleanArrayiiPhE", 6959 "size" : 4, 6960 "source_file" : "libnativehelper/include_jni/jni.h" 6961 }, 6962 { 6963 "alignment" : 4, 6964 "linker_set_key" : "_ZTIPFvP7_JNIEnvP7_jarrayPviE", 6965 "name" : "void (*)(_JNIEnv *, _jarray *, void *, int)", 6966 "referenced_type" : "_ZTIFvP7_JNIEnvP7_jarrayPviE", 6967 "size" : 4, 6968 "source_file" : "libnativehelper/include_jni/jni.h" 6969 }, 6970 { 6971 "alignment" : 4, 6972 "linker_set_key" : "_ZTIPFvP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE", 6973 "name" : "void (*)(_JNIEnv *, _jclass *, _jmethodID *, const jvalue *)", 6974 "referenced_type" : "_ZTIFvP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE", 6975 "size" : 4, 6976 "source_file" : "libnativehelper/include_jni/jni.h" 6977 }, 6978 { 6979 "alignment" : 4, 6980 "linker_set_key" : "_ZTIPFvP7_JNIEnvP7_jclassP10_jmethodIDPcE", 6981 "name" : "void (*)(_JNIEnv *, _jclass *, _jmethodID *, char *)", 6982 "referenced_type" : "_ZTIFvP7_JNIEnvP7_jclassP10_jmethodIDPcE", 6983 "size" : 4, 6984 "source_file" : "libnativehelper/include_jni/jni.h" 6985 }, 6986 { 6987 "alignment" : 4, 6988 "linker_set_key" : "_ZTIPFvP7_JNIEnvP7_jclassP10_jmethodIDzE", 6989 "name" : "void (*)(_JNIEnv *, _jclass *, _jmethodID *, ...)", 6990 "referenced_type" : "_ZTIFvP7_JNIEnvP7_jclassP10_jmethodIDzE", 6991 "size" : 4, 6992 "source_file" : "libnativehelper/include_jni/jni.h" 6993 }, 6994 { 6995 "alignment" : 4, 6996 "linker_set_key" : "_ZTIPFvP7_JNIEnvP7_jclassP9_jfieldIDP8_jobjectE", 6997 "name" : "void (*)(_JNIEnv *, _jclass *, _jfieldID *, _jobject *)", 6998 "referenced_type" : "_ZTIFvP7_JNIEnvP7_jclassP9_jfieldIDP8_jobjectE", 6999 "size" : 4, 7000 "source_file" : "libnativehelper/include_jni/jni.h" 7001 }, 7002 { 7003 "alignment" : 4, 7004 "linker_set_key" : "_ZTIPFvP7_JNIEnvP7_jclassP9_jfieldIDaE", 7005 "name" : "void (*)(_JNIEnv *, _jclass *, _jfieldID *, signed char)", 7006 "referenced_type" : "_ZTIFvP7_JNIEnvP7_jclassP9_jfieldIDaE", 7007 "size" : 4, 7008 "source_file" : "libnativehelper/include_jni/jni.h" 7009 }, 7010 { 7011 "alignment" : 4, 7012 "linker_set_key" : "_ZTIPFvP7_JNIEnvP7_jclassP9_jfieldIDdE", 7013 "name" : "void (*)(_JNIEnv *, _jclass *, _jfieldID *, double)", 7014 "referenced_type" : "_ZTIFvP7_JNIEnvP7_jclassP9_jfieldIDdE", 7015 "size" : 4, 7016 "source_file" : "libnativehelper/include_jni/jni.h" 7017 }, 7018 { 7019 "alignment" : 4, 7020 "linker_set_key" : "_ZTIPFvP7_JNIEnvP7_jclassP9_jfieldIDfE", 7021 "name" : "void (*)(_JNIEnv *, _jclass *, _jfieldID *, float)", 7022 "referenced_type" : "_ZTIFvP7_JNIEnvP7_jclassP9_jfieldIDfE", 7023 "size" : 4, 7024 "source_file" : "libnativehelper/include_jni/jni.h" 7025 }, 7026 { 7027 "alignment" : 4, 7028 "linker_set_key" : "_ZTIPFvP7_JNIEnvP7_jclassP9_jfieldIDhE", 7029 "name" : "void (*)(_JNIEnv *, _jclass *, _jfieldID *, unsigned char)", 7030 "referenced_type" : "_ZTIFvP7_JNIEnvP7_jclassP9_jfieldIDhE", 7031 "size" : 4, 7032 "source_file" : "libnativehelper/include_jni/jni.h" 7033 }, 7034 { 7035 "alignment" : 4, 7036 "linker_set_key" : "_ZTIPFvP7_JNIEnvP7_jclassP9_jfieldIDiE", 7037 "name" : "void (*)(_JNIEnv *, _jclass *, _jfieldID *, int)", 7038 "referenced_type" : "_ZTIFvP7_JNIEnvP7_jclassP9_jfieldIDiE", 7039 "size" : 4, 7040 "source_file" : "libnativehelper/include_jni/jni.h" 7041 }, 7042 { 7043 "alignment" : 4, 7044 "linker_set_key" : "_ZTIPFvP7_JNIEnvP7_jclassP9_jfieldIDsE", 7045 "name" : "void (*)(_JNIEnv *, _jclass *, _jfieldID *, short)", 7046 "referenced_type" : "_ZTIFvP7_JNIEnvP7_jclassP9_jfieldIDsE", 7047 "size" : 4, 7048 "source_file" : "libnativehelper/include_jni/jni.h" 7049 }, 7050 { 7051 "alignment" : 4, 7052 "linker_set_key" : "_ZTIPFvP7_JNIEnvP7_jclassP9_jfieldIDtE", 7053 "name" : "void (*)(_JNIEnv *, _jclass *, _jfieldID *, unsigned short)", 7054 "referenced_type" : "_ZTIFvP7_JNIEnvP7_jclassP9_jfieldIDtE", 7055 "size" : 4, 7056 "source_file" : "libnativehelper/include_jni/jni.h" 7057 }, 7058 { 7059 "alignment" : 4, 7060 "linker_set_key" : "_ZTIPFvP7_JNIEnvP7_jclassP9_jfieldIDxE", 7061 "name" : "void (*)(_JNIEnv *, _jclass *, _jfieldID *, long long)", 7062 "referenced_type" : "_ZTIFvP7_JNIEnvP7_jclassP9_jfieldIDxE", 7063 "size" : 4, 7064 "source_file" : "libnativehelper/include_jni/jni.h" 7065 }, 7066 { 7067 "alignment" : 4, 7068 "linker_set_key" : "_ZTIPFvP7_JNIEnvP8_jobjectE", 7069 "name" : "void (*)(_JNIEnv *, _jobject *)", 7070 "referenced_type" : "_ZTIFvP7_JNIEnvP8_jobjectE", 7071 "size" : 4, 7072 "source_file" : "libnativehelper/include_jni/jni.h" 7073 }, 7074 { 7075 "alignment" : 4, 7076 "linker_set_key" : "_ZTIPFvP7_JNIEnvP8_jobjectP10_jmethodIDPK6jvalueE", 7077 "name" : "void (*)(_JNIEnv *, _jobject *, _jmethodID *, const jvalue *)", 7078 "referenced_type" : "_ZTIFvP7_JNIEnvP8_jobjectP10_jmethodIDPK6jvalueE", 7079 "size" : 4, 7080 "source_file" : "libnativehelper/include_jni/jni.h" 7081 }, 7082 { 7083 "alignment" : 4, 7084 "linker_set_key" : "_ZTIPFvP7_JNIEnvP8_jobjectP10_jmethodIDPcE", 7085 "name" : "void (*)(_JNIEnv *, _jobject *, _jmethodID *, char *)", 7086 "referenced_type" : "_ZTIFvP7_JNIEnvP8_jobjectP10_jmethodIDPcE", 7087 "size" : 4, 7088 "source_file" : "libnativehelper/include_jni/jni.h" 7089 }, 7090 { 7091 "alignment" : 4, 7092 "linker_set_key" : "_ZTIPFvP7_JNIEnvP8_jobjectP10_jmethodIDzE", 7093 "name" : "void (*)(_JNIEnv *, _jobject *, _jmethodID *, ...)", 7094 "referenced_type" : "_ZTIFvP7_JNIEnvP8_jobjectP10_jmethodIDzE", 7095 "size" : 4, 7096 "source_file" : "libnativehelper/include_jni/jni.h" 7097 }, 7098 { 7099 "alignment" : 4, 7100 "linker_set_key" : "_ZTIPFvP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPK6jvalueE", 7101 "name" : "void (*)(_JNIEnv *, _jobject *, _jclass *, _jmethodID *, const jvalue *)", 7102 "referenced_type" : "_ZTIFvP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPK6jvalueE", 7103 "size" : 4, 7104 "source_file" : "libnativehelper/include_jni/jni.h" 7105 }, 7106 { 7107 "alignment" : 4, 7108 "linker_set_key" : "_ZTIPFvP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPcE", 7109 "name" : "void (*)(_JNIEnv *, _jobject *, _jclass *, _jmethodID *, char *)", 7110 "referenced_type" : "_ZTIFvP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPcE", 7111 "size" : 4, 7112 "source_file" : "libnativehelper/include_jni/jni.h" 7113 }, 7114 { 7115 "alignment" : 4, 7116 "linker_set_key" : "_ZTIPFvP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDzE", 7117 "name" : "void (*)(_JNIEnv *, _jobject *, _jclass *, _jmethodID *, ...)", 7118 "referenced_type" : "_ZTIFvP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDzE", 7119 "size" : 4, 7120 "source_file" : "libnativehelper/include_jni/jni.h" 7121 }, 7122 { 7123 "alignment" : 4, 7124 "linker_set_key" : "_ZTIPFvP7_JNIEnvP8_jobjectP9_jfieldIDS2_E", 7125 "name" : "void (*)(_JNIEnv *, _jobject *, _jfieldID *, _jobject *)", 7126 "referenced_type" : "_ZTIFvP7_JNIEnvP8_jobjectP9_jfieldIDS2_E", 7127 "size" : 4, 7128 "source_file" : "libnativehelper/include_jni/jni.h" 7129 }, 7130 { 7131 "alignment" : 4, 7132 "linker_set_key" : "_ZTIPFvP7_JNIEnvP8_jobjectP9_jfieldIDaE", 7133 "name" : "void (*)(_JNIEnv *, _jobject *, _jfieldID *, signed char)", 7134 "referenced_type" : "_ZTIFvP7_JNIEnvP8_jobjectP9_jfieldIDaE", 7135 "size" : 4, 7136 "source_file" : "libnativehelper/include_jni/jni.h" 7137 }, 7138 { 7139 "alignment" : 4, 7140 "linker_set_key" : "_ZTIPFvP7_JNIEnvP8_jobjectP9_jfieldIDdE", 7141 "name" : "void (*)(_JNIEnv *, _jobject *, _jfieldID *, double)", 7142 "referenced_type" : "_ZTIFvP7_JNIEnvP8_jobjectP9_jfieldIDdE", 7143 "size" : 4, 7144 "source_file" : "libnativehelper/include_jni/jni.h" 7145 }, 7146 { 7147 "alignment" : 4, 7148 "linker_set_key" : "_ZTIPFvP7_JNIEnvP8_jobjectP9_jfieldIDfE", 7149 "name" : "void (*)(_JNIEnv *, _jobject *, _jfieldID *, float)", 7150 "referenced_type" : "_ZTIFvP7_JNIEnvP8_jobjectP9_jfieldIDfE", 7151 "size" : 4, 7152 "source_file" : "libnativehelper/include_jni/jni.h" 7153 }, 7154 { 7155 "alignment" : 4, 7156 "linker_set_key" : "_ZTIPFvP7_JNIEnvP8_jobjectP9_jfieldIDhE", 7157 "name" : "void (*)(_JNIEnv *, _jobject *, _jfieldID *, unsigned char)", 7158 "referenced_type" : "_ZTIFvP7_JNIEnvP8_jobjectP9_jfieldIDhE", 7159 "size" : 4, 7160 "source_file" : "libnativehelper/include_jni/jni.h" 7161 }, 7162 { 7163 "alignment" : 4, 7164 "linker_set_key" : "_ZTIPFvP7_JNIEnvP8_jobjectP9_jfieldIDiE", 7165 "name" : "void (*)(_JNIEnv *, _jobject *, _jfieldID *, int)", 7166 "referenced_type" : "_ZTIFvP7_JNIEnvP8_jobjectP9_jfieldIDiE", 7167 "size" : 4, 7168 "source_file" : "libnativehelper/include_jni/jni.h" 7169 }, 7170 { 7171 "alignment" : 4, 7172 "linker_set_key" : "_ZTIPFvP7_JNIEnvP8_jobjectP9_jfieldIDsE", 7173 "name" : "void (*)(_JNIEnv *, _jobject *, _jfieldID *, short)", 7174 "referenced_type" : "_ZTIFvP7_JNIEnvP8_jobjectP9_jfieldIDsE", 7175 "size" : 4, 7176 "source_file" : "libnativehelper/include_jni/jni.h" 7177 }, 7178 { 7179 "alignment" : 4, 7180 "linker_set_key" : "_ZTIPFvP7_JNIEnvP8_jobjectP9_jfieldIDtE", 7181 "name" : "void (*)(_JNIEnv *, _jobject *, _jfieldID *, unsigned short)", 7182 "referenced_type" : "_ZTIFvP7_JNIEnvP8_jobjectP9_jfieldIDtE", 7183 "size" : 4, 7184 "source_file" : "libnativehelper/include_jni/jni.h" 7185 }, 7186 { 7187 "alignment" : 4, 7188 "linker_set_key" : "_ZTIPFvP7_JNIEnvP8_jobjectP9_jfieldIDxE", 7189 "name" : "void (*)(_JNIEnv *, _jobject *, _jfieldID *, long long)", 7190 "referenced_type" : "_ZTIFvP7_JNIEnvP8_jobjectP9_jfieldIDxE", 7191 "size" : 4, 7192 "source_file" : "libnativehelper/include_jni/jni.h" 7193 }, 7194 { 7195 "alignment" : 4, 7196 "linker_set_key" : "_ZTIPFvP7_JNIEnvP8_jstringPKcE", 7197 "name" : "void (*)(_JNIEnv *, _jstring *, const char *)", 7198 "referenced_type" : "_ZTIFvP7_JNIEnvP8_jstringPKcE", 7199 "size" : 4, 7200 "source_file" : "libnativehelper/include_jni/jni.h" 7201 }, 7202 { 7203 "alignment" : 4, 7204 "linker_set_key" : "_ZTIPFvP7_JNIEnvP8_jstringPKtE", 7205 "name" : "void (*)(_JNIEnv *, _jstring *, const unsigned short *)", 7206 "referenced_type" : "_ZTIFvP7_JNIEnvP8_jstringPKtE", 7207 "size" : 4, 7208 "source_file" : "libnativehelper/include_jni/jni.h" 7209 }, 7210 { 7211 "alignment" : 4, 7212 "linker_set_key" : "_ZTIPFvP7_JNIEnvP8_jstringiiPcE", 7213 "name" : "void (*)(_JNIEnv *, _jstring *, int, int, char *)", 7214 "referenced_type" : "_ZTIFvP7_JNIEnvP8_jstringiiPcE", 7215 "size" : 4, 7216 "source_file" : "libnativehelper/include_jni/jni.h" 7217 }, 7218 { 7219 "alignment" : 4, 7220 "linker_set_key" : "_ZTIPFvP7_JNIEnvP8_jstringiiPtE", 7221 "name" : "void (*)(_JNIEnv *, _jstring *, int, int, unsigned short *)", 7222 "referenced_type" : "_ZTIFvP7_JNIEnvP8_jstringiiPtE", 7223 "size" : 4, 7224 "source_file" : "libnativehelper/include_jni/jni.h" 7225 }, 7226 { 7227 "alignment" : 4, 7228 "linker_set_key" : "_ZTIPFvP7_JNIEnvPKcE", 7229 "name" : "void (*)(_JNIEnv *, const char *)", 7230 "referenced_type" : "_ZTIFvP7_JNIEnvPKcE", 7231 "size" : 4, 7232 "source_file" : "libnativehelper/include_jni/jni.h" 7233 }, 7234 { 7235 "alignment" : 4, 7236 "linker_set_key" : "_ZTIPFvvE", 7237 "name" : "void (*)()", 7238 "referenced_type" : "_ZTIFvvE", 7239 "size" : 4, 7240 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 7241 }, 7242 { 7243 "alignment" : 4, 7244 "linker_set_key" : "_ZTIPFxP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE", 7245 "name" : "long long (*)(_JNIEnv *, _jclass *, _jmethodID *, const jvalue *)", 7246 "referenced_type" : "_ZTIFxP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE", 7247 "size" : 4, 7248 "source_file" : "libnativehelper/include_jni/jni.h" 7249 }, 7250 { 7251 "alignment" : 4, 7252 "linker_set_key" : "_ZTIPFxP7_JNIEnvP7_jclassP10_jmethodIDPcE", 7253 "name" : "long long (*)(_JNIEnv *, _jclass *, _jmethodID *, char *)", 7254 "referenced_type" : "_ZTIFxP7_JNIEnvP7_jclassP10_jmethodIDPcE", 7255 "size" : 4, 7256 "source_file" : "libnativehelper/include_jni/jni.h" 7257 }, 7258 { 7259 "alignment" : 4, 7260 "linker_set_key" : "_ZTIPFxP7_JNIEnvP7_jclassP10_jmethodIDzE", 7261 "name" : "long long (*)(_JNIEnv *, _jclass *, _jmethodID *, ...)", 7262 "referenced_type" : "_ZTIFxP7_JNIEnvP7_jclassP10_jmethodIDzE", 7263 "size" : 4, 7264 "source_file" : "libnativehelper/include_jni/jni.h" 7265 }, 7266 { 7267 "alignment" : 4, 7268 "linker_set_key" : "_ZTIPFxP7_JNIEnvP7_jclassP9_jfieldIDE", 7269 "name" : "long long (*)(_JNIEnv *, _jclass *, _jfieldID *)", 7270 "referenced_type" : "_ZTIFxP7_JNIEnvP7_jclassP9_jfieldIDE", 7271 "size" : 4, 7272 "source_file" : "libnativehelper/include_jni/jni.h" 7273 }, 7274 { 7275 "alignment" : 4, 7276 "linker_set_key" : "_ZTIPFxP7_JNIEnvP8_jobjectE", 7277 "name" : "long long (*)(_JNIEnv *, _jobject *)", 7278 "referenced_type" : "_ZTIFxP7_JNIEnvP8_jobjectE", 7279 "size" : 4, 7280 "source_file" : "libnativehelper/include_jni/jni.h" 7281 }, 7282 { 7283 "alignment" : 4, 7284 "linker_set_key" : "_ZTIPFxP7_JNIEnvP8_jobjectP10_jmethodIDPK6jvalueE", 7285 "name" : "long long (*)(_JNIEnv *, _jobject *, _jmethodID *, const jvalue *)", 7286 "referenced_type" : "_ZTIFxP7_JNIEnvP8_jobjectP10_jmethodIDPK6jvalueE", 7287 "size" : 4, 7288 "source_file" : "libnativehelper/include_jni/jni.h" 7289 }, 7290 { 7291 "alignment" : 4, 7292 "linker_set_key" : "_ZTIPFxP7_JNIEnvP8_jobjectP10_jmethodIDPcE", 7293 "name" : "long long (*)(_JNIEnv *, _jobject *, _jmethodID *, char *)", 7294 "referenced_type" : "_ZTIFxP7_JNIEnvP8_jobjectP10_jmethodIDPcE", 7295 "size" : 4, 7296 "source_file" : "libnativehelper/include_jni/jni.h" 7297 }, 7298 { 7299 "alignment" : 4, 7300 "linker_set_key" : "_ZTIPFxP7_JNIEnvP8_jobjectP10_jmethodIDzE", 7301 "name" : "long long (*)(_JNIEnv *, _jobject *, _jmethodID *, ...)", 7302 "referenced_type" : "_ZTIFxP7_JNIEnvP8_jobjectP10_jmethodIDzE", 7303 "size" : 4, 7304 "source_file" : "libnativehelper/include_jni/jni.h" 7305 }, 7306 { 7307 "alignment" : 4, 7308 "linker_set_key" : "_ZTIPFxP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPK6jvalueE", 7309 "name" : "long long (*)(_JNIEnv *, _jobject *, _jclass *, _jmethodID *, const jvalue *)", 7310 "referenced_type" : "_ZTIFxP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPK6jvalueE", 7311 "size" : 4, 7312 "source_file" : "libnativehelper/include_jni/jni.h" 7313 }, 7314 { 7315 "alignment" : 4, 7316 "linker_set_key" : "_ZTIPFxP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPcE", 7317 "name" : "long long (*)(_JNIEnv *, _jobject *, _jclass *, _jmethodID *, char *)", 7318 "referenced_type" : "_ZTIFxP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPcE", 7319 "size" : 4, 7320 "source_file" : "libnativehelper/include_jni/jni.h" 7321 }, 7322 { 7323 "alignment" : 4, 7324 "linker_set_key" : "_ZTIPFxP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDzE", 7325 "name" : "long long (*)(_JNIEnv *, _jobject *, _jclass *, _jmethodID *, ...)", 7326 "referenced_type" : "_ZTIFxP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDzE", 7327 "size" : 4, 7328 "source_file" : "libnativehelper/include_jni/jni.h" 7329 }, 7330 { 7331 "alignment" : 4, 7332 "linker_set_key" : "_ZTIPFxP7_JNIEnvP8_jobjectP9_jfieldIDE", 7333 "name" : "long long (*)(_JNIEnv *, _jobject *, _jfieldID *)", 7334 "referenced_type" : "_ZTIFxP7_JNIEnvP8_jobjectP9_jfieldIDE", 7335 "size" : 4, 7336 "source_file" : "libnativehelper/include_jni/jni.h" 7337 }, 7338 { 7339 "alignment" : 4, 7340 "linker_set_key" : "_ZTIPK15JNINativeMethod", 7341 "name" : "const JNINativeMethod *", 7342 "referenced_type" : "_ZTIK15JNINativeMethod", 7343 "size" : 4, 7344 "source_file" : "libnativehelper/include_jni/jni.h" 7345 }, 7346 { 7347 "alignment" : 4, 7348 "linker_set_key" : "_ZTIPK18JNIInvokeInterface", 7349 "name" : "const JNIInvokeInterface *", 7350 "referenced_type" : "_ZTIK18JNIInvokeInterface", 7351 "size" : 4, 7352 "source_file" : "libnativehelper/include_jni/jni.h" 7353 }, 7354 { 7355 "alignment" : 4, 7356 "linker_set_key" : "_ZTIPK18JNINativeInterface", 7357 "name" : "const JNINativeInterface *", 7358 "referenced_type" : "_ZTIK18JNINativeInterface", 7359 "size" : 4, 7360 "source_file" : "libnativehelper/include_jni/jni.h" 7361 }, 7362 { 7363 "alignment" : 4, 7364 "linker_set_key" : "_ZTIPK6jvalue", 7365 "name" : "const jvalue *", 7366 "referenced_type" : "_ZTIK6jvalue", 7367 "size" : 4, 7368 "source_file" : "libnativehelper/include_jni/jni.h" 7369 }, 7370 { 7371 "alignment" : 4, 7372 "linker_set_key" : "_ZTIPK8log_time", 7373 "name" : "const log_time *", 7374 "referenced_type" : "_ZTIK8log_time", 7375 "size" : 4, 7376 "source_file" : "system/logging/liblog/include/log/log_time.h" 7377 }, 7378 { 7379 "alignment" : 4, 7380 "linker_set_key" : "_ZTIPKN7android28NativeBridgeRuntimeCallbacksE", 7381 "name" : "const android::NativeBridgeRuntimeCallbacks *", 7382 "referenced_type" : "_ZTIKN7android28NativeBridgeRuntimeCallbacksE", 7383 "size" : 4, 7384 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 7385 }, 7386 { 7387 "alignment" : 4, 7388 "linker_set_key" : "_ZTIPKa", 7389 "name" : "const signed char *", 7390 "referenced_type" : "_ZTIKa", 7391 "size" : 4, 7392 "source_file" : "libnativehelper/include_jni/jni.h" 7393 }, 7394 { 7395 "alignment" : 4, 7396 "linker_set_key" : "_ZTIPKc", 7397 "name" : "const char *", 7398 "referenced_type" : "_ZTIKc", 7399 "size" : 4, 7400 "source_file" : "libnativehelper/include_jni/jni.h" 7401 }, 7402 { 7403 "alignment" : 4, 7404 "linker_set_key" : "_ZTIPKd", 7405 "name" : "const double *", 7406 "referenced_type" : "_ZTIKd", 7407 "size" : 4, 7408 "source_file" : "libnativehelper/include_jni/jni.h" 7409 }, 7410 { 7411 "alignment" : 4, 7412 "linker_set_key" : "_ZTIPKf", 7413 "name" : "const float *", 7414 "referenced_type" : "_ZTIKf", 7415 "size" : 4, 7416 "source_file" : "libnativehelper/include_jni/jni.h" 7417 }, 7418 { 7419 "alignment" : 4, 7420 "linker_set_key" : "_ZTIPKh", 7421 "name" : "const unsigned char *", 7422 "referenced_type" : "_ZTIKh", 7423 "size" : 4, 7424 "source_file" : "libnativehelper/include_jni/jni.h" 7425 }, 7426 { 7427 "alignment" : 4, 7428 "linker_set_key" : "_ZTIPKi", 7429 "name" : "const int *", 7430 "referenced_type" : "_ZTIKi", 7431 "size" : 4, 7432 "source_file" : "libnativehelper/include_jni/jni.h" 7433 }, 7434 { 7435 "alignment" : 4, 7436 "linker_set_key" : "_ZTIPKs", 7437 "name" : "const short *", 7438 "referenced_type" : "_ZTIKs", 7439 "size" : 4, 7440 "source_file" : "libnativehelper/include_jni/jni.h" 7441 }, 7442 { 7443 "alignment" : 4, 7444 "linker_set_key" : "_ZTIPKt", 7445 "name" : "const unsigned short *", 7446 "referenced_type" : "_ZTIKt", 7447 "size" : 4, 7448 "source_file" : "libnativehelper/include_jni/jni.h" 7449 }, 7450 { 7451 "alignment" : 4, 7452 "linker_set_key" : "_ZTIPKv", 7453 "name" : "const void *", 7454 "referenced_type" : "_ZTIKv", 7455 "size" : 4, 7456 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 7457 }, 7458 { 7459 "alignment" : 4, 7460 "linker_set_key" : "_ZTIPKx", 7461 "name" : "const long long *", 7462 "referenced_type" : "_ZTIKx", 7463 "size" : 4, 7464 "source_file" : "libnativehelper/include_jni/jni.h" 7465 }, 7466 { 7467 "alignment" : 4, 7468 "linker_set_key" : "_ZTIPN7android25native_bridge_namespace_tE", 7469 "name" : "android::native_bridge_namespace_t *", 7470 "referenced_type" : "_ZTIN7android25native_bridge_namespace_tE", 7471 "size" : 4, 7472 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 7473 }, 7474 { 7475 "alignment" : 4, 7476 "linker_set_key" : "_ZTIPP7_JNIEnv", 7477 "name" : "_JNIEnv **", 7478 "referenced_type" : "_ZTIP7_JNIEnv", 7479 "size" : 4, 7480 "source_file" : "libnativehelper/include_jni/jni.h" 7481 }, 7482 { 7483 "alignment" : 4, 7484 "linker_set_key" : "_ZTIPP7_JavaVM", 7485 "name" : "_JavaVM **", 7486 "referenced_type" : "_ZTIP7_JavaVM", 7487 "size" : 4, 7488 "source_file" : "libnativehelper/include_jni/jni.h" 7489 }, 7490 { 7491 "alignment" : 4, 7492 "linker_set_key" : "_ZTIPPv", 7493 "name" : "void **", 7494 "referenced_type" : "_ZTIPv", 7495 "size" : 4, 7496 "source_file" : "libnativehelper/include_jni/jni.h" 7497 }, 7498 { 7499 "alignment" : 4, 7500 "linker_set_key" : "_ZTIPa", 7501 "name" : "signed char *", 7502 "referenced_type" : "_ZTIa", 7503 "size" : 4, 7504 "source_file" : "libnativehelper/include_jni/jni.h" 7505 }, 7506 { 7507 "alignment" : 4, 7508 "linker_set_key" : "_ZTIPc", 7509 "name" : "char *", 7510 "referenced_type" : "_ZTIc", 7511 "size" : 4, 7512 "source_file" : "libnativehelper/include_jni/jni.h" 7513 }, 7514 { 7515 "alignment" : 4, 7516 "linker_set_key" : "_ZTIPd", 7517 "name" : "double *", 7518 "referenced_type" : "_ZTId", 7519 "size" : 4, 7520 "source_file" : "libnativehelper/include_jni/jni.h" 7521 }, 7522 { 7523 "alignment" : 4, 7524 "linker_set_key" : "_ZTIPf", 7525 "name" : "float *", 7526 "referenced_type" : "_ZTIf", 7527 "size" : 4, 7528 "source_file" : "libnativehelper/include_jni/jni.h" 7529 }, 7530 { 7531 "alignment" : 4, 7532 "linker_set_key" : "_ZTIPh", 7533 "name" : "unsigned char *", 7534 "referenced_type" : "_ZTIh", 7535 "size" : 4, 7536 "source_file" : "libnativehelper/include_jni/jni.h" 7537 }, 7538 { 7539 "alignment" : 4, 7540 "linker_set_key" : "_ZTIPi", 7541 "name" : "int *", 7542 "referenced_type" : "_ZTIi", 7543 "size" : 4, 7544 "source_file" : "libnativehelper/include_jni/jni.h" 7545 }, 7546 { 7547 "alignment" : 4, 7548 "linker_set_key" : "_ZTIPs", 7549 "name" : "short *", 7550 "referenced_type" : "_ZTIs", 7551 "size" : 4, 7552 "source_file" : "libnativehelper/include_jni/jni.h" 7553 }, 7554 { 7555 "alignment" : 4, 7556 "linker_set_key" : "_ZTIPt", 7557 "name" : "unsigned short *", 7558 "referenced_type" : "_ZTIt", 7559 "size" : 4, 7560 "source_file" : "libnativehelper/include_jni/jni.h" 7561 }, 7562 { 7563 "alignment" : 4, 7564 "linker_set_key" : "_ZTIPv", 7565 "name" : "void *", 7566 "referenced_type" : "_ZTIv", 7567 "size" : 4, 7568 "source_file" : "libnativehelper/include_jni/jni.h" 7569 }, 7570 { 7571 "alignment" : 4, 7572 "linker_set_key" : "_ZTIPx", 7573 "name" : "long long *", 7574 "referenced_type" : "_ZTIx", 7575 "size" : 4, 7576 "source_file" : "libnativehelper/include_jni/jni.h" 7577 } 7578 ], 7579 "qualified_types" : 7580 [ 7581 { 7582 "alignment" : 4, 7583 "is_const" : true, 7584 "linker_set_key" : "_ZTIK15JNINativeMethod", 7585 "name" : "const JNINativeMethod", 7586 "referenced_type" : "_ZTI15JNINativeMethod", 7587 "size" : 12, 7588 "source_file" : "libnativehelper/include_jni/jni.h" 7589 }, 7590 { 7591 "alignment" : 4, 7592 "is_const" : true, 7593 "linker_set_key" : "_ZTIK18JNIInvokeInterface", 7594 "name" : "const JNIInvokeInterface", 7595 "referenced_type" : "_ZTI18JNIInvokeInterface", 7596 "size" : 32, 7597 "source_file" : "libnativehelper/include_jni/jni.h" 7598 }, 7599 { 7600 "alignment" : 4, 7601 "is_const" : true, 7602 "linker_set_key" : "_ZTIK18JNINativeInterface", 7603 "name" : "const JNINativeInterface", 7604 "referenced_type" : "_ZTI18JNINativeInterface", 7605 "size" : 932, 7606 "source_file" : "libnativehelper/include_jni/jni.h" 7607 }, 7608 { 7609 "alignment" : 4, 7610 "is_const" : true, 7611 "linker_set_key" : "_ZTIK6jvalue", 7612 "name" : "const jvalue", 7613 "referenced_type" : "_ZTI6jvalue", 7614 "size" : 8, 7615 "source_file" : "libnativehelper/include_jni/jni.h" 7616 }, 7617 { 7618 "alignment" : 1, 7619 "is_const" : true, 7620 "linker_set_key" : "_ZTIK8log_time", 7621 "name" : "const log_time", 7622 "referenced_type" : "_ZTI8log_time", 7623 "size" : 8, 7624 "source_file" : "system/logging/liblog/include/log/log_time.h" 7625 }, 7626 { 7627 "alignment" : 4, 7628 "is_const" : true, 7629 "linker_set_key" : "_ZTIK8timespec", 7630 "name" : "const timespec", 7631 "referenced_type" : "_ZTI8timespec", 7632 "size" : 8, 7633 "source_file" : "system/logging/liblog/include/log/log_time.h" 7634 }, 7635 { 7636 "alignment" : 4, 7637 "is_const" : true, 7638 "linker_set_key" : "_ZTIKN7android28NativeBridgeRuntimeCallbacksE", 7639 "name" : "const android::NativeBridgeRuntimeCallbacks", 7640 "referenced_type" : "_ZTIN7android28NativeBridgeRuntimeCallbacksE", 7641 "size" : 12, 7642 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 7643 }, 7644 { 7645 "alignment" : 1, 7646 "is_const" : true, 7647 "linker_set_key" : "_ZTIKa", 7648 "name" : "const signed char", 7649 "referenced_type" : "_ZTIa", 7650 "size" : 1, 7651 "source_file" : "libnativehelper/include_jni/jni.h" 7652 }, 7653 { 7654 "alignment" : 1, 7655 "is_const" : true, 7656 "linker_set_key" : "_ZTIKc", 7657 "name" : "const char", 7658 "referenced_type" : "_ZTIc", 7659 "size" : 1, 7660 "source_file" : "libnativehelper/include_jni/jni.h" 7661 }, 7662 { 7663 "alignment" : 4, 7664 "is_const" : true, 7665 "linker_set_key" : "_ZTIKd", 7666 "name" : "const double", 7667 "referenced_type" : "_ZTId", 7668 "size" : 8, 7669 "source_file" : "libnativehelper/include_jni/jni.h" 7670 }, 7671 { 7672 "alignment" : 4, 7673 "is_const" : true, 7674 "linker_set_key" : "_ZTIKf", 7675 "name" : "const float", 7676 "referenced_type" : "_ZTIf", 7677 "size" : 4, 7678 "source_file" : "libnativehelper/include_jni/jni.h" 7679 }, 7680 { 7681 "alignment" : 1, 7682 "is_const" : true, 7683 "linker_set_key" : "_ZTIKh", 7684 "name" : "const unsigned char", 7685 "referenced_type" : "_ZTIh", 7686 "size" : 1, 7687 "source_file" : "libnativehelper/include_jni/jni.h" 7688 }, 7689 { 7690 "alignment" : 4, 7691 "is_const" : true, 7692 "linker_set_key" : "_ZTIKi", 7693 "name" : "const int", 7694 "referenced_type" : "_ZTIi", 7695 "size" : 4, 7696 "source_file" : "libnativehelper/include_jni/jni.h" 7697 }, 7698 { 7699 "alignment" : 2, 7700 "is_const" : true, 7701 "linker_set_key" : "_ZTIKs", 7702 "name" : "const short", 7703 "referenced_type" : "_ZTIs", 7704 "size" : 2, 7705 "source_file" : "libnativehelper/include_jni/jni.h" 7706 }, 7707 { 7708 "alignment" : 2, 7709 "is_const" : true, 7710 "linker_set_key" : "_ZTIKt", 7711 "name" : "const unsigned short", 7712 "referenced_type" : "_ZTIt", 7713 "size" : 2, 7714 "source_file" : "libnativehelper/include_jni/jni.h" 7715 }, 7716 { 7717 "is_const" : true, 7718 "linker_set_key" : "_ZTIKv", 7719 "name" : "const void", 7720 "referenced_type" : "_ZTIv", 7721 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 7722 }, 7723 { 7724 "alignment" : 4, 7725 "is_const" : true, 7726 "linker_set_key" : "_ZTIKx", 7727 "name" : "const long long", 7728 "referenced_type" : "_ZTIx", 7729 "size" : 8, 7730 "source_file" : "libnativehelper/include_jni/jni.h" 7731 } 7732 ], 7733 "record_types" : 7734 [ 7735 { 7736 "alignment" : 1, 7737 "base_specifiers" : 7738 [ 7739 { 7740 "referenced_type" : "_ZTI7_jarray" 7741 } 7742 ], 7743 "linker_set_key" : "_ZTI10_jintArray", 7744 "name" : "_jintArray", 7745 "record_kind" : "class", 7746 "size" : 1, 7747 "source_file" : "libnativehelper/include_jni/jni.h" 7748 }, 7749 { 7750 "alignment" : 1, 7751 "base_specifiers" : 7752 [ 7753 { 7754 "referenced_type" : "_ZTI7_jarray" 7755 } 7756 ], 7757 "linker_set_key" : "_ZTI11_jbyteArray", 7758 "name" : "_jbyteArray", 7759 "record_kind" : "class", 7760 "size" : 1, 7761 "source_file" : "libnativehelper/include_jni/jni.h" 7762 }, 7763 { 7764 "alignment" : 1, 7765 "base_specifiers" : 7766 [ 7767 { 7768 "referenced_type" : "_ZTI7_jarray" 7769 } 7770 ], 7771 "linker_set_key" : "_ZTI11_jcharArray", 7772 "name" : "_jcharArray", 7773 "record_kind" : "class", 7774 "size" : 1, 7775 "source_file" : "libnativehelper/include_jni/jni.h" 7776 }, 7777 { 7778 "alignment" : 1, 7779 "base_specifiers" : 7780 [ 7781 { 7782 "referenced_type" : "_ZTI7_jarray" 7783 } 7784 ], 7785 "linker_set_key" : "_ZTI11_jlongArray", 7786 "name" : "_jlongArray", 7787 "record_kind" : "class", 7788 "size" : 1, 7789 "source_file" : "libnativehelper/include_jni/jni.h" 7790 }, 7791 { 7792 "alignment" : 1, 7793 "base_specifiers" : 7794 [ 7795 { 7796 "referenced_type" : "_ZTI8_jobject" 7797 } 7798 ], 7799 "linker_set_key" : "_ZTI11_jthrowable", 7800 "name" : "_jthrowable", 7801 "record_kind" : "class", 7802 "size" : 1, 7803 "source_file" : "libnativehelper/include_jni/jni.h" 7804 }, 7805 { 7806 "alignment" : 4, 7807 "fields" : 7808 [ 7809 { 7810 "field_name" : "optionString", 7811 "referenced_type" : "_ZTIPKc" 7812 }, 7813 { 7814 "field_name" : "extraInfo", 7815 "field_offset" : 32, 7816 "referenced_type" : "_ZTIPv" 7817 } 7818 ], 7819 "linker_set_key" : "_ZTI12JavaVMOption", 7820 "name" : "JavaVMOption", 7821 "size" : 8, 7822 "source_file" : "libnativehelper/include_jni/jni.h" 7823 }, 7824 { 7825 "alignment" : 1, 7826 "base_specifiers" : 7827 [ 7828 { 7829 "referenced_type" : "_ZTI7_jarray" 7830 } 7831 ], 7832 "linker_set_key" : "_ZTI12_jfloatArray", 7833 "name" : "_jfloatArray", 7834 "record_kind" : "class", 7835 "size" : 1, 7836 "source_file" : "libnativehelper/include_jni/jni.h" 7837 }, 7838 { 7839 "alignment" : 1, 7840 "base_specifiers" : 7841 [ 7842 { 7843 "referenced_type" : "_ZTI7_jarray" 7844 } 7845 ], 7846 "linker_set_key" : "_ZTI12_jshortArray", 7847 "name" : "_jshortArray", 7848 "record_kind" : "class", 7849 "size" : 1, 7850 "source_file" : "libnativehelper/include_jni/jni.h" 7851 }, 7852 { 7853 "alignment" : 1, 7854 "base_specifiers" : 7855 [ 7856 { 7857 "referenced_type" : "_ZTI7_jarray" 7858 } 7859 ], 7860 "linker_set_key" : "_ZTI13_jdoubleArray", 7861 "name" : "_jdoubleArray", 7862 "record_kind" : "class", 7863 "size" : 1, 7864 "source_file" : "libnativehelper/include_jni/jni.h" 7865 }, 7866 { 7867 "alignment" : 1, 7868 "base_specifiers" : 7869 [ 7870 { 7871 "referenced_type" : "_ZTI7_jarray" 7872 } 7873 ], 7874 "linker_set_key" : "_ZTI13_jobjectArray", 7875 "name" : "_jobjectArray", 7876 "record_kind" : "class", 7877 "size" : 1, 7878 "source_file" : "libnativehelper/include_jni/jni.h" 7879 }, 7880 { 7881 "alignment" : 4, 7882 "fields" : 7883 [ 7884 { 7885 "field_name" : "version", 7886 "referenced_type" : "_ZTIi" 7887 }, 7888 { 7889 "field_name" : "nOptions", 7890 "field_offset" : 32, 7891 "referenced_type" : "_ZTIi" 7892 }, 7893 { 7894 "field_name" : "options", 7895 "field_offset" : 64, 7896 "referenced_type" : "_ZTIP12JavaVMOption" 7897 }, 7898 { 7899 "field_name" : "ignoreUnrecognized", 7900 "field_offset" : 96, 7901 "referenced_type" : "_ZTIh" 7902 } 7903 ], 7904 "linker_set_key" : "_ZTI14JavaVMInitArgs", 7905 "name" : "JavaVMInitArgs", 7906 "size" : 16, 7907 "source_file" : "libnativehelper/include_jni/jni.h" 7908 }, 7909 { 7910 "alignment" : 1, 7911 "base_specifiers" : 7912 [ 7913 { 7914 "referenced_type" : "_ZTI7_jarray" 7915 } 7916 ], 7917 "linker_set_key" : "_ZTI14_jbooleanArray", 7918 "name" : "_jbooleanArray", 7919 "record_kind" : "class", 7920 "size" : 1, 7921 "source_file" : "libnativehelper/include_jni/jni.h" 7922 }, 7923 { 7924 "alignment" : 4, 7925 "fields" : 7926 [ 7927 { 7928 "field_name" : "name", 7929 "referenced_type" : "_ZTIPKc" 7930 }, 7931 { 7932 "field_name" : "signature", 7933 "field_offset" : 32, 7934 "referenced_type" : "_ZTIPKc" 7935 }, 7936 { 7937 "field_name" : "fnPtr", 7938 "field_offset" : 64, 7939 "referenced_type" : "_ZTIPv" 7940 } 7941 ], 7942 "linker_set_key" : "_ZTI15JNINativeMethod", 7943 "name" : "JNINativeMethod", 7944 "size" : 12, 7945 "source_file" : "libnativehelper/include_jni/jni.h" 7946 }, 7947 { 7948 "alignment" : 4, 7949 "fields" : 7950 [ 7951 { 7952 "field_name" : "version", 7953 "referenced_type" : "_ZTIi" 7954 }, 7955 { 7956 "field_name" : "name", 7957 "field_offset" : 32, 7958 "referenced_type" : "_ZTIPKc" 7959 }, 7960 { 7961 "field_name" : "group", 7962 "field_offset" : 64, 7963 "referenced_type" : "_ZTIP8_jobject" 7964 } 7965 ], 7966 "linker_set_key" : "_ZTI16JavaVMAttachArgs", 7967 "name" : "JavaVMAttachArgs", 7968 "size" : 12, 7969 "source_file" : "libnativehelper/include_jni/jni.h" 7970 }, 7971 { 7972 "alignment" : 4, 7973 "fields" : 7974 [ 7975 { 7976 "field_name" : "reserved0", 7977 "referenced_type" : "_ZTIPv" 7978 }, 7979 { 7980 "field_name" : "reserved1", 7981 "field_offset" : 32, 7982 "referenced_type" : "_ZTIPv" 7983 }, 7984 { 7985 "field_name" : "reserved2", 7986 "field_offset" : 64, 7987 "referenced_type" : "_ZTIPv" 7988 }, 7989 { 7990 "field_name" : "DestroyJavaVM", 7991 "field_offset" : 96, 7992 "referenced_type" : "_ZTIPFiP7_JavaVME" 7993 }, 7994 { 7995 "field_name" : "AttachCurrentThread", 7996 "field_offset" : 128, 7997 "referenced_type" : "_ZTIPFiP7_JavaVMPP7_JNIEnvPvE" 7998 }, 7999 { 8000 "field_name" : "DetachCurrentThread", 8001 "field_offset" : 160, 8002 "referenced_type" : "_ZTIPFiP7_JavaVME" 8003 }, 8004 { 8005 "field_name" : "GetEnv", 8006 "field_offset" : 192, 8007 "referenced_type" : "_ZTIPFiP7_JavaVMPPviE" 8008 }, 8009 { 8010 "field_name" : "AttachCurrentThreadAsDaemon", 8011 "field_offset" : 224, 8012 "referenced_type" : "_ZTIPFiP7_JavaVMPP7_JNIEnvPvE" 8013 } 8014 ], 8015 "linker_set_key" : "_ZTI18JNIInvokeInterface", 8016 "name" : "JNIInvokeInterface", 8017 "size" : 32, 8018 "source_file" : "libnativehelper/include_jni/jni.h" 8019 }, 8020 { 8021 "alignment" : 4, 8022 "fields" : 8023 [ 8024 { 8025 "field_name" : "reserved0", 8026 "referenced_type" : "_ZTIPv" 8027 }, 8028 { 8029 "field_name" : "reserved1", 8030 "field_offset" : 32, 8031 "referenced_type" : "_ZTIPv" 8032 }, 8033 { 8034 "field_name" : "reserved2", 8035 "field_offset" : 64, 8036 "referenced_type" : "_ZTIPv" 8037 }, 8038 { 8039 "field_name" : "reserved3", 8040 "field_offset" : 96, 8041 "referenced_type" : "_ZTIPv" 8042 }, 8043 { 8044 "field_name" : "GetVersion", 8045 "field_offset" : 128, 8046 "referenced_type" : "_ZTIPFiP7_JNIEnvE" 8047 }, 8048 { 8049 "field_name" : "DefineClass", 8050 "field_offset" : 160, 8051 "referenced_type" : "_ZTIPFP7_jclassP7_JNIEnvPKcP8_jobjectPKaiE" 8052 }, 8053 { 8054 "field_name" : "FindClass", 8055 "field_offset" : 192, 8056 "referenced_type" : "_ZTIPFP7_jclassP7_JNIEnvPKcE" 8057 }, 8058 { 8059 "field_name" : "FromReflectedMethod", 8060 "field_offset" : 224, 8061 "referenced_type" : "_ZTIPFP10_jmethodIDP7_JNIEnvP8_jobjectE" 8062 }, 8063 { 8064 "field_name" : "FromReflectedField", 8065 "field_offset" : 256, 8066 "referenced_type" : "_ZTIPFP9_jfieldIDP7_JNIEnvP8_jobjectE" 8067 }, 8068 { 8069 "field_name" : "ToReflectedMethod", 8070 "field_offset" : 288, 8071 "referenced_type" : "_ZTIPFP8_jobjectP7_JNIEnvP7_jclassP10_jmethodIDhE" 8072 }, 8073 { 8074 "field_name" : "GetSuperclass", 8075 "field_offset" : 320, 8076 "referenced_type" : "_ZTIPFP7_jclassP7_JNIEnvS0_E" 8077 }, 8078 { 8079 "field_name" : "IsAssignableFrom", 8080 "field_offset" : 352, 8081 "referenced_type" : "_ZTIPFhP7_JNIEnvP7_jclassS2_E" 8082 }, 8083 { 8084 "field_name" : "ToReflectedField", 8085 "field_offset" : 384, 8086 "referenced_type" : "_ZTIPFP8_jobjectP7_JNIEnvP7_jclassP9_jfieldIDhE" 8087 }, 8088 { 8089 "field_name" : "Throw", 8090 "field_offset" : 416, 8091 "referenced_type" : "_ZTIPFiP7_JNIEnvP11_jthrowableE" 8092 }, 8093 { 8094 "field_name" : "ThrowNew", 8095 "field_offset" : 448, 8096 "referenced_type" : "_ZTIPFiP7_JNIEnvP7_jclassPKcE" 8097 }, 8098 { 8099 "field_name" : "ExceptionOccurred", 8100 "field_offset" : 480, 8101 "referenced_type" : "_ZTIPFP11_jthrowableP7_JNIEnvE" 8102 }, 8103 { 8104 "field_name" : "ExceptionDescribe", 8105 "field_offset" : 512, 8106 "referenced_type" : "_ZTIPFvP7_JNIEnvE" 8107 }, 8108 { 8109 "field_name" : "ExceptionClear", 8110 "field_offset" : 544, 8111 "referenced_type" : "_ZTIPFvP7_JNIEnvE" 8112 }, 8113 { 8114 "field_name" : "FatalError", 8115 "field_offset" : 576, 8116 "referenced_type" : "_ZTIPFvP7_JNIEnvPKcE" 8117 }, 8118 { 8119 "field_name" : "PushLocalFrame", 8120 "field_offset" : 608, 8121 "referenced_type" : "_ZTIPFiP7_JNIEnviE" 8122 }, 8123 { 8124 "field_name" : "PopLocalFrame", 8125 "field_offset" : 640, 8126 "referenced_type" : "_ZTIPFP8_jobjectP7_JNIEnvS0_E" 8127 }, 8128 { 8129 "field_name" : "NewGlobalRef", 8130 "field_offset" : 672, 8131 "referenced_type" : "_ZTIPFP8_jobjectP7_JNIEnvS0_E" 8132 }, 8133 { 8134 "field_name" : "DeleteGlobalRef", 8135 "field_offset" : 704, 8136 "referenced_type" : "_ZTIPFvP7_JNIEnvP8_jobjectE" 8137 }, 8138 { 8139 "field_name" : "DeleteLocalRef", 8140 "field_offset" : 736, 8141 "referenced_type" : "_ZTIPFvP7_JNIEnvP8_jobjectE" 8142 }, 8143 { 8144 "field_name" : "IsSameObject", 8145 "field_offset" : 768, 8146 "referenced_type" : "_ZTIPFhP7_JNIEnvP8_jobjectS2_E" 8147 }, 8148 { 8149 "field_name" : "NewLocalRef", 8150 "field_offset" : 800, 8151 "referenced_type" : "_ZTIPFP8_jobjectP7_JNIEnvS0_E" 8152 }, 8153 { 8154 "field_name" : "EnsureLocalCapacity", 8155 "field_offset" : 832, 8156 "referenced_type" : "_ZTIPFiP7_JNIEnviE" 8157 }, 8158 { 8159 "field_name" : "AllocObject", 8160 "field_offset" : 864, 8161 "referenced_type" : "_ZTIPFP8_jobjectP7_JNIEnvP7_jclassE" 8162 }, 8163 { 8164 "field_name" : "NewObject", 8165 "field_offset" : 896, 8166 "referenced_type" : "_ZTIPFP8_jobjectP7_JNIEnvP7_jclassP10_jmethodIDzE" 8167 }, 8168 { 8169 "field_name" : "NewObjectV", 8170 "field_offset" : 928, 8171 "referenced_type" : "_ZTIPFP8_jobjectP7_JNIEnvP7_jclassP10_jmethodIDPcE" 8172 }, 8173 { 8174 "field_name" : "NewObjectA", 8175 "field_offset" : 960, 8176 "referenced_type" : "_ZTIPFP8_jobjectP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE" 8177 }, 8178 { 8179 "field_name" : "GetObjectClass", 8180 "field_offset" : 992, 8181 "referenced_type" : "_ZTIPFP7_jclassP7_JNIEnvP8_jobjectE" 8182 }, 8183 { 8184 "field_name" : "IsInstanceOf", 8185 "field_offset" : 1024, 8186 "referenced_type" : "_ZTIPFhP7_JNIEnvP8_jobjectP7_jclassE" 8187 }, 8188 { 8189 "field_name" : "GetMethodID", 8190 "field_offset" : 1056, 8191 "referenced_type" : "_ZTIPFP10_jmethodIDP7_JNIEnvP7_jclassPKcS6_E" 8192 }, 8193 { 8194 "field_name" : "CallObjectMethod", 8195 "field_offset" : 1088, 8196 "referenced_type" : "_ZTIPFP8_jobjectP7_JNIEnvS0_P10_jmethodIDzE" 8197 }, 8198 { 8199 "field_name" : "CallObjectMethodV", 8200 "field_offset" : 1120, 8201 "referenced_type" : "_ZTIPFP8_jobjectP7_JNIEnvS0_P10_jmethodIDPcE" 8202 }, 8203 { 8204 "field_name" : "CallObjectMethodA", 8205 "field_offset" : 1152, 8206 "referenced_type" : "_ZTIPFP8_jobjectP7_JNIEnvS0_P10_jmethodIDPK6jvalueE" 8207 }, 8208 { 8209 "field_name" : "CallBooleanMethod", 8210 "field_offset" : 1184, 8211 "referenced_type" : "_ZTIPFhP7_JNIEnvP8_jobjectP10_jmethodIDzE" 8212 }, 8213 { 8214 "field_name" : "CallBooleanMethodV", 8215 "field_offset" : 1216, 8216 "referenced_type" : "_ZTIPFhP7_JNIEnvP8_jobjectP10_jmethodIDPcE" 8217 }, 8218 { 8219 "field_name" : "CallBooleanMethodA", 8220 "field_offset" : 1248, 8221 "referenced_type" : "_ZTIPFhP7_JNIEnvP8_jobjectP10_jmethodIDPK6jvalueE" 8222 }, 8223 { 8224 "field_name" : "CallByteMethod", 8225 "field_offset" : 1280, 8226 "referenced_type" : "_ZTIPFaP7_JNIEnvP8_jobjectP10_jmethodIDzE" 8227 }, 8228 { 8229 "field_name" : "CallByteMethodV", 8230 "field_offset" : 1312, 8231 "referenced_type" : "_ZTIPFaP7_JNIEnvP8_jobjectP10_jmethodIDPcE" 8232 }, 8233 { 8234 "field_name" : "CallByteMethodA", 8235 "field_offset" : 1344, 8236 "referenced_type" : "_ZTIPFaP7_JNIEnvP8_jobjectP10_jmethodIDPK6jvalueE" 8237 }, 8238 { 8239 "field_name" : "CallCharMethod", 8240 "field_offset" : 1376, 8241 "referenced_type" : "_ZTIPFtP7_JNIEnvP8_jobjectP10_jmethodIDzE" 8242 }, 8243 { 8244 "field_name" : "CallCharMethodV", 8245 "field_offset" : 1408, 8246 "referenced_type" : "_ZTIPFtP7_JNIEnvP8_jobjectP10_jmethodIDPcE" 8247 }, 8248 { 8249 "field_name" : "CallCharMethodA", 8250 "field_offset" : 1440, 8251 "referenced_type" : "_ZTIPFtP7_JNIEnvP8_jobjectP10_jmethodIDPK6jvalueE" 8252 }, 8253 { 8254 "field_name" : "CallShortMethod", 8255 "field_offset" : 1472, 8256 "referenced_type" : "_ZTIPFsP7_JNIEnvP8_jobjectP10_jmethodIDzE" 8257 }, 8258 { 8259 "field_name" : "CallShortMethodV", 8260 "field_offset" : 1504, 8261 "referenced_type" : "_ZTIPFsP7_JNIEnvP8_jobjectP10_jmethodIDPcE" 8262 }, 8263 { 8264 "field_name" : "CallShortMethodA", 8265 "field_offset" : 1536, 8266 "referenced_type" : "_ZTIPFsP7_JNIEnvP8_jobjectP10_jmethodIDPK6jvalueE" 8267 }, 8268 { 8269 "field_name" : "CallIntMethod", 8270 "field_offset" : 1568, 8271 "referenced_type" : "_ZTIPFiP7_JNIEnvP8_jobjectP10_jmethodIDzE" 8272 }, 8273 { 8274 "field_name" : "CallIntMethodV", 8275 "field_offset" : 1600, 8276 "referenced_type" : "_ZTIPFiP7_JNIEnvP8_jobjectP10_jmethodIDPcE" 8277 }, 8278 { 8279 "field_name" : "CallIntMethodA", 8280 "field_offset" : 1632, 8281 "referenced_type" : "_ZTIPFiP7_JNIEnvP8_jobjectP10_jmethodIDPK6jvalueE" 8282 }, 8283 { 8284 "field_name" : "CallLongMethod", 8285 "field_offset" : 1664, 8286 "referenced_type" : "_ZTIPFxP7_JNIEnvP8_jobjectP10_jmethodIDzE" 8287 }, 8288 { 8289 "field_name" : "CallLongMethodV", 8290 "field_offset" : 1696, 8291 "referenced_type" : "_ZTIPFxP7_JNIEnvP8_jobjectP10_jmethodIDPcE" 8292 }, 8293 { 8294 "field_name" : "CallLongMethodA", 8295 "field_offset" : 1728, 8296 "referenced_type" : "_ZTIPFxP7_JNIEnvP8_jobjectP10_jmethodIDPK6jvalueE" 8297 }, 8298 { 8299 "field_name" : "CallFloatMethod", 8300 "field_offset" : 1760, 8301 "referenced_type" : "_ZTIPFfP7_JNIEnvP8_jobjectP10_jmethodIDzE" 8302 }, 8303 { 8304 "field_name" : "CallFloatMethodV", 8305 "field_offset" : 1792, 8306 "referenced_type" : "_ZTIPFfP7_JNIEnvP8_jobjectP10_jmethodIDPcE" 8307 }, 8308 { 8309 "field_name" : "CallFloatMethodA", 8310 "field_offset" : 1824, 8311 "referenced_type" : "_ZTIPFfP7_JNIEnvP8_jobjectP10_jmethodIDPK6jvalueE" 8312 }, 8313 { 8314 "field_name" : "CallDoubleMethod", 8315 "field_offset" : 1856, 8316 "referenced_type" : "_ZTIPFdP7_JNIEnvP8_jobjectP10_jmethodIDzE" 8317 }, 8318 { 8319 "field_name" : "CallDoubleMethodV", 8320 "field_offset" : 1888, 8321 "referenced_type" : "_ZTIPFdP7_JNIEnvP8_jobjectP10_jmethodIDPcE" 8322 }, 8323 { 8324 "field_name" : "CallDoubleMethodA", 8325 "field_offset" : 1920, 8326 "referenced_type" : "_ZTIPFdP7_JNIEnvP8_jobjectP10_jmethodIDPK6jvalueE" 8327 }, 8328 { 8329 "field_name" : "CallVoidMethod", 8330 "field_offset" : 1952, 8331 "referenced_type" : "_ZTIPFvP7_JNIEnvP8_jobjectP10_jmethodIDzE" 8332 }, 8333 { 8334 "field_name" : "CallVoidMethodV", 8335 "field_offset" : 1984, 8336 "referenced_type" : "_ZTIPFvP7_JNIEnvP8_jobjectP10_jmethodIDPcE" 8337 }, 8338 { 8339 "field_name" : "CallVoidMethodA", 8340 "field_offset" : 2016, 8341 "referenced_type" : "_ZTIPFvP7_JNIEnvP8_jobjectP10_jmethodIDPK6jvalueE" 8342 }, 8343 { 8344 "field_name" : "CallNonvirtualObjectMethod", 8345 "field_offset" : 2048, 8346 "referenced_type" : "_ZTIPFP8_jobjectP7_JNIEnvS0_P7_jclassP10_jmethodIDzE" 8347 }, 8348 { 8349 "field_name" : "CallNonvirtualObjectMethodV", 8350 "field_offset" : 2080, 8351 "referenced_type" : "_ZTIPFP8_jobjectP7_JNIEnvS0_P7_jclassP10_jmethodIDPcE" 8352 }, 8353 { 8354 "field_name" : "CallNonvirtualObjectMethodA", 8355 "field_offset" : 2112, 8356 "referenced_type" : "_ZTIPFP8_jobjectP7_JNIEnvS0_P7_jclassP10_jmethodIDPK6jvalueE" 8357 }, 8358 { 8359 "field_name" : "CallNonvirtualBooleanMethod", 8360 "field_offset" : 2144, 8361 "referenced_type" : "_ZTIPFhP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDzE" 8362 }, 8363 { 8364 "field_name" : "CallNonvirtualBooleanMethodV", 8365 "field_offset" : 2176, 8366 "referenced_type" : "_ZTIPFhP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPcE" 8367 }, 8368 { 8369 "field_name" : "CallNonvirtualBooleanMethodA", 8370 "field_offset" : 2208, 8371 "referenced_type" : "_ZTIPFhP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPK6jvalueE" 8372 }, 8373 { 8374 "field_name" : "CallNonvirtualByteMethod", 8375 "field_offset" : 2240, 8376 "referenced_type" : "_ZTIPFaP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDzE" 8377 }, 8378 { 8379 "field_name" : "CallNonvirtualByteMethodV", 8380 "field_offset" : 2272, 8381 "referenced_type" : "_ZTIPFaP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPcE" 8382 }, 8383 { 8384 "field_name" : "CallNonvirtualByteMethodA", 8385 "field_offset" : 2304, 8386 "referenced_type" : "_ZTIPFaP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPK6jvalueE" 8387 }, 8388 { 8389 "field_name" : "CallNonvirtualCharMethod", 8390 "field_offset" : 2336, 8391 "referenced_type" : "_ZTIPFtP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDzE" 8392 }, 8393 { 8394 "field_name" : "CallNonvirtualCharMethodV", 8395 "field_offset" : 2368, 8396 "referenced_type" : "_ZTIPFtP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPcE" 8397 }, 8398 { 8399 "field_name" : "CallNonvirtualCharMethodA", 8400 "field_offset" : 2400, 8401 "referenced_type" : "_ZTIPFtP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPK6jvalueE" 8402 }, 8403 { 8404 "field_name" : "CallNonvirtualShortMethod", 8405 "field_offset" : 2432, 8406 "referenced_type" : "_ZTIPFsP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDzE" 8407 }, 8408 { 8409 "field_name" : "CallNonvirtualShortMethodV", 8410 "field_offset" : 2464, 8411 "referenced_type" : "_ZTIPFsP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPcE" 8412 }, 8413 { 8414 "field_name" : "CallNonvirtualShortMethodA", 8415 "field_offset" : 2496, 8416 "referenced_type" : "_ZTIPFsP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPK6jvalueE" 8417 }, 8418 { 8419 "field_name" : "CallNonvirtualIntMethod", 8420 "field_offset" : 2528, 8421 "referenced_type" : "_ZTIPFiP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDzE" 8422 }, 8423 { 8424 "field_name" : "CallNonvirtualIntMethodV", 8425 "field_offset" : 2560, 8426 "referenced_type" : "_ZTIPFiP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPcE" 8427 }, 8428 { 8429 "field_name" : "CallNonvirtualIntMethodA", 8430 "field_offset" : 2592, 8431 "referenced_type" : "_ZTIPFiP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPK6jvalueE" 8432 }, 8433 { 8434 "field_name" : "CallNonvirtualLongMethod", 8435 "field_offset" : 2624, 8436 "referenced_type" : "_ZTIPFxP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDzE" 8437 }, 8438 { 8439 "field_name" : "CallNonvirtualLongMethodV", 8440 "field_offset" : 2656, 8441 "referenced_type" : "_ZTIPFxP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPcE" 8442 }, 8443 { 8444 "field_name" : "CallNonvirtualLongMethodA", 8445 "field_offset" : 2688, 8446 "referenced_type" : "_ZTIPFxP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPK6jvalueE" 8447 }, 8448 { 8449 "field_name" : "CallNonvirtualFloatMethod", 8450 "field_offset" : 2720, 8451 "referenced_type" : "_ZTIPFfP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDzE" 8452 }, 8453 { 8454 "field_name" : "CallNonvirtualFloatMethodV", 8455 "field_offset" : 2752, 8456 "referenced_type" : "_ZTIPFfP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPcE" 8457 }, 8458 { 8459 "field_name" : "CallNonvirtualFloatMethodA", 8460 "field_offset" : 2784, 8461 "referenced_type" : "_ZTIPFfP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPK6jvalueE" 8462 }, 8463 { 8464 "field_name" : "CallNonvirtualDoubleMethod", 8465 "field_offset" : 2816, 8466 "referenced_type" : "_ZTIPFdP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDzE" 8467 }, 8468 { 8469 "field_name" : "CallNonvirtualDoubleMethodV", 8470 "field_offset" : 2848, 8471 "referenced_type" : "_ZTIPFdP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPcE" 8472 }, 8473 { 8474 "field_name" : "CallNonvirtualDoubleMethodA", 8475 "field_offset" : 2880, 8476 "referenced_type" : "_ZTIPFdP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPK6jvalueE" 8477 }, 8478 { 8479 "field_name" : "CallNonvirtualVoidMethod", 8480 "field_offset" : 2912, 8481 "referenced_type" : "_ZTIPFvP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDzE" 8482 }, 8483 { 8484 "field_name" : "CallNonvirtualVoidMethodV", 8485 "field_offset" : 2944, 8486 "referenced_type" : "_ZTIPFvP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPcE" 8487 }, 8488 { 8489 "field_name" : "CallNonvirtualVoidMethodA", 8490 "field_offset" : 2976, 8491 "referenced_type" : "_ZTIPFvP7_JNIEnvP8_jobjectP7_jclassP10_jmethodIDPK6jvalueE" 8492 }, 8493 { 8494 "field_name" : "GetFieldID", 8495 "field_offset" : 3008, 8496 "referenced_type" : "_ZTIPFP9_jfieldIDP7_JNIEnvP7_jclassPKcS6_E" 8497 }, 8498 { 8499 "field_name" : "GetObjectField", 8500 "field_offset" : 3040, 8501 "referenced_type" : "_ZTIPFP8_jobjectP7_JNIEnvS0_P9_jfieldIDE" 8502 }, 8503 { 8504 "field_name" : "GetBooleanField", 8505 "field_offset" : 3072, 8506 "referenced_type" : "_ZTIPFhP7_JNIEnvP8_jobjectP9_jfieldIDE" 8507 }, 8508 { 8509 "field_name" : "GetByteField", 8510 "field_offset" : 3104, 8511 "referenced_type" : "_ZTIPFaP7_JNIEnvP8_jobjectP9_jfieldIDE" 8512 }, 8513 { 8514 "field_name" : "GetCharField", 8515 "field_offset" : 3136, 8516 "referenced_type" : "_ZTIPFtP7_JNIEnvP8_jobjectP9_jfieldIDE" 8517 }, 8518 { 8519 "field_name" : "GetShortField", 8520 "field_offset" : 3168, 8521 "referenced_type" : "_ZTIPFsP7_JNIEnvP8_jobjectP9_jfieldIDE" 8522 }, 8523 { 8524 "field_name" : "GetIntField", 8525 "field_offset" : 3200, 8526 "referenced_type" : "_ZTIPFiP7_JNIEnvP8_jobjectP9_jfieldIDE" 8527 }, 8528 { 8529 "field_name" : "GetLongField", 8530 "field_offset" : 3232, 8531 "referenced_type" : "_ZTIPFxP7_JNIEnvP8_jobjectP9_jfieldIDE" 8532 }, 8533 { 8534 "field_name" : "GetFloatField", 8535 "field_offset" : 3264, 8536 "referenced_type" : "_ZTIPFfP7_JNIEnvP8_jobjectP9_jfieldIDE" 8537 }, 8538 { 8539 "field_name" : "GetDoubleField", 8540 "field_offset" : 3296, 8541 "referenced_type" : "_ZTIPFdP7_JNIEnvP8_jobjectP9_jfieldIDE" 8542 }, 8543 { 8544 "field_name" : "SetObjectField", 8545 "field_offset" : 3328, 8546 "referenced_type" : "_ZTIPFvP7_JNIEnvP8_jobjectP9_jfieldIDS2_E" 8547 }, 8548 { 8549 "field_name" : "SetBooleanField", 8550 "field_offset" : 3360, 8551 "referenced_type" : "_ZTIPFvP7_JNIEnvP8_jobjectP9_jfieldIDhE" 8552 }, 8553 { 8554 "field_name" : "SetByteField", 8555 "field_offset" : 3392, 8556 "referenced_type" : "_ZTIPFvP7_JNIEnvP8_jobjectP9_jfieldIDaE" 8557 }, 8558 { 8559 "field_name" : "SetCharField", 8560 "field_offset" : 3424, 8561 "referenced_type" : "_ZTIPFvP7_JNIEnvP8_jobjectP9_jfieldIDtE" 8562 }, 8563 { 8564 "field_name" : "SetShortField", 8565 "field_offset" : 3456, 8566 "referenced_type" : "_ZTIPFvP7_JNIEnvP8_jobjectP9_jfieldIDsE" 8567 }, 8568 { 8569 "field_name" : "SetIntField", 8570 "field_offset" : 3488, 8571 "referenced_type" : "_ZTIPFvP7_JNIEnvP8_jobjectP9_jfieldIDiE" 8572 }, 8573 { 8574 "field_name" : "SetLongField", 8575 "field_offset" : 3520, 8576 "referenced_type" : "_ZTIPFvP7_JNIEnvP8_jobjectP9_jfieldIDxE" 8577 }, 8578 { 8579 "field_name" : "SetFloatField", 8580 "field_offset" : 3552, 8581 "referenced_type" : "_ZTIPFvP7_JNIEnvP8_jobjectP9_jfieldIDfE" 8582 }, 8583 { 8584 "field_name" : "SetDoubleField", 8585 "field_offset" : 3584, 8586 "referenced_type" : "_ZTIPFvP7_JNIEnvP8_jobjectP9_jfieldIDdE" 8587 }, 8588 { 8589 "field_name" : "GetStaticMethodID", 8590 "field_offset" : 3616, 8591 "referenced_type" : "_ZTIPFP10_jmethodIDP7_JNIEnvP7_jclassPKcS6_E" 8592 }, 8593 { 8594 "field_name" : "CallStaticObjectMethod", 8595 "field_offset" : 3648, 8596 "referenced_type" : "_ZTIPFP8_jobjectP7_JNIEnvP7_jclassP10_jmethodIDzE" 8597 }, 8598 { 8599 "field_name" : "CallStaticObjectMethodV", 8600 "field_offset" : 3680, 8601 "referenced_type" : "_ZTIPFP8_jobjectP7_JNIEnvP7_jclassP10_jmethodIDPcE" 8602 }, 8603 { 8604 "field_name" : "CallStaticObjectMethodA", 8605 "field_offset" : 3712, 8606 "referenced_type" : "_ZTIPFP8_jobjectP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE" 8607 }, 8608 { 8609 "field_name" : "CallStaticBooleanMethod", 8610 "field_offset" : 3744, 8611 "referenced_type" : "_ZTIPFhP7_JNIEnvP7_jclassP10_jmethodIDzE" 8612 }, 8613 { 8614 "field_name" : "CallStaticBooleanMethodV", 8615 "field_offset" : 3776, 8616 "referenced_type" : "_ZTIPFhP7_JNIEnvP7_jclassP10_jmethodIDPcE" 8617 }, 8618 { 8619 "field_name" : "CallStaticBooleanMethodA", 8620 "field_offset" : 3808, 8621 "referenced_type" : "_ZTIPFhP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE" 8622 }, 8623 { 8624 "field_name" : "CallStaticByteMethod", 8625 "field_offset" : 3840, 8626 "referenced_type" : "_ZTIPFaP7_JNIEnvP7_jclassP10_jmethodIDzE" 8627 }, 8628 { 8629 "field_name" : "CallStaticByteMethodV", 8630 "field_offset" : 3872, 8631 "referenced_type" : "_ZTIPFaP7_JNIEnvP7_jclassP10_jmethodIDPcE" 8632 }, 8633 { 8634 "field_name" : "CallStaticByteMethodA", 8635 "field_offset" : 3904, 8636 "referenced_type" : "_ZTIPFaP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE" 8637 }, 8638 { 8639 "field_name" : "CallStaticCharMethod", 8640 "field_offset" : 3936, 8641 "referenced_type" : "_ZTIPFtP7_JNIEnvP7_jclassP10_jmethodIDzE" 8642 }, 8643 { 8644 "field_name" : "CallStaticCharMethodV", 8645 "field_offset" : 3968, 8646 "referenced_type" : "_ZTIPFtP7_JNIEnvP7_jclassP10_jmethodIDPcE" 8647 }, 8648 { 8649 "field_name" : "CallStaticCharMethodA", 8650 "field_offset" : 4000, 8651 "referenced_type" : "_ZTIPFtP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE" 8652 }, 8653 { 8654 "field_name" : "CallStaticShortMethod", 8655 "field_offset" : 4032, 8656 "referenced_type" : "_ZTIPFsP7_JNIEnvP7_jclassP10_jmethodIDzE" 8657 }, 8658 { 8659 "field_name" : "CallStaticShortMethodV", 8660 "field_offset" : 4064, 8661 "referenced_type" : "_ZTIPFsP7_JNIEnvP7_jclassP10_jmethodIDPcE" 8662 }, 8663 { 8664 "field_name" : "CallStaticShortMethodA", 8665 "field_offset" : 4096, 8666 "referenced_type" : "_ZTIPFsP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE" 8667 }, 8668 { 8669 "field_name" : "CallStaticIntMethod", 8670 "field_offset" : 4128, 8671 "referenced_type" : "_ZTIPFiP7_JNIEnvP7_jclassP10_jmethodIDzE" 8672 }, 8673 { 8674 "field_name" : "CallStaticIntMethodV", 8675 "field_offset" : 4160, 8676 "referenced_type" : "_ZTIPFiP7_JNIEnvP7_jclassP10_jmethodIDPcE" 8677 }, 8678 { 8679 "field_name" : "CallStaticIntMethodA", 8680 "field_offset" : 4192, 8681 "referenced_type" : "_ZTIPFiP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE" 8682 }, 8683 { 8684 "field_name" : "CallStaticLongMethod", 8685 "field_offset" : 4224, 8686 "referenced_type" : "_ZTIPFxP7_JNIEnvP7_jclassP10_jmethodIDzE" 8687 }, 8688 { 8689 "field_name" : "CallStaticLongMethodV", 8690 "field_offset" : 4256, 8691 "referenced_type" : "_ZTIPFxP7_JNIEnvP7_jclassP10_jmethodIDPcE" 8692 }, 8693 { 8694 "field_name" : "CallStaticLongMethodA", 8695 "field_offset" : 4288, 8696 "referenced_type" : "_ZTIPFxP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE" 8697 }, 8698 { 8699 "field_name" : "CallStaticFloatMethod", 8700 "field_offset" : 4320, 8701 "referenced_type" : "_ZTIPFfP7_JNIEnvP7_jclassP10_jmethodIDzE" 8702 }, 8703 { 8704 "field_name" : "CallStaticFloatMethodV", 8705 "field_offset" : 4352, 8706 "referenced_type" : "_ZTIPFfP7_JNIEnvP7_jclassP10_jmethodIDPcE" 8707 }, 8708 { 8709 "field_name" : "CallStaticFloatMethodA", 8710 "field_offset" : 4384, 8711 "referenced_type" : "_ZTIPFfP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE" 8712 }, 8713 { 8714 "field_name" : "CallStaticDoubleMethod", 8715 "field_offset" : 4416, 8716 "referenced_type" : "_ZTIPFdP7_JNIEnvP7_jclassP10_jmethodIDzE" 8717 }, 8718 { 8719 "field_name" : "CallStaticDoubleMethodV", 8720 "field_offset" : 4448, 8721 "referenced_type" : "_ZTIPFdP7_JNIEnvP7_jclassP10_jmethodIDPcE" 8722 }, 8723 { 8724 "field_name" : "CallStaticDoubleMethodA", 8725 "field_offset" : 4480, 8726 "referenced_type" : "_ZTIPFdP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE" 8727 }, 8728 { 8729 "field_name" : "CallStaticVoidMethod", 8730 "field_offset" : 4512, 8731 "referenced_type" : "_ZTIPFvP7_JNIEnvP7_jclassP10_jmethodIDzE" 8732 }, 8733 { 8734 "field_name" : "CallStaticVoidMethodV", 8735 "field_offset" : 4544, 8736 "referenced_type" : "_ZTIPFvP7_JNIEnvP7_jclassP10_jmethodIDPcE" 8737 }, 8738 { 8739 "field_name" : "CallStaticVoidMethodA", 8740 "field_offset" : 4576, 8741 "referenced_type" : "_ZTIPFvP7_JNIEnvP7_jclassP10_jmethodIDPK6jvalueE" 8742 }, 8743 { 8744 "field_name" : "GetStaticFieldID", 8745 "field_offset" : 4608, 8746 "referenced_type" : "_ZTIPFP9_jfieldIDP7_JNIEnvP7_jclassPKcS6_E" 8747 }, 8748 { 8749 "field_name" : "GetStaticObjectField", 8750 "field_offset" : 4640, 8751 "referenced_type" : "_ZTIPFP8_jobjectP7_JNIEnvP7_jclassP9_jfieldIDE" 8752 }, 8753 { 8754 "field_name" : "GetStaticBooleanField", 8755 "field_offset" : 4672, 8756 "referenced_type" : "_ZTIPFhP7_JNIEnvP7_jclassP9_jfieldIDE" 8757 }, 8758 { 8759 "field_name" : "GetStaticByteField", 8760 "field_offset" : 4704, 8761 "referenced_type" : "_ZTIPFaP7_JNIEnvP7_jclassP9_jfieldIDE" 8762 }, 8763 { 8764 "field_name" : "GetStaticCharField", 8765 "field_offset" : 4736, 8766 "referenced_type" : "_ZTIPFtP7_JNIEnvP7_jclassP9_jfieldIDE" 8767 }, 8768 { 8769 "field_name" : "GetStaticShortField", 8770 "field_offset" : 4768, 8771 "referenced_type" : "_ZTIPFsP7_JNIEnvP7_jclassP9_jfieldIDE" 8772 }, 8773 { 8774 "field_name" : "GetStaticIntField", 8775 "field_offset" : 4800, 8776 "referenced_type" : "_ZTIPFiP7_JNIEnvP7_jclassP9_jfieldIDE" 8777 }, 8778 { 8779 "field_name" : "GetStaticLongField", 8780 "field_offset" : 4832, 8781 "referenced_type" : "_ZTIPFxP7_JNIEnvP7_jclassP9_jfieldIDE" 8782 }, 8783 { 8784 "field_name" : "GetStaticFloatField", 8785 "field_offset" : 4864, 8786 "referenced_type" : "_ZTIPFfP7_JNIEnvP7_jclassP9_jfieldIDE" 8787 }, 8788 { 8789 "field_name" : "GetStaticDoubleField", 8790 "field_offset" : 4896, 8791 "referenced_type" : "_ZTIPFdP7_JNIEnvP7_jclassP9_jfieldIDE" 8792 }, 8793 { 8794 "field_name" : "SetStaticObjectField", 8795 "field_offset" : 4928, 8796 "referenced_type" : "_ZTIPFvP7_JNIEnvP7_jclassP9_jfieldIDP8_jobjectE" 8797 }, 8798 { 8799 "field_name" : "SetStaticBooleanField", 8800 "field_offset" : 4960, 8801 "referenced_type" : "_ZTIPFvP7_JNIEnvP7_jclassP9_jfieldIDhE" 8802 }, 8803 { 8804 "field_name" : "SetStaticByteField", 8805 "field_offset" : 4992, 8806 "referenced_type" : "_ZTIPFvP7_JNIEnvP7_jclassP9_jfieldIDaE" 8807 }, 8808 { 8809 "field_name" : "SetStaticCharField", 8810 "field_offset" : 5024, 8811 "referenced_type" : "_ZTIPFvP7_JNIEnvP7_jclassP9_jfieldIDtE" 8812 }, 8813 { 8814 "field_name" : "SetStaticShortField", 8815 "field_offset" : 5056, 8816 "referenced_type" : "_ZTIPFvP7_JNIEnvP7_jclassP9_jfieldIDsE" 8817 }, 8818 { 8819 "field_name" : "SetStaticIntField", 8820 "field_offset" : 5088, 8821 "referenced_type" : "_ZTIPFvP7_JNIEnvP7_jclassP9_jfieldIDiE" 8822 }, 8823 { 8824 "field_name" : "SetStaticLongField", 8825 "field_offset" : 5120, 8826 "referenced_type" : "_ZTIPFvP7_JNIEnvP7_jclassP9_jfieldIDxE" 8827 }, 8828 { 8829 "field_name" : "SetStaticFloatField", 8830 "field_offset" : 5152, 8831 "referenced_type" : "_ZTIPFvP7_JNIEnvP7_jclassP9_jfieldIDfE" 8832 }, 8833 { 8834 "field_name" : "SetStaticDoubleField", 8835 "field_offset" : 5184, 8836 "referenced_type" : "_ZTIPFvP7_JNIEnvP7_jclassP9_jfieldIDdE" 8837 }, 8838 { 8839 "field_name" : "NewString", 8840 "field_offset" : 5216, 8841 "referenced_type" : "_ZTIPFP8_jstringP7_JNIEnvPKtiE" 8842 }, 8843 { 8844 "field_name" : "GetStringLength", 8845 "field_offset" : 5248, 8846 "referenced_type" : "_ZTIPFiP7_JNIEnvP8_jstringE" 8847 }, 8848 { 8849 "field_name" : "GetStringChars", 8850 "field_offset" : 5280, 8851 "referenced_type" : "_ZTIPFPKtP7_JNIEnvP8_jstringPhE" 8852 }, 8853 { 8854 "field_name" : "ReleaseStringChars", 8855 "field_offset" : 5312, 8856 "referenced_type" : "_ZTIPFvP7_JNIEnvP8_jstringPKtE" 8857 }, 8858 { 8859 "field_name" : "NewStringUTF", 8860 "field_offset" : 5344, 8861 "referenced_type" : "_ZTIPFP8_jstringP7_JNIEnvPKcE" 8862 }, 8863 { 8864 "field_name" : "GetStringUTFLength", 8865 "field_offset" : 5376, 8866 "referenced_type" : "_ZTIPFiP7_JNIEnvP8_jstringE" 8867 }, 8868 { 8869 "field_name" : "GetStringUTFChars", 8870 "field_offset" : 5408, 8871 "referenced_type" : "_ZTIPFPKcP7_JNIEnvP8_jstringPhE" 8872 }, 8873 { 8874 "field_name" : "ReleaseStringUTFChars", 8875 "field_offset" : 5440, 8876 "referenced_type" : "_ZTIPFvP7_JNIEnvP8_jstringPKcE" 8877 }, 8878 { 8879 "field_name" : "GetArrayLength", 8880 "field_offset" : 5472, 8881 "referenced_type" : "_ZTIPFiP7_JNIEnvP7_jarrayE" 8882 }, 8883 { 8884 "field_name" : "NewObjectArray", 8885 "field_offset" : 5504, 8886 "referenced_type" : "_ZTIPFP13_jobjectArrayP7_JNIEnviP7_jclassP8_jobjectE" 8887 }, 8888 { 8889 "field_name" : "GetObjectArrayElement", 8890 "field_offset" : 5536, 8891 "referenced_type" : "_ZTIPFP8_jobjectP7_JNIEnvP13_jobjectArrayiE" 8892 }, 8893 { 8894 "field_name" : "SetObjectArrayElement", 8895 "field_offset" : 5568, 8896 "referenced_type" : "_ZTIPFvP7_JNIEnvP13_jobjectArrayiP8_jobjectE" 8897 }, 8898 { 8899 "field_name" : "NewBooleanArray", 8900 "field_offset" : 5600, 8901 "referenced_type" : "_ZTIPFP14_jbooleanArrayP7_JNIEnviE" 8902 }, 8903 { 8904 "field_name" : "NewByteArray", 8905 "field_offset" : 5632, 8906 "referenced_type" : "_ZTIPFP11_jbyteArrayP7_JNIEnviE" 8907 }, 8908 { 8909 "field_name" : "NewCharArray", 8910 "field_offset" : 5664, 8911 "referenced_type" : "_ZTIPFP11_jcharArrayP7_JNIEnviE" 8912 }, 8913 { 8914 "field_name" : "NewShortArray", 8915 "field_offset" : 5696, 8916 "referenced_type" : "_ZTIPFP12_jshortArrayP7_JNIEnviE" 8917 }, 8918 { 8919 "field_name" : "NewIntArray", 8920 "field_offset" : 5728, 8921 "referenced_type" : "_ZTIPFP10_jintArrayP7_JNIEnviE" 8922 }, 8923 { 8924 "field_name" : "NewLongArray", 8925 "field_offset" : 5760, 8926 "referenced_type" : "_ZTIPFP11_jlongArrayP7_JNIEnviE" 8927 }, 8928 { 8929 "field_name" : "NewFloatArray", 8930 "field_offset" : 5792, 8931 "referenced_type" : "_ZTIPFP12_jfloatArrayP7_JNIEnviE" 8932 }, 8933 { 8934 "field_name" : "NewDoubleArray", 8935 "field_offset" : 5824, 8936 "referenced_type" : "_ZTIPFP13_jdoubleArrayP7_JNIEnviE" 8937 }, 8938 { 8939 "field_name" : "GetBooleanArrayElements", 8940 "field_offset" : 5856, 8941 "referenced_type" : "_ZTIPFPhP7_JNIEnvP14_jbooleanArrayS_E" 8942 }, 8943 { 8944 "field_name" : "GetByteArrayElements", 8945 "field_offset" : 5888, 8946 "referenced_type" : "_ZTIPFPaP7_JNIEnvP11_jbyteArrayPhE" 8947 }, 8948 { 8949 "field_name" : "GetCharArrayElements", 8950 "field_offset" : 5920, 8951 "referenced_type" : "_ZTIPFPtP7_JNIEnvP11_jcharArrayPhE" 8952 }, 8953 { 8954 "field_name" : "GetShortArrayElements", 8955 "field_offset" : 5952, 8956 "referenced_type" : "_ZTIPFPsP7_JNIEnvP12_jshortArrayPhE" 8957 }, 8958 { 8959 "field_name" : "GetIntArrayElements", 8960 "field_offset" : 5984, 8961 "referenced_type" : "_ZTIPFPiP7_JNIEnvP10_jintArrayPhE" 8962 }, 8963 { 8964 "field_name" : "GetLongArrayElements", 8965 "field_offset" : 6016, 8966 "referenced_type" : "_ZTIPFPxP7_JNIEnvP11_jlongArrayPhE" 8967 }, 8968 { 8969 "field_name" : "GetFloatArrayElements", 8970 "field_offset" : 6048, 8971 "referenced_type" : "_ZTIPFPfP7_JNIEnvP12_jfloatArrayPhE" 8972 }, 8973 { 8974 "field_name" : "GetDoubleArrayElements", 8975 "field_offset" : 6080, 8976 "referenced_type" : "_ZTIPFPdP7_JNIEnvP13_jdoubleArrayPhE" 8977 }, 8978 { 8979 "field_name" : "ReleaseBooleanArrayElements", 8980 "field_offset" : 6112, 8981 "referenced_type" : "_ZTIPFvP7_JNIEnvP14_jbooleanArrayPhiE" 8982 }, 8983 { 8984 "field_name" : "ReleaseByteArrayElements", 8985 "field_offset" : 6144, 8986 "referenced_type" : "_ZTIPFvP7_JNIEnvP11_jbyteArrayPaiE" 8987 }, 8988 { 8989 "field_name" : "ReleaseCharArrayElements", 8990 "field_offset" : 6176, 8991 "referenced_type" : "_ZTIPFvP7_JNIEnvP11_jcharArrayPtiE" 8992 }, 8993 { 8994 "field_name" : "ReleaseShortArrayElements", 8995 "field_offset" : 6208, 8996 "referenced_type" : "_ZTIPFvP7_JNIEnvP12_jshortArrayPsiE" 8997 }, 8998 { 8999 "field_name" : "ReleaseIntArrayElements", 9000 "field_offset" : 6240, 9001 "referenced_type" : "_ZTIPFvP7_JNIEnvP10_jintArrayPiiE" 9002 }, 9003 { 9004 "field_name" : "ReleaseLongArrayElements", 9005 "field_offset" : 6272, 9006 "referenced_type" : "_ZTIPFvP7_JNIEnvP11_jlongArrayPxiE" 9007 }, 9008 { 9009 "field_name" : "ReleaseFloatArrayElements", 9010 "field_offset" : 6304, 9011 "referenced_type" : "_ZTIPFvP7_JNIEnvP12_jfloatArrayPfiE" 9012 }, 9013 { 9014 "field_name" : "ReleaseDoubleArrayElements", 9015 "field_offset" : 6336, 9016 "referenced_type" : "_ZTIPFvP7_JNIEnvP13_jdoubleArrayPdiE" 9017 }, 9018 { 9019 "field_name" : "GetBooleanArrayRegion", 9020 "field_offset" : 6368, 9021 "referenced_type" : "_ZTIPFvP7_JNIEnvP14_jbooleanArrayiiPhE" 9022 }, 9023 { 9024 "field_name" : "GetByteArrayRegion", 9025 "field_offset" : 6400, 9026 "referenced_type" : "_ZTIPFvP7_JNIEnvP11_jbyteArrayiiPaE" 9027 }, 9028 { 9029 "field_name" : "GetCharArrayRegion", 9030 "field_offset" : 6432, 9031 "referenced_type" : "_ZTIPFvP7_JNIEnvP11_jcharArrayiiPtE" 9032 }, 9033 { 9034 "field_name" : "GetShortArrayRegion", 9035 "field_offset" : 6464, 9036 "referenced_type" : "_ZTIPFvP7_JNIEnvP12_jshortArrayiiPsE" 9037 }, 9038 { 9039 "field_name" : "GetIntArrayRegion", 9040 "field_offset" : 6496, 9041 "referenced_type" : "_ZTIPFvP7_JNIEnvP10_jintArrayiiPiE" 9042 }, 9043 { 9044 "field_name" : "GetLongArrayRegion", 9045 "field_offset" : 6528, 9046 "referenced_type" : "_ZTIPFvP7_JNIEnvP11_jlongArrayiiPxE" 9047 }, 9048 { 9049 "field_name" : "GetFloatArrayRegion", 9050 "field_offset" : 6560, 9051 "referenced_type" : "_ZTIPFvP7_JNIEnvP12_jfloatArrayiiPfE" 9052 }, 9053 { 9054 "field_name" : "GetDoubleArrayRegion", 9055 "field_offset" : 6592, 9056 "referenced_type" : "_ZTIPFvP7_JNIEnvP13_jdoubleArrayiiPdE" 9057 }, 9058 { 9059 "field_name" : "SetBooleanArrayRegion", 9060 "field_offset" : 6624, 9061 "referenced_type" : "_ZTIPFvP7_JNIEnvP14_jbooleanArrayiiPKhE" 9062 }, 9063 { 9064 "field_name" : "SetByteArrayRegion", 9065 "field_offset" : 6656, 9066 "referenced_type" : "_ZTIPFvP7_JNIEnvP11_jbyteArrayiiPKaE" 9067 }, 9068 { 9069 "field_name" : "SetCharArrayRegion", 9070 "field_offset" : 6688, 9071 "referenced_type" : "_ZTIPFvP7_JNIEnvP11_jcharArrayiiPKtE" 9072 }, 9073 { 9074 "field_name" : "SetShortArrayRegion", 9075 "field_offset" : 6720, 9076 "referenced_type" : "_ZTIPFvP7_JNIEnvP12_jshortArrayiiPKsE" 9077 }, 9078 { 9079 "field_name" : "SetIntArrayRegion", 9080 "field_offset" : 6752, 9081 "referenced_type" : "_ZTIPFvP7_JNIEnvP10_jintArrayiiPKiE" 9082 }, 9083 { 9084 "field_name" : "SetLongArrayRegion", 9085 "field_offset" : 6784, 9086 "referenced_type" : "_ZTIPFvP7_JNIEnvP11_jlongArrayiiPKxE" 9087 }, 9088 { 9089 "field_name" : "SetFloatArrayRegion", 9090 "field_offset" : 6816, 9091 "referenced_type" : "_ZTIPFvP7_JNIEnvP12_jfloatArrayiiPKfE" 9092 }, 9093 { 9094 "field_name" : "SetDoubleArrayRegion", 9095 "field_offset" : 6848, 9096 "referenced_type" : "_ZTIPFvP7_JNIEnvP13_jdoubleArrayiiPKdE" 9097 }, 9098 { 9099 "field_name" : "RegisterNatives", 9100 "field_offset" : 6880, 9101 "referenced_type" : "_ZTIPFiP7_JNIEnvP7_jclassPK15JNINativeMethodiE" 9102 }, 9103 { 9104 "field_name" : "UnregisterNatives", 9105 "field_offset" : 6912, 9106 "referenced_type" : "_ZTIPFiP7_JNIEnvP7_jclassE" 9107 }, 9108 { 9109 "field_name" : "MonitorEnter", 9110 "field_offset" : 6944, 9111 "referenced_type" : "_ZTIPFiP7_JNIEnvP8_jobjectE" 9112 }, 9113 { 9114 "field_name" : "MonitorExit", 9115 "field_offset" : 6976, 9116 "referenced_type" : "_ZTIPFiP7_JNIEnvP8_jobjectE" 9117 }, 9118 { 9119 "field_name" : "GetJavaVM", 9120 "field_offset" : 7008, 9121 "referenced_type" : "_ZTIPFiP7_JNIEnvPP7_JavaVME" 9122 }, 9123 { 9124 "field_name" : "GetStringRegion", 9125 "field_offset" : 7040, 9126 "referenced_type" : "_ZTIPFvP7_JNIEnvP8_jstringiiPtE" 9127 }, 9128 { 9129 "field_name" : "GetStringUTFRegion", 9130 "field_offset" : 7072, 9131 "referenced_type" : "_ZTIPFvP7_JNIEnvP8_jstringiiPcE" 9132 }, 9133 { 9134 "field_name" : "GetPrimitiveArrayCritical", 9135 "field_offset" : 7104, 9136 "referenced_type" : "_ZTIPFPvP7_JNIEnvP7_jarrayPhE" 9137 }, 9138 { 9139 "field_name" : "ReleasePrimitiveArrayCritical", 9140 "field_offset" : 7136, 9141 "referenced_type" : "_ZTIPFvP7_JNIEnvP7_jarrayPviE" 9142 }, 9143 { 9144 "field_name" : "GetStringCritical", 9145 "field_offset" : 7168, 9146 "referenced_type" : "_ZTIPFPKtP7_JNIEnvP8_jstringPhE" 9147 }, 9148 { 9149 "field_name" : "ReleaseStringCritical", 9150 "field_offset" : 7200, 9151 "referenced_type" : "_ZTIPFvP7_JNIEnvP8_jstringPKtE" 9152 }, 9153 { 9154 "field_name" : "NewWeakGlobalRef", 9155 "field_offset" : 7232, 9156 "referenced_type" : "_ZTIPFP8_jobjectP7_JNIEnvS0_E" 9157 }, 9158 { 9159 "field_name" : "DeleteWeakGlobalRef", 9160 "field_offset" : 7264, 9161 "referenced_type" : "_ZTIPFvP7_JNIEnvP8_jobjectE" 9162 }, 9163 { 9164 "field_name" : "ExceptionCheck", 9165 "field_offset" : 7296, 9166 "referenced_type" : "_ZTIPFhP7_JNIEnvE" 9167 }, 9168 { 9169 "field_name" : "NewDirectByteBuffer", 9170 "field_offset" : 7328, 9171 "referenced_type" : "_ZTIPFP8_jobjectP7_JNIEnvPvxE" 9172 }, 9173 { 9174 "field_name" : "GetDirectBufferAddress", 9175 "field_offset" : 7360, 9176 "referenced_type" : "_ZTIPFPvP7_JNIEnvP8_jobjectE" 9177 }, 9178 { 9179 "field_name" : "GetDirectBufferCapacity", 9180 "field_offset" : 7392, 9181 "referenced_type" : "_ZTIPFxP7_JNIEnvP8_jobjectE" 9182 }, 9183 { 9184 "field_name" : "GetObjectRefType", 9185 "field_offset" : 7424, 9186 "referenced_type" : "_ZTIPF14jobjectRefTypeP7_JNIEnvP8_jobjectE" 9187 } 9188 ], 9189 "linker_set_key" : "_ZTI18JNINativeInterface", 9190 "name" : "JNINativeInterface", 9191 "size" : 932, 9192 "source_file" : "libnativehelper/include_jni/jni.h" 9193 }, 9194 { 9195 "alignment" : 4, 9196 "fields" : 9197 [ 9198 { 9199 "field_name" : "struct_size", 9200 "referenced_type" : "_ZTIj" 9201 }, 9202 { 9203 "field_name" : "buffer_id", 9204 "field_offset" : 32, 9205 "referenced_type" : "_ZTIi" 9206 }, 9207 { 9208 "field_name" : "priority", 9209 "field_offset" : 64, 9210 "referenced_type" : "_ZTIi" 9211 }, 9212 { 9213 "field_name" : "tag", 9214 "field_offset" : 96, 9215 "referenced_type" : "_ZTIPKc" 9216 }, 9217 { 9218 "field_name" : "file", 9219 "field_offset" : 128, 9220 "referenced_type" : "_ZTIPKc" 9221 }, 9222 { 9223 "field_name" : "line", 9224 "field_offset" : 160, 9225 "referenced_type" : "_ZTIj" 9226 }, 9227 { 9228 "field_name" : "message", 9229 "field_offset" : 192, 9230 "referenced_type" : "_ZTIPKc" 9231 } 9232 ], 9233 "linker_set_key" : "_ZTI21__android_log_message", 9234 "name" : "__android_log_message", 9235 "size" : 28, 9236 "source_file" : "system/logging/liblog/include/android/log.h" 9237 }, 9238 { 9239 "alignment" : 4, 9240 "fields" : 9241 [ 9242 { 9243 "field_name" : "z", 9244 "referenced_type" : "_ZTIh" 9245 }, 9246 { 9247 "field_name" : "b", 9248 "referenced_type" : "_ZTIa" 9249 }, 9250 { 9251 "field_name" : "c", 9252 "referenced_type" : "_ZTIt" 9253 }, 9254 { 9255 "field_name" : "s", 9256 "referenced_type" : "_ZTIs" 9257 }, 9258 { 9259 "field_name" : "i", 9260 "referenced_type" : "_ZTIi" 9261 }, 9262 { 9263 "field_name" : "j", 9264 "referenced_type" : "_ZTIx" 9265 }, 9266 { 9267 "field_name" : "f", 9268 "referenced_type" : "_ZTIf" 9269 }, 9270 { 9271 "field_name" : "d", 9272 "referenced_type" : "_ZTId" 9273 }, 9274 { 9275 "field_name" : "l", 9276 "referenced_type" : "_ZTIP8_jobject" 9277 } 9278 ], 9279 "linker_set_key" : "_ZTI6jvalue", 9280 "name" : "jvalue", 9281 "record_kind" : "union", 9282 "size" : 8, 9283 "source_file" : "libnativehelper/include_jni/jni.h" 9284 }, 9285 { 9286 "alignment" : 4, 9287 "fields" : 9288 [ 9289 { 9290 "field_name" : "functions", 9291 "referenced_type" : "_ZTIPK18JNINativeInterface" 9292 } 9293 ], 9294 "linker_set_key" : "_ZTI7_JNIEnv", 9295 "name" : "_JNIEnv", 9296 "size" : 4, 9297 "source_file" : "libnativehelper/include_jni/jni.h" 9298 }, 9299 { 9300 "alignment" : 4, 9301 "fields" : 9302 [ 9303 { 9304 "field_name" : "functions", 9305 "referenced_type" : "_ZTIPK18JNIInvokeInterface" 9306 } 9307 ], 9308 "linker_set_key" : "_ZTI7_JavaVM", 9309 "name" : "_JavaVM", 9310 "size" : 4, 9311 "source_file" : "libnativehelper/include_jni/jni.h" 9312 }, 9313 { 9314 "alignment" : 1, 9315 "base_specifiers" : 9316 [ 9317 { 9318 "referenced_type" : "_ZTI8_jobject" 9319 } 9320 ], 9321 "linker_set_key" : "_ZTI7_jarray", 9322 "name" : "_jarray", 9323 "record_kind" : "class", 9324 "size" : 1, 9325 "source_file" : "libnativehelper/include_jni/jni.h" 9326 }, 9327 { 9328 "alignment" : 1, 9329 "base_specifiers" : 9330 [ 9331 { 9332 "referenced_type" : "_ZTI8_jobject" 9333 } 9334 ], 9335 "linker_set_key" : "_ZTI7_jclass", 9336 "name" : "_jclass", 9337 "record_kind" : "class", 9338 "size" : 1, 9339 "source_file" : "libnativehelper/include_jni/jni.h" 9340 }, 9341 { 9342 "alignment" : 1, 9343 "linker_set_key" : "_ZTI8_jobject", 9344 "name" : "_jobject", 9345 "record_kind" : "class", 9346 "size" : 1, 9347 "source_file" : "libnativehelper/include_jni/jni.h" 9348 }, 9349 { 9350 "alignment" : 1, 9351 "base_specifiers" : 9352 [ 9353 { 9354 "referenced_type" : "_ZTI8_jobject" 9355 } 9356 ], 9357 "linker_set_key" : "_ZTI8_jstring", 9358 "name" : "_jstring", 9359 "record_kind" : "class", 9360 "size" : 1, 9361 "source_file" : "libnativehelper/include_jni/jni.h" 9362 }, 9363 { 9364 "alignment" : 1, 9365 "fields" : 9366 [ 9367 { 9368 "field_name" : "tv_sec", 9369 "referenced_type" : "_ZTIj" 9370 }, 9371 { 9372 "field_name" : "tv_nsec", 9373 "field_offset" : 32, 9374 "referenced_type" : "_ZTIj" 9375 } 9376 ], 9377 "linker_set_key" : "_ZTI8log_time", 9378 "name" : "log_time", 9379 "size" : 8, 9380 "source_file" : "system/logging/liblog/include/log/log_time.h" 9381 }, 9382 { 9383 "alignment" : 4, 9384 "fields" : 9385 [ 9386 { 9387 "field_name" : "version", 9388 "referenced_type" : "_ZTIj" 9389 }, 9390 { 9391 "field_name" : "initialize", 9392 "field_offset" : 32, 9393 "referenced_type" : "_ZTIPFbPKN7android28NativeBridgeRuntimeCallbacksEPKcS4_E" 9394 }, 9395 { 9396 "field_name" : "loadLibrary", 9397 "field_offset" : 64, 9398 "referenced_type" : "_ZTIPFPvPKciE" 9399 }, 9400 { 9401 "field_name" : "getTrampoline", 9402 "field_offset" : 96, 9403 "referenced_type" : "_ZTIPFPvS_PKcS1_jE" 9404 }, 9405 { 9406 "field_name" : "isSupported", 9407 "field_offset" : 128, 9408 "referenced_type" : "_ZTIPFbPKcE" 9409 }, 9410 { 9411 "field_name" : "getAppEnv", 9412 "field_offset" : 160, 9413 "referenced_type" : "_ZTIPFPKN7android25NativeBridgeRuntimeValuesEPKcE" 9414 }, 9415 { 9416 "field_name" : "isCompatibleWith", 9417 "field_offset" : 192, 9418 "referenced_type" : "_ZTIPFbjE" 9419 }, 9420 { 9421 "field_name" : "getSignalHandler", 9422 "field_offset" : 224, 9423 "referenced_type" : "_ZTIPFPFbiP7siginfoPvEiE" 9424 }, 9425 { 9426 "field_name" : "unloadLibrary", 9427 "field_offset" : 256, 9428 "referenced_type" : "_ZTIPFiPvE" 9429 }, 9430 { 9431 "field_name" : "getError", 9432 "field_offset" : 288, 9433 "referenced_type" : "_ZTIPFPKcvE" 9434 }, 9435 { 9436 "field_name" : "isPathSupported", 9437 "field_offset" : 320, 9438 "referenced_type" : "_ZTIPFbPKcE" 9439 }, 9440 { 9441 "field_name" : "unused_initAnonymousNamespace", 9442 "field_offset" : 352, 9443 "referenced_type" : "_ZTIPFbPKcS0_E" 9444 }, 9445 { 9446 "field_name" : "createNamespace", 9447 "field_offset" : 384, 9448 "referenced_type" : "_ZTIPFPN7android25native_bridge_namespace_tEPKcS3_S3_yS3_S1_E" 9449 }, 9450 { 9451 "field_name" : "linkNamespaces", 9452 "field_offset" : 416, 9453 "referenced_type" : "_ZTIPFbPN7android25native_bridge_namespace_tES1_PKcE" 9454 }, 9455 { 9456 "field_name" : "loadLibraryExt", 9457 "field_offset" : 448, 9458 "referenced_type" : "_ZTIPFPvPKciPN7android25native_bridge_namespace_tEE" 9459 }, 9460 { 9461 "field_name" : "getVendorNamespace", 9462 "field_offset" : 480, 9463 "referenced_type" : "_ZTIPFPN7android25native_bridge_namespace_tEvE" 9464 }, 9465 { 9466 "field_name" : "getExportedNamespace", 9467 "field_offset" : 512, 9468 "referenced_type" : "_ZTIPFPN7android25native_bridge_namespace_tEPKcE" 9469 }, 9470 { 9471 "field_name" : "preZygoteFork", 9472 "field_offset" : 544, 9473 "referenced_type" : "_ZTIPFvvE" 9474 }, 9475 { 9476 "field_name" : "getTrampolineWithJNICallType", 9477 "field_offset" : 576, 9478 "referenced_type" : "_ZTIPFPvS_PKcS1_jN7android11JNICallTypeEE" 9479 }, 9480 { 9481 "field_name" : "getTrampolineForFunctionPointer", 9482 "field_offset" : 608, 9483 "referenced_type" : "_ZTIPFPvPKvPKcjN7android11JNICallTypeEE" 9484 }, 9485 { 9486 "field_name" : "isNativeBridgeFunctionPointer", 9487 "field_offset" : 640, 9488 "referenced_type" : "_ZTIPFbPKvE" 9489 } 9490 ], 9491 "linker_set_key" : "_ZTIN7android21NativeBridgeCallbacksE", 9492 "name" : "android::NativeBridgeCallbacks", 9493 "size" : 84, 9494 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 9495 }, 9496 { 9497 "alignment" : 4, 9498 "fields" : 9499 [ 9500 { 9501 "field_name" : "getMethodShorty", 9502 "referenced_type" : "_ZTIPFPKcP7_JNIEnvP10_jmethodIDE" 9503 }, 9504 { 9505 "field_name" : "getNativeMethodCount", 9506 "field_offset" : 32, 9507 "referenced_type" : "_ZTIPFjP7_JNIEnvP7_jclassE" 9508 }, 9509 { 9510 "field_name" : "getNativeMethods", 9511 "field_offset" : 64, 9512 "referenced_type" : "_ZTIPFjP7_JNIEnvP7_jclassP15JNINativeMethodjE" 9513 } 9514 ], 9515 "linker_set_key" : "_ZTIN7android28NativeBridgeRuntimeCallbacksE", 9516 "name" : "android::NativeBridgeRuntimeCallbacks", 9517 "size" : 12, 9518 "source_file" : "art/libnativebridge/include/nativebridge/native_bridge.h" 9519 } 9520 ], 9521 "rvalue_reference_types" : [] 9522} 9523