/art/test/408-move-bug/src/ |
D | Main.java | 27 Main foo1 = create(); in crash() 28 Main foo2 = create(); in crash() 29 Main foo3 = create(); in crash() 30 Main foo4 = create(); in crash() 47 Main foo1 = create(); in npe() 48 Main foo2 = create(); in npe() 49 Main foo3 = create(); in npe() 50 Main foo4 = create(); in npe() 58 static Main create() { in create() method in Main
|
/art/build/ |
D | Android.oat.mk | 48 define create-core-oat-host-rules 155 define create-core-oat-host-rule-combination 156 $(call create-core-oat-host-rules,$(1),no-pic,,$(2),$(3),$(4)) 157 $(call create-core-oat-host-rules,$(1),pic,,$(2),$(3),$(4)) 160 $(call create-core-oat-host-rules,$(1),no-pic,2ND_,$(2),$(3),$(4)) 161 $(call create-core-oat-host-rules,$(1),pic,2ND_,$(2),$(3),$(4)) 165 $(eval $(call create-core-oat-host-rule-combination,default,,,false)) 166 $(eval $(call create-core-oat-host-rule-combination,optimizing,,,false)) 167 $(eval $(call create-core-oat-host-rule-combination,interpreter,,,false)) 168 $(eval $(call create-core-oat-host-rule-combination,interp-ac,,,false)) [all …]
|
/art/test/552-checker-primitive-typeprop/smali/ |
D | TypePropagation.smali | 33 invoke-static {}, Ljava/lang/System;->nanoTime()J # create an env use 46 invoke-static {}, Ljava/lang/System;->nanoTime()J # create an env use 63 invoke-static {}, Ljava/lang/System;->nanoTime()J # create an env use 75 invoke-static {}, Ljava/lang/System;->nanoTime()J # create an env use 87 invoke-static {}, Ljava/lang/System;->nanoTime()J # create an env use 100 invoke-static {}, Ljava/lang/System;->nanoTime()J # create an env use 112 invoke-static {}, Ljava/lang/System;->nanoTime()J # create an env use 134 invoke-static {}, Ljava/lang/System;->nanoTime()J # create an env use
|
D | ArrayGet.smali | 44 invoke-static {}, Ljava/lang/System;->nanoTime()J # create an env use 71 invoke-static {}, Ljava/lang/System;->nanoTime()J # create an env use 102 invoke-static {}, Ljava/lang/System;->nanoTime()J # create an env use 133 invoke-static {}, Ljava/lang/System;->nanoTime()J # create an env use 163 invoke-static {}, Ljava/lang/System;->nanoTime()J # create an env use
|
/art/test/085-old-style-inner-class/src/ |
D | Main.java | 27 private static Runnable create() { in create() method in Main 53 infoFor(create().getClass()); in main()
|
/art/test/955-lambda-smali/smali/ |
D | CaptureVariables.smali | 30 create-lambda v0, LCaptureVariables;->printCapturedVariable_Z(J)V 31 # TODO: create-lambda should not write to both v0 and v1 37 create-lambda v0, LCaptureVariables;->printCapturedVariable_B(J)V 38 # TODO: create-lambda should not write to both v0 and v1 44 create-lambda v0, LCaptureVariables;->printCapturedVariable_C(J)V 45 # TODO: create-lambda should not write to both v0 and v1 51 create-lambda v0, LCaptureVariables;->printCapturedVariable_S(J)V 52 # TODO: create-lambda should not write to both v0 and v1 58 create-lambda v0, LCaptureVariables;->printCapturedVariable_I(J)V 59 # TODO: create-lambda should not write to both v0 and v1 [all …]
|
D | MoveResult.smali | 44 create-lambda v0, LMoveResult;->lambdaZ(J)Z 76 create-lambda v0, LMoveResult;->lambdaB(J)B 108 create-lambda v0, LMoveResult;->lambdaS(J)S 140 create-lambda v0, LMoveResult;->lambdaI(J)I 172 create-lambda v0, LMoveResult;->lambdaC(J)C 204 create-lambda v0, LMoveResult;->lambdaJ(J)J 236 create-lambda v0, LMoveResult;->lambdaF(J)F 268 create-lambda v0, LMoveResult;->lambdaD(J)D 301 create-lambda v0, LMoveResult;->lambdaL(J)Ljava/lang/String;
|
D | TrivialHelloWorld.smali | 28 create-lambda v0, LTrivialHelloWorld;->doHelloWorld(J)V 29 # TODO: create-lambda should not write to both v0 and v1 33 …create-lambda v2, doHelloWorldArgs(JLjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/la… 34 # TODO: create-lambda should not write to both v2 and v3
|
D | BoxUnbox.smali | 53 create-lambda v0, LBoxUnbox;->doHelloWorld(J)V 65 create-lambda v0, LBoxUnbox;->doHelloWorld(J)V
|
/art/test/303-verification-stress/ |
D | info.txt | 1 This is more a benchmark for the verifier than a real test. We create many
|
/art/runtime/interpreter/mterp/mips64/ |
D | op_iput_wide_quick.S | 9 daddu a1, a2, a3 # create a direct pointer
|
/art/test/498-type-propagation/smali/ |
D | TypePropagation.smali | 22 # When building the SSA graph, we will create a phi for v0, which will be of type
|
/art/test/531-regression-debugphi/smali/ |
D | TestCase.smali | 50 move-object v0, v1 # create PrimNot PhiA equivalent 100 move-object v1, v0 # create PrimNot equivalent of PhiA
|
/art/tools/ahat/src/ |
D | Main.java | 75 HttpServer server = HttpServer.create(addr, 0); in main()
|
/art/runtime/ |
D | safe_map.h | 129 V GetOrCreate(const K& k, CreateFn create) { in GetOrCreate() argument 136 auto it = PutBefore(lb, k, create()); in GetOrCreate()
|
/art/test/537-checker-debuggable/smali/ |
D | TestCase.smali | 38 invoke-static {}, Ljava/lang/System;->nanoTime()J # create an env use
|
/art/test/431-type-propagation/smali/ |
D | TypePropagation.smali | 33 # Do a call to create an environment that will capture all Dex registers.
|
/art/test/565-checker-irreducible-loop/smali/ |
D | IrreducibleLoop.smali | 92 # will create an interval hole.
|
/art/tools/checker/ |
D | README | 30 therefore create a scope within which the assertion is verified.
|
/art/test/800-smali/smali/ |
D | b_22881413.smali | 57 # We're trying to create something like this (with more loops to amplify things).
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 652 addiu $t0, $a2, 4 # create space for ArtMethod* in frame. 778 addiu $t0, $a2, 4 # create space for ArtMethod* in frame. 1782 # This will create a new save-all frame, required by the runtime.
|
/art/test/559-checker-irreducible-loop/smali/ |
D | IrreducibleLoop.smali | 48 # SSA level, since we create redundant phis for irreducible loop headers, lse
|
/art/cmdline/ |
D | README.md | 20 To use, create a `CmdlineParser::Builder` and then chain the `Define` methods together with
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 422 add r4, r2, #4 @ create space for method pointer in frame 1400 # This will create a new save-all frame, required by the runtime.
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 2008 # This will create a new save-all frame, required by the runtime.
|