1# Copyright (C) 2008 The Android Open Source Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7#      http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15.class public Ldot/junit/opcodes/invoke_super/d/TSuper;
16.super Ljava/lang/Object;
17.source "TSuper.java"
18
19
20# direct methods
21.method public constructor <init>()V
22    .registers 2
23
24    invoke-direct {p0}, Ljava/lang/Object;-><init>()V
25
26    return-void
27.end method
28
29.method private toIntPvt()I
30    .registers 3
31
32    const v0, 0x5
33
34    return v0
35.end method
36
37.method public static toIntStatic()I
38    .registers 3
39
40    const v0, 0x5
41
42    return v0
43.end method
44
45
46# virtual methods
47.method public testArgsOrder(II)I
48    .registers 4
49
50    const v0, 0x15d
51
52    const p0, 0x54250
53
54    div-int p1, p1, p2
55
56    return p1
57.end method
58
59.method public testString(Ljava/lang/String;)V
60    .registers 2
61
62    return-void
63.end method
64
65.method public toInt()I
66    .registers 3
67
68    const v0, 0x5
69
70    return v0
71.end method
72
73.method public toInt(F)I
74    .registers 3
75
76    float-to-int v0, p1
77
78    return v0
79.end method
80
81.method public native toIntNative()I
82.end method
83
84.method protected toIntP()I
85    .registers 3
86
87    const v0, 0x5
88
89    return v0
90.end method
91