blob: 3877fb5621c0d6a8368800088595cd7d4f9d7a48 [file] [log] [blame]
The Android Open Source Project2ad60cf2008-10-21 07:00:00 -07001reading small-class.txt...
2begin classfile
3magic: cafebabe
4minor_version: 0000
5major_version: 002e
6constant_pool_count: 000a
7
8constant_pool:
9 0001: method{java.lang.Object.<init>:()V}
10 0002: type{Small}
11 0003: type{java.lang.Object}
12 0004: utf8{"<init>"}
13 0005: utf8{"()V"}
14 0006: utf8{"Code"}
15 0007: nat{<init>:()V}
16 0008: utf8{"Small"}
17 0009: utf8{"java/lang/Object"}
18end constant_pool
19access_flags: public|super
20this_class: type{Small}
21super_class: type{java.lang.Object}
22interfaces_count: 0000
23fields_count: 0000
24methods_count: 0001
25
26methods[0]:
27 access_flags: public
28 name: <init>
29 descriptor: ()V
30 attributes_count: 0001
31
32 attributes[0]:
33 name: Code
34 length: 00000011
35 max_stack: 0001
36 max_locals: 0001
37 code_length: 00000005
38 0000: aload_0 // 00
39 0001: invokespecial method{java.lang.Object.<init>:()V}
40 0004: return
41 exception_table_length: 0000
42 attributes_count: 0000
43 end attributes[0]
44end methods[0]
45attributes_count: 0000
46end classfile