Searched refs:F (Results 1 – 25 of 43) sorted by relevance
12
/art/test/969-iface-super/ |
D | expected-stdout.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/test/626-checker-arm64-scratch-register/smali/ |
D | Main2.smali | 366 .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/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/compiler/optimizing/ |
D | escape.h | 42 template <typename F> 45 explicit LambdaEscapeVisitor(F f) : func_(f) {} in LambdaEscapeVisitor() 51 F func_; 70 template <typename F> 73 explicit LambdaNoEscapeCheck(F f) : func_(f) {} in LambdaNoEscapeCheck() 79 F func_;
|
D | optimizing_unit_test.h | 597 template <HInstruction::InstructionKind kKind, typename F> 601 template <typename F> \ 602 struct KindWrapper<HInstruction::InstructionKind::k##nm, F> : public HandlerWrapper { \ 604 explicit KindWrapper(F f) : f_(f) {} \ 606 if constexpr (std::is_invocable_v<F, H##nm*>) { \ 614 F f_; \ 620 template <typename F> in FOR_EACH_CONCRETE_INSTRUCTION() 621 std::unique_ptr<HandlerWrapper> GetWrapper(HInstruction::InstructionKind kind, F f) { in FOR_EACH_CONCRETE_INSTRUCTION() 626 new KindWrapper<HInstruction::InstructionKind::k##nm, F>(f)); in FOR_EACH_CONCRETE_INSTRUCTION()
|
/art/test/800-smali/smali/ |
D | FloatIntConstPassing.smali | 12 .method public static getFloat(F)F 24 invoke-static {v0}, LFloatIntConstPassing;->getFloat(F)F
|
/art/test/960-default-smali/ |
D | expected-stdout.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/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/956-methodhandles/ |
D | expected-stdout.txt | 10 F.sayHi() 11 F.sayHi()
|
/art/test/960-default-smali/src/ |
D | F.java | 16 class F extends A implements Attendant { class
|
/art/test/600-verifier-fails/ |
D | expected-stdout.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 | 341 type : 'F' 378 type : '[F' 418 type : 'F' 465 000a3e: 6700 1b00 |001f: sput v0, Lcom/google/android/test/Test;.sF:F … 519 … |0026: iput v1, v8, Lcom/google/android/test/Test;.mF:F // field@0010 545 000b64: 2341 2300 |0060: new-array v1, v4, [F // type@0023 547 … |0065: iput-object v1, v8, Lcom/google/android/test/Test;.aFloat:[F // field@0006 690 … |0044: iget v0, v11, Lcom/google/android/test/Test;.mF:F // field@0010 692 … |0049: iget v2, v11, Lcom/google/android/test/Test;.mF:F // field@0010 696 … |004f: iget v2, v11, Lcom/google/android/test/Test;.mF:F // field@0010 [all …]
|
D | invoke-custom.lst | 114 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/…
|
D | staticfields.txt | 72 type : 'F'
|
/art/test/459-dead-phi/smali/ |
D | EquivalentPhi.smali | 19 .method public static equivalentPhi([F)F
|
/art/runtime/ |
D | jvalue-inl.h | 43 DEFINE_FROM(float, 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
|
12