Searched defs:create (Results 1 - 2 of 2) sorted by relevance

/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/compiler/dex/
H A Dmir_graph.cc209 BasicBlock* MIRGraph::FindBlock(unsigned int code_offset, bool split, bool create, argument
218 } else if (!create) {
270 FindBlock(address, false /* split */, true /*create*/,
309 BasicBlock *taken_block = FindBlock(target, /* split */ true, /* create */ true,
330 /* create */
337 FindBlock(cur_offset + width, /* split */ false, /* create */ true,
400 /* create */ true, /* immed_pred_block_p */ &cur_block);
414 /* create */ true, /* immed_pred_block_p */ NULL);
465 FindBlock(cur_offset + width, /* split */ false, /* create */ true,
478 * Then, create
[all...]

Completed in 109 milliseconds