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_virtual/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 toInt()I
60    .registers 3
61
62    const v0, 0x5
63
64    return v0
65.end method
66
67.method public toInt(F)I
68    .registers 3
69
70    float-to-int v0, p1
71
72    return v0
73.end method
74
75.method public native toIntNative()I
76.end method
77
78.method protected toIntP()I
79    .registers 3
80
81    const v0, 0x5
82
83    return v0
84.end method
85