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