Searched refs:kDone (Results 1 – 14 of 14) sorted by relevance
/external/v8/src/heap/ |
D | memory-reducer.cc | 134 return State(kDone, 0, 0, state.last_gc_time_ms, 0); in Step() 137 case kDone: in Step() 165 return State(kDone, kMaxNumberOfGCs, 0.0, state.last_gc_time_ms, in Step() 193 return State(kDone, kMaxNumberOfGCs, 0.0, event.time_ms, in Step() 199 return State(kDone, 0, 0, 0.0, 0); // Make the compiler happy. in Step() 213 void MemoryReducer::TearDown() { state_ = State(kDone, 0, 0, 0.0, 0); } in TearDown()
|
D | memory-reducer.h | 85 enum Action { kDone, kWait, kRun }; enumerator 115 state_(kDone, 0, 0.0, 0.0, 0), in MemoryReducer() 142 return state_.action == kDone && state_.started_gcs > 0; in ShouldGrowHeapSlowly()
|
/external/v8/src/ |
D | source-position-table.h | 80 bool done() const { return index_ == kDone; } in done() 83 static const int kDone = -1;
|
D | source-position-table.cc | 179 index_ = kDone; in Advance()
|
D | interface-descriptors.h | 508 DEFINE_PARAMETERS(kValue, kDone)
|
/external/libpng/contrib/gregbook/ |
D | readpng2.h | 75 kDone enumerator
|
D | rpng2-win.c | 583 if (error || incount != INBUFSIZE || rpng2_info.state == kDone) { in WinMain() 584 if (rpng2_info.state == kDone) { in WinMain() 1176 rpng2_info.state = kDone; in rpng2_win_finish_display()
|
D | rpng2-x.c | 604 if (error || incount != INBUFSIZE || rpng2_info.state == kDone) { in main() 605 if (rpng2_info.state == kDone) { in main() 1602 rpng2_info.state = kDone; in rpng2_x_finish_display()
|
/external/webrtc/webrtc/modules/bitrate_controller/ |
D | send_side_bandwidth_estimation.h | 51 enum UmaState { kNoUpdate, kFirstDone, kDone }; enumerator
|
D | send_side_bandwidth_estimation.cc | 167 uma_update_state_ = kDone; in UpdateUmaStats()
|
/external/v8/src/compiler-dispatcher/ |
D | compiler-dispatcher-job.cc | 122 status_ == CompileJobStatus::kDone); in ~CompilerDispatcherJob() 411 status_ = CompileJobStatus::kDone; in FinalizeCompilingOnMainThread() 468 case CompileJobStatus::kDone: in EstimateRuntimeOfNextStepInMs()
|
D | compiler-dispatcher-job.h | 42 kDone, enumerator
|
D | compiler-dispatcher.cc | 64 case CompileJobStatus::kDone: in DoNextStepOnMainThread() 78 return job->status() == CompileJobStatus::kDone || in IsFinished() 691 PrintF(": %s\n", job->second->status() == CompileJobStatus::kDone in DoIdleWork()
|
/external/v8/src/builtins/ |
D | builtins-object.cc | 894 Node* const done = Parameter(Descriptor::kDone); in TF_BUILTIN()
|