Home
last modified time | relevance | path

Searched refs:F (Results 1 – 25 of 36) sorted by relevance

12

/art/test/969-iface-super/
Dexpected.txt24 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/
Ddumpdir.sh7 for F in $FILES
9 G=$2/`echo $F | sed "s/.*\\///g"`.html
10 dmtracedump -h -p $F > $G
/art/test/626-checker-arm64-scratch-register/smali/
DMain2.smali366 .local v19, "f17":F
379 .local v18, "f16":F
392 .local v20, "f18":F
405 .local v21, "f19":F
418 .local v22, "f20":F
431 .local v23, "f21":F
444 .local v17, "f15":F
457 .local v2, "f00":F
470 .local v24, "f22":F
483 .local v25, "f23":F
[all …]
/art/test/800-smali/smali/
DFloatIntConstPassing.smali12 .method public static getFloat(F)F
24 invoke-static {v0}, LFloatIntConstPassing;->getFloat(F)F
DsameFieldNames.smali9 .field static public a:F
/art/test/960-default-smali/
Dexpected.txt43 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/969-iface-super/src/
DF.java16 public class F extends E { class
DG.java16 public class G extends F {
/art/test/960-default-smali/src/
DF.java16 class F extends A implements Attendant { class
/art/test/600-verifier-fails/
Dexpected.txt6 passed F
Dinfo.txt20 (F) b/29758098:
/art/test/956-methodhandles/
Dexpected.txt10 F.sayHi()
11 F.sayHi()
/art/test/518-null-array-get/smali/
DNullArraySuccessInt2Float.smali21 .method public static floatMethod(F)V
31 invoke-static { v0 }, LNullArraySuccessInt2Float;->floatMethod(F)V
/art/test/dexdump/
Dvalues.txt132 type : 'F'
137 type : 'F'
142 type : 'F'
147 type : 'F'
152 type : 'F'
157 type : 'F'
162 type : 'F'
Dbytecodes.txt335 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 …]
Dinvoke-custom.lst114 0x0000368c 6 TestLinkerUnrelatedBSM _addf (FF)F TestLinkerUnrelatedBSM.java 47
115 0x000036a4 6 TestLinkerUnrelatedBSM _subf (FF)F TestLinkerUnrelatedBSM.java 73
116 0x000036bc 10 TestLinkerUnrelatedBSM addf (FF)F TestLinkerUnrelatedBSM.java 42
117 0x000036d8 10 TestLinkerUnrelatedBSM subf (FF)F TestLinkerUnrelatedBSM.java 68
121 …les$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/Class;[F)Ljava/lang/invoke/Ca…
124 …/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;F[J)Ljava/lang/invoke/…
Dstaticfields.txt72 type : 'F'
/art/runtime/
Djvalue-inl.h43 DEFINE_FROM(float, F);
/art/test/459-dead-phi/smali/
DEquivalentPhi.smali19 .method public static equivalentPhi([F)F
/art/test/134-reg-promotion/smali/
DTest.smali33 invoke-static {v2}, Ljava/lang/Float;->isNaN(F)Z
58 invoke-static {v2}, Ljava/lang/Float;->isNaN(F)Z
/art/libartbase/base/
Dtransform_array_ref.h39 template <typename F, typename = typename std::result_of<F(const BaseType&)>::type>
41 template <typename F>
/art/test/682-double-catch-phi/smali/
DDoubleCatchPhi.smali27 .method public strangeMethod(F)V
/art/test/571-irreducible-loop/smali/
DIrreducibleLoop.smali21 .method public static test1(IF)F
/art/test/457-regs/smali/
DPhiLiveness.smali55 .method public static phiEquivalent()F
/art/compiler/optimizing/
Dcode_generator.h869 template <typename C, typename F>
874 const F* fpu_registers, in CallingConvention()
891 F GetFpuRegisterAt(size_t index) const { in GetFpuRegisterAt()
905 const F* fpu_registers_;

12