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