Home
last modified time | relevance | path

Searched refs:create (Results 1 – 25 of 26) sorted by relevance

12

/art/test/408-move-bug/src/
DMain.java27 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/
DAndroid.oat.mk48 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/
DTypePropagation.smali33 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
DArrayGet.smali44 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/
DMain.java27 private static Runnable create() { in create() method in Main
53 infoFor(create().getClass()); in main()
/art/test/955-lambda-smali/smali/
DCaptureVariables.smali30 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 …]
DMoveResult.smali44 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;
DTrivialHelloWorld.smali28 create-lambda v0, LTrivialHelloWorld;->doHelloWorld(J)V
29 # TODO: create-lambda should not write to both v0 and v1
33create-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
DBoxUnbox.smali53 create-lambda v0, LBoxUnbox;->doHelloWorld(J)V
65 create-lambda v0, LBoxUnbox;->doHelloWorld(J)V
/art/test/303-verification-stress/
Dinfo.txt1 This is more a benchmark for the verifier than a real test. We create many
/art/runtime/interpreter/mterp/mips64/
Dop_iput_wide_quick.S9 daddu a1, a2, a3 # create a direct pointer
/art/test/498-type-propagation/smali/
DTypePropagation.smali22 # When building the SSA graph, we will create a phi for v0, which will be of type
/art/test/531-regression-debugphi/smali/
DTestCase.smali50 move-object v0, v1 # create PrimNot PhiA equivalent
100 move-object v1, v0 # create PrimNot equivalent of PhiA
/art/tools/ahat/src/
DMain.java75 HttpServer server = HttpServer.create(addr, 0); in main()
/art/runtime/
Dsafe_map.h129 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/
DTestCase.smali38 invoke-static {}, Ljava/lang/System;->nanoTime()J # create an env use
/art/test/431-type-propagation/smali/
DTypePropagation.smali33 # Do a call to create an environment that will capture all Dex registers.
/art/test/565-checker-irreducible-loop/smali/
DIrreducibleLoop.smali92 # will create an interval hole.
/art/tools/checker/
DREADME30 therefore create a scope within which the assertion is verified.
/art/test/800-smali/smali/
Db_22881413.smali57 # We're trying to create something like this (with more loops to amplify things).
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S652 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/
DIrreducibleLoop.smali48 # SSA level, since we create redundant phis for irreducible loop headers, lse
/art/cmdline/
DREADME.md20 To use, create a `CmdlineParser::Builder` and then chain the `Define` methods together with
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S422 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/
Dquick_entrypoints_arm64.S2008 # This will create a new save-all frame, required by the runtime.

12