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