Searched refs:create (Results 1 – 14 of 14) sorted by relevance
/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 | 41 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/ |
D | Main.java | 27 private static Runnable create() { in create() method in Main 53 infoFor(create().getClass()); in main()
|
/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/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/431-type-propagation/smali/ |
D | TypePropagation.smali | 33 # Do a call to create an environment that will capture all Dex registers.
|
/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/arm/ |
D | quick_entrypoints_arm.S | 403 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/ |
D | quick_entrypoints_mips.S | 517 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/ |
D | README.md | 20 To use, create a `CmdlineParser::Builder` and then chain the `Define` methods together with
|
/art/compiler/dex/ |
D | mir_graph.h | 1291 BasicBlock* FindBlock(DexOffset code_offset, bool create, BasicBlock** immed_pred_block_p,
|
D | mir_graph.cc | 291 BasicBlock* MIRGraph::FindBlock(DexOffset code_offset, bool create, in FindBlock() argument 311 if (!create) { in FindBlock()
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 1457 # This will create a new save-all frame, required by the runtime.
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 1634 # This will create a new save-all frame, required by the runtime.
|