Searched refs:p0 (Results 1 - 11 of 11) sorted by relevance
/art/test/523-checker-can-throw-regression/smali/ |
H A D | Test.smali | 34 div-int/2addr p0, p1 35 return p0 43 div-int/2addr p0, p1 46 div-int/2addr p0, p1 48 div-int/2addr p0, p2 53 return p0
|
/art/test/522-checker-regression-monitor-exit/smali/ |
H A D | Test.smali | 31 monitor-enter p0 32 invoke-virtual {p0}, Ljava/lang/Object;->hashCode()I 36 monitor-exit p0
|
/art/test/972-iface-super-multidex/smali/ |
H A D | concreteclass.smali | 36 invoke-direct {p0}, Ljava/lang/Object;-><init>()V 43 invoke-super {p0}, LConflictInterface;->runDefault()Ljava/lang/String; 53 invoke-super {p0}, LSuperInterface;->runDefault()Ljava/lang/String;
|
/art/test/973-default-multidex/smali-multidex/ |
H A D | iface.smali | 29 invoke-static {p0}, Ljava/util/Objects;->requireNonNull(Ljava/lang/Object;)Ljava/lang/Object; 30 invoke-interface {p0}, LIface;->getString()Ljava/lang/String; 32 invoke-interface {p0}, LIface;->getString()Ljava/lang/String;
|
/art/test/973-default-multidex/smali/ |
H A D | concreteclass.smali | 32 invoke-direct {p0}, Ljava/lang/Object;-><init>()V 44 invoke-virtual {p0}, LConcreteClass;->getTwice()Ljava/lang/String;
|
/art/test/955-lambda-smali/smali/ |
H A D | CaptureVariables.smali | 21 invoke-direct {p0}, Ljava/lang/Object;-><init>()V 103 liberate-variable v2, p0, "Z" 118 liberate-variable v2, p0, "B" 133 liberate-variable v2, p0, "C" 148 liberate-variable v2, p0, "S" 163 liberate-variable v2, p0, "I" 178 liberate-variable v2, p0, "J" 193 liberate-variable v2, p0, "F" 208 liberate-variable v2, p0, "D" 258 liberate-variable v2, p0, " [all...] |
H A D | SanityCheck.smali | 22 invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
H A D | TrivialHelloWorld.smali | 21 invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
H A D | MoveResult.smali | 21 invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
/art/test/556-invoke-super/smali/ |
H A D | invokesuper.smali | 30 invoke-super {p0}, LInvokeSuper;->returnInt()I
|
/art/test/700-LoadArgRegs/src/ |
H A D | Main.java | 149 static void testD9f (float p0, double p1, double p2, double p3, double p4, double p5, double p6, double p7, double p8, double p9) { System.out.println(p0+", "+p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7+", "+p8+", "+p9); } argument 239 static void testL9i(int p0, long p1, long p2, long p3, long p4, long p5, long p6, long p7, long p8, long p9) { System.out.println(p0+", "+p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7+", "+p8+", "+p9); } argument
|
Completed in 2024 milliseconds