HomeSort by relevance Sort by last modified time
    Searched refs:Done (Results 51 - 75 of 290) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/v8/src/heap/
gc-idle-time-handler.cc 22 case DONE:
23 PrintF("done");
102 return GCIdleTimeAction::Done();
143 return GCIdleTimeAction::Done();
gc-idle-time-handler.h 14 DONE,
23 static GCIdleTimeAction Done() {
25 result.type = DONE;
119 // despite having idle time available before we returning a Done action to
  /external/valgrind/drd/tests/
annotate_smart_pointer2.stderr.exp 11 Done.
hold_lock_2.stderr.exp 15 Done.
annotate_hb_err.stderr.exp 23 Done.
hold_lock_1.stderr.exp 25 Done.
  /art/compiler/optimizing/
ssa_phi_elimination.cc 37 for (HReversePostOrderIterator it(*graph_); !it.Done(); it.Advance()) {
39 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) {
70 for (HInputIterator it(phi); !it.Done(); it.Advance()) {
87 for (HPostOrderIterator it(*graph_); !it.Done(); it.Advance()) {
124 for (HReversePostOrderIterator it(*graph_); !it.Done(); it.Advance()) {
126 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) {
select_generator.cc 33 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
60 for (HInstructionIterator it(block->GetPhis()); !it.Done(); it.Advance()) {
79 for (HPostOrderIterator it(*graph_); !it.Done(); it.Advance()) {
ssa_builder.cc 28 for (HReversePostOrderIterator itb(*graph_); !itb.Done(); itb.Advance()) {
29 for (HInstructionIterator it(itb.Current()->GetInstructions()); !it.Done(); it.Advance()) {
60 for (HReversePostOrderIterator itb(*graph_); !itb.Done(); itb.Advance()) {
61 for (HInstructionIterator it(itb.Current()->GetPhis()); !it.Done(); it.Advance()) {
82 for (HReversePostOrderIterator it(*graph_); !it.Done(); it.Advance()) {
84 for (HInstructionIterator it_phis(block->GetPhis()); !it_phis.Done(); it_phis.Advance()) {
126 for (HInputIterator it(phi); !it.Done(); it.Advance()) {
238 for (HReversePostOrderIterator it(*graph_); !it.Done(); it.Advance()) {
241 for (HInstructionIterator phi_it(block->GetPhis()); !phi_it.Done(); phi_it.Advance()) {
248 for (HInstructionIterator phi_it(block->GetPhis()); !phi_it.Done(); phi_it.Advance())
    [all...]
ssa_liveness_analysis.cc 74 for (HReversePostOrderIterator it(*graph_); !it.Done(); it.Advance()) {
117 for (HLinearOrderIterator it(*graph_); !it.Done(); it.Advance()) {
121 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) {
138 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done();
160 for (HLinearOrderIterator it(*graph_); !it.Done(); it.Advance()) {
212 for (HLinearPostOrderIterator it(*graph_); !it.Done(); it.Advance()) {
233 for (HInstructionIterator phi_it(successor->GetPhis()); !phi_it.Done(); phi_it.Advance()) {
251 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done();
299 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) {
331 for (HPostOrderIterator it(*graph_); !it.Done(); it.Advance())
    [all...]
block_builder.cc 78 for (CodeItemIterator it(code_item_); !it.Done(); it.Advance()) {
87 for (DexSwitchTableIterator s_it(table); !s_it.Done(); s_it.Advance()) {
125 for (CodeItemIterator it(code_item_); !it.Done(); it.Advance()) {
161 for (DexSwitchTableIterator s_it(table); !s_it.Done(); s_it.Advance()) {
  /external/v8/src/
bit-vector.h 29 bool Done() const { return current_index_ >= target_->data_length_; }
33 DCHECK(!Done());
200 bool Done() const { return it_.Done(); }
223 for (Iterator it(&other, zone); !it.Done(); it.Advance()) {
  /external/v8/src/crankshaft/
hydrogen-dce.cc 52 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
72 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
lithium.h 559 bool Done() { return current_ >= limit_; }
562 DCHECK(!Done());
568 DCHECK(!Done());
601 bool Done() { return current_iterator_.Done(); }
604 DCHECK(!current_iterator_.Done());
616 while (current_iterator_.env() != NULL && current_iterator_.Done()) {
730 enum Status { UNUSED, BUILDING, DONE, ABORTED };
741 bool is_done() const { return status_ == DONE; }
811 inline bool Done();
    [all...]
hydrogen-uint32-analysis.cc 78 for (HUseIterator it(uint32val->uses()); !it.Done(); it.Advance()) {
98 for (HUseIterator it(uint32val->uses()); !it.Done(); it.Advance()) {
  /external/valgrind/helgrind/tests/
free_is_write.stderr.exp 28 Done.
  /external/chromium-trace/catapult/third_party/typ/typ/
pool.py 35 Done = 'Done'
39 values = [Request, Response, Close, Done, Error, Interrupt]
128 if msg_type == _MessageType.Done:
164 responses.put((_MessageType.Done,
  /external/libchrome/base/metrics/
histogram_samples.h 100 virtual bool Done() const = 0;
105 // Requires: !Done();
112 // Requires: !Done();
sample_map.h 56 bool Done() const override;
sample_vector_unittest.cc 212 EXPECT_TRUE(it.Done());
223 for (i = 1; !it2->Done(); i++, it2->Next()) {
249 EXPECT_TRUE(it->Done());
260 EXPECT_FALSE(it->Done());
sparse_histogram.cc 150 while (!it->Done()) {
165 while (!it->Done()) {
  /external/webrtc/webrtc/base/
task.h 38 // STATE_mysamestate. When you are done, return STATE_DONE and then the
61 // STATE_DONE - the task is done
155 void Done();
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 185 bool Done = true;
189 default: Done = false; break;
194 if (Done) break;
283 bool Done = true;
287 default: Done = false; break;
315 if (Done) break;
  /external/autotest/client/site_tests/video_WebRtcMediaRecorder/
mediarecorder_test_utils.js 13 console.log('Done waiting');
  /external/google-breakpad/src/tools/mac/upload_system_symbols/
upload_system_symbols.go 156 p.wg.Done()
187 // Done tells the queue that no more files need to be uploaded. This must be
189 func (uq *UploadQueue) Done() {
253 dq.uq.Done()
257 func (dq *DumpQueue) done() {
304 uq.Done()
330 dq.done()

Completed in 1713 milliseconds

1 23 4 5 6 7 8 91011>>