Searched refs:create (Results 1 - 10 of 10) sorted by relevance

/art/test/408-move-bug/src/
H A DMain.java27 Main foo1 = create();
28 Main foo2 = create();
29 Main foo3 = create();
30 Main foo4 = create();
47 Main foo1 = create();
48 Main foo2 = create();
49 Main foo3 = create();
50 Main foo4 = create();
58 static Main create() { method in class:Main
/art/build/
H A DAndroid.oat.mk41 define create-core-oat-host-rules
128 endef # 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
[all...]
/art/test/085-old-style-inner-class/src/
H A DMain.java27 private static Runnable create() { method in class:Main
53 infoFor(create().getClass());
/art/runtime/arch/arm/
H A Dquick_entrypoints_arm.S288 * Called by managed code to create and deliver a NullPointerException.
293 * Called by managed code to create and deliver an ArithmeticException.
298 * Called by managed code to create and deliver an ArrayIndexOutOfBoundsException. Arg1 holds
304 * Called by managed code to create and deliver a StackOverflowError.
309 * Called by managed code to create and deliver a NoSuchMethodError.
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/
H A Dquick_entrypoints_mips.S393 * Called by managed code to create and deliver a NullPointerException
404 * Called by managed code to create and deliver an ArithmeticException
415 * Called by managed code to create and deliver an ArrayIndexOutOfBoundsException
426 * Called by managed code to create and deliver a StackOverflowError.
437 * Called by managed code to create and deliver a NoSuchMethodError.
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/compiler/dex/
H A Dmir_graph.cc291 BasicBlock* MIRGraph::FindBlock(DexOffset code_offset, bool create, argument
296 // here (assuming create==true) and check that it's dead at the end of InlineMethod().
311 if (!create) {
381 FindBlock(address, true /*create*/, /* immed_pred_block_p */ nullptr, dex_pc_to_block_map);
488 BasicBlock* taken_block = FindBlock(target, /* create */ true,
498 /* create */
507 FindBlock(cur_offset + width, /* create */ true, /* immed_pred_block_p */ nullptr, dex_pc_to_block_map);
569 BasicBlock* case_block = FindBlock(cur_offset + target_table[i], /* create */ true,
585 BasicBlock* fallthrough_block = FindBlock(cur_offset + width, /* create */ true,
614 BasicBlock* catch_block = FindBlock(iterator.GetHandlerAddress(), false /* create */,
[all...]
H A Dmir_graph.h1291 BasicBlock* FindBlock(DexOffset code_offset, bool create, BasicBlock** immed_pred_block_p,
/art/runtime/arch/mips64/
H A Dquick_entrypoints_mips64.S455 * Called by managed code to create and deliver a NullPointerException
467 * Called by managed code to create and deliver an ArithmeticException
478 * Called by managed code to create and deliver an
491 * Called by managed code to create and deliver a StackOverflowError.
502 * Called by managed code to create and deliver a NoSuchMethodError.
1457 # This will create a new save-all frame, required by the runtime.
/art/runtime/arch/arm64/
H A Dquick_entrypoints_arm64.S436 * Called by managed code to create and deliver a NullPointerException.
441 * Called by managed code to create and deliver an ArithmeticException.
446 * Called by managed code to create and deliver an ArrayIndexOutOfBoundsException. Arg1 holds
452 * Called by managed code to create and deliver a StackOverflowError.
457 * Called by managed code to create and deliver a NoSuchMethodError.
1634 # This will create a new save-all frame, required by the runtime.
/art/test/
H A DAndroid.run-test.mk49 # Helper to create individual build targets for tests. Must be called with $(eval).

Completed in 2137 milliseconds