aboutsummaryrefslogtreecommitdiff
path: root/test/java/square/javap-square.asm
blob: ec04d008e7b75ba06f92be3cf1768c11812a30b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Compiled from "example.java"
class Square {
  Square();
    Code:
       0: aload_0
       1: invokespecial #1                  // Method java/lang/Object."<init>":()V
       4: return
    LineNumberTable:
      line 2: 0

  static int square(int);
    Code:
       0: iload_0
       1: iload_0
       2: imul
       3: ireturn
    LineNumberTable:
      line 4: 0
}