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