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