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