Home
last modified time | relevance | path

Searched refs:create (Results 1 – 14 of 14) 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.mk41 define create-core-oat-host-rules
133 define create-core-oat-host-rule-combination
134 $(call create-core-oat-host-rules,$(1),no-pic,,$(2),$(3))
135 $(call create-core-oat-host-rules,$(1),pic,,$(2),$(3))
138 $(call create-core-oat-host-rules,$(1),no-pic,2ND_,$(2),$(3))
139 $(call create-core-oat-host-rules,$(1),pic,2ND_,$(2),$(3))
143 $(eval $(call create-core-oat-host-rule-combination,default,,))
144 $(eval $(call create-core-oat-host-rule-combination,optimizing,,))
145 $(eval $(call create-core-oat-host-rule-combination,interpreter,,))
149 $(eval $(call create-core-oat-host-rule-combination,default,valgrind,32))
[all …]
/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/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/431-type-propagation/smali/
DTypePropagation.smali33 # Do a call to create an environment that will capture all Dex registers.
/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/arm/
Dquick_entrypoints_arm.S403 add r4, r2, #4 @ create space for method pointer in frame
1005 # This will create a new save-all frame, required by the runtime.
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S517 addiu $t0, $a2, 4 # create space for method pointer in frame.
1187 # This will create a new save-all frame, required by the runtime.
/art/cmdline/
DREADME.md20 To use, create a `CmdlineParser::Builder` and then chain the `Define` methods together with
/art/compiler/dex/
Dmir_graph.h1291 BasicBlock* FindBlock(DexOffset code_offset, bool create, BasicBlock** immed_pred_block_p,
Dmir_graph.cc291 BasicBlock* MIRGraph::FindBlock(DexOffset code_offset, bool create, in FindBlock() argument
311 if (!create) { in FindBlock()
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1457 # This will create a new save-all frame, required by the runtime.
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1634 # This will create a new save-all frame, required by the runtime.