Searched refs:then (Results 1 - 6 of 6) sorted by relevance

/art/test/1917-get-stack-frame/src/art/
H A DTest1917.java90 private final Runnable then; field in class:Test1917.RecurCount
91 public RecurCount(int cnt, Runnable then) { argument
93 this.then = then;
104 then.run();
/art/compiler/optimizing/
H A Dgvn_test.cc135 HBasicBlock* then = new (GetAllocator()) HBasicBlock(graph); local
138 graph->AddBlock(then);
142 block->AddSuccessor(then);
144 then->AddSuccessor(join);
147 then->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter,
156 then->AddInstruction(new (GetAllocator()) HGoto());
184 ASSERT_TRUE(then->GetFirstInstruction()->IsGoto());
H A Dregister_allocator_test.cc518 HBasicBlock* then = new (GetAllocator()) HBasicBlock(graph); local
521 graph->AddBlock(then);
525 block->AddSuccessor(then);
527 then->AddSuccessor(join);
529 then->AddInstruction(new (GetAllocator()) HGoto());
552 then->AddInstruction(*input1);
917 // this interval and the first interval. We would have then put the interval with ranges
H A Dinliner.cc1079 // and the returned block is the start of the then branch (that could contain multiple blocks).
1080 HBasicBlock* then = cursor_block->SplitAfterForInlining(compare); local
1107 graph_->AddBlock(then);
1113 cursor_block->AddSuccessor(then);
1118 then->SetDominator(cursor_block);
1119 cursor_block->AddDominatedBlock(then);
1128 graph_->reverse_post_order_[++index] = then;
1136 then, original_invoke_block, /* replace_if_back_edge */ false);
/art/runtime/arch/mips/
H A Dquick_entrypoints_mips.S1765 # When isInitialized == 0, then the class is potentially not yet initialized.
1813 # If the class is already observably initialized, then new-instance allocations are protected
1840 // If isInitialized=1 then the compiler assumes the object's class has already been initialized.
1848 # When isInitialized == 0, then the class is potentially not yet initialized.
1867 # If the class is already observably initialized, then new-instance allocations are protected
/art/runtime/arch/mips64/
H A Dquick_entrypoints_mips64.S1690 # When isInitialized == 0, then the class is potentially not yet initialized.
1737 # If the class is already observably initialized, then new-instance allocations are protected
1761 // If isInitialized=1 then the compiler assumes the object's class has already been initialized.
1769 # When isInitialized == 0, then the class is potentially not yet initialized.
1787 # If the class is already observably initialized, then new-instance allocations are protected

Completed in 133 milliseconds