Home
last modified time | relevance | path

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

/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.mk47 define create-core-oat-host-rules
130 define create-core-oat-host-rule-combination
131 $(call create-core-oat-host-rules,$(1),,$(2),$(3),$(4))
134 $(call create-core-oat-host-rules,$(1),2ND_,$(2),$(3),$(4))
138 $(eval $(call create-core-oat-host-rule-combination,optimizing,,,false))
139 $(eval $(call create-core-oat-host-rule-combination,interpreter,,,false))
140 $(eval $(call create-core-oat-host-rule-combination,interp-ac,,,false))
141 $(eval $(call create-core-oat-host-rule-combination,optimizing,,,true))
142 $(eval $(call create-core-oat-host-rule-combination,interpreter,,,true))
143 $(eval $(call create-core-oat-host-rule-combination,interp-ac,,,true))
[all …]
/art/test/912-classes/src/art/
DDexData.java37 return create(parent, DEX_DATA_B); in create1()
44 return create(parent, DEX_DATA_AC); in create2()
51 return create(parent, DEX_DATA_AC, DEX_DATA_B); in create12()
54 private static ClassLoader create(ClassLoader parent, String... stringData) { in create() method in DexData
/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/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/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/tools/ahat/src/
DMain.java110 HttpServer server = HttpServer.create(addr, 0); in main()
/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/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/mips/
Dquick_entrypoints_mips.S927 addiu $t0, $a2, 4 # create space for ArtMethod* in frame.
1858 # This will create a new save-all frame, required by the runtime.
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S1595 # This will create a new save-all frame, required by the runtime.
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1800 # This will create a new save-all frame, required by the runtime.
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S2127 # This will create a new save-all frame, required by the runtime.
/art/runtime/interpreter/mterp/out/
Dmterp_mips64.S6702 daddu a4, a3, a4 # create direct pointer