Searched refs:F (Results 1 – 25 of 33) sorted by relevance
12
/art/test/969-iface-super/ |
D | expected.txt | 24 Testing for type F 25 F-virtual E.SayHi()='Hello there!' 26 F-virtual F.SayHi()='Hello there!' 27 F-interface Iface.SayHi()='Hello there!' 28 F-interface Iface3.SayHi()='Hello there!' 29 F-virtual F.SaySurprisedHi()='Hello there!!' 30 End testing for type F 33 G-virtual F.SayHi()='Hello there!?' 37 G-virtual F.SaySurprisedHi()='Hello there!!'
|
/art/tools/dmtracedump/ |
D | dumpdir.sh | 7 for F in $FILES 9 G=$2/`echo $F | sed "s/.*\\///g"`.html 10 dmtracedump -h -p $F > $G
|
/art/test/800-smali/smali/ |
D | FloatIntConstPassing.smali | 12 .method public static getFloat(F)F 24 invoke-static {v0}, LFloatIntConstPassing;->getFloat(F)F
|
D | sameFieldNames.smali | 9 .field static public a:F
|
/art/test/960-default-smali/ |
D | expected.txt | 43 Testing for type F 44 F-interface Attendant.GetPlace()='android' 45 F-virtual F.GetPlace()='android' 46 F-virtual A.SayHi()='Hi ' 47 F-interface Attendant.SayHi()='Hi ' 48 F-virtual F.SayHi()='Hi ' 49 F-interface Greeter.SayHi()='Hi ' 50 F-virtual A.SayHiTwice()='We can override both interfaces' 51 F-interface Attendant.SayHiTwice()='We can override both interfaces' 52 F-virtual F.SayHiTwice()='We can override both interfaces' [all …]
|
/art/test/956-methodhandles/ |
D | expected.txt | 10 F.sayHi() 11 F.sayHi()
|
/art/test/969-iface-super/src/ |
D | F.java | 16 public class F extends E { class
|
D | G.java | 16 public class G extends F {
|
/art/test/960-default-smali/src/ |
D | F.java | 16 class F extends A implements Attendant { class
|
/art/test/600-verifier-fails/ |
D | expected.txt | 6 passed F
|
D | info.txt | 20 (F) b/29758098:
|
/art/test/518-null-array-get/smali/ |
D | NullArraySuccessInt2Float.smali | 21 .method public static floatMethod(F)V 31 invoke-static { v0 }, LNullArraySuccessInt2Float;->floatMethod(F)V
|
/art/test/dexdump/ |
D | values.txt | 132 type : 'F' 137 type : 'F' 142 type : 'F' 147 type : 'F' 152 type : 'F' 157 type : 'F' 162 type : 'F'
|
D | bytecodes.txt | 335 type : 'F' 372 type : '[F' 412 type : 'F' 458 000a3e: 6700 1b00 |001f: sput v0, Lcom/google/android/test/Test;.sF:F … 511 … |0026: iput v1, v8, Lcom/google/android/test/Test;.mF:F // field@0010 537 000b64: 2341 2300 |0060: new-array v1, v4, [F // type@0023 539 … |0065: iput-object v1, v8, Lcom/google/android/test/Test;.aFloat:[F // field@0006 681 … |0044: iget v0, v11, Lcom/google/android/test/Test;.mF:F // field@0010 683 … |0049: iget v2, v11, Lcom/google/android/test/Test;.mF:F // field@0010 687 … |004f: iget v2, v11, Lcom/google/android/test/Test;.mF:F // field@0010 [all …]
|
D | staticfields.txt | 72 type : 'F'
|
/art/runtime/ |
D | jvalue-inl.h | 43 DEFINE_FROM(float, F);
|
/art/test/459-dead-phi/smali/ |
D | EquivalentPhi.smali | 19 .method public static equivalentPhi([F)F
|
/art/test/134-reg-promotion/smali/ |
D | Test.smali | 33 invoke-static {v2}, Ljava/lang/Float;->isNaN(F)Z 58 invoke-static {v2}, Ljava/lang/Float;->isNaN(F)Z
|
/art/libartbase/base/ |
D | transform_array_ref.h | 39 template <typename F, typename = typename std::result_of<F(const BaseType&)>::type> 41 template <typename F>
|
/art/test/682-double-catch-phi/smali/ |
D | DoubleCatchPhi.smali | 27 .method public strangeMethod(F)V
|
/art/test/571-irreducible-loop/smali/ |
D | IrreducibleLoop.smali | 21 .method public static test1(IF)F
|
/art/test/457-regs/smali/ |
D | PhiLiveness.smali | 55 .method public static phiEquivalent()F
|
/art/compiler/optimizing/ |
D | code_generator.h | 774 template <typename C, typename F> 779 const F* fpu_registers, in CallingConvention() 796 F GetFpuRegisterAt(size_t index) const { in GetFpuRegisterAt() 810 const F* fpu_registers_;
|
/art/test/510-checker-try-catch/smali/ |
D | Runtime.smali | 117 sget-object v0, LRuntime;->floatArray:[F 316 sget-object v0, LRuntime;->floatArray:[F 513 new-array v0, v1, [F 515 sput-object v0, LRuntime;->floatArray:[F 554 .field public static floatArray:[F
|
/art/tools/hiddenapi/ |
D | README.md | 20 not use any separators, e.g. "ILxyz;F" for "int, xyz, float".
|
12