Searched refs:phase_ (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/compiler/ |
D | graph-visualizer.h | 56 phase_(phase) {} in schedule_() 60 const char* phase_; member 66 : phase_(phase), data_(data) {} in phase_() function 67 const char* phase_; member
|
D | simplified-lowering.cc | 346 phase_(PROPAGATE), in RepresentationSelector() 356 phase_ = PROPAGATE; in Run() 373 phase_ = LOWER; in Run() 413 if (phase_ != PROPAGATE) return; in EnqueueInput() 446 bool lower() { return phase_ == LOWER; } in lower() 562 if (phase_ == PROPAGATE) { in ProcessInput() 790 if (phase_ == PROPAGATE) { in VisitStateValues() 1478 Phase phase_; // current phase of algorithm member in v8::internal::compiler::RepresentationSelector
|
D | graph-visualizer.cc | 596 .PrintSchedule(ac.phase_, ac.schedule_, ac.positions_, ac.instructions_); in operator <<() 604 GraphC1Visualizer(os, &tmp_zone).PrintLiveRanges(ac.phase_, ac.data_); in operator <<()
|
/external/libchrome/base/trace_event/ |
D | trace_event_impl.cc | 49 phase_(TRACE_EVENT_PHASE_BEGIN) { in TraceEvent() 69 phase_ = other.phase_; in CopyFrom() 103 phase_ = phase; in Initialize() 294 process_id, thread_id, time_int64, phase_, category_group_name, in AppendAsJSON() 333 if (phase_ == TRACE_EVENT_PHASE_COMPLETE) { in AppendAsJSON() 374 if (phase_ == TRACE_EVENT_PHASE_INSTANT) { in AppendAsJSON()
|
D | trace_event_impl.h | 134 char phase() const { return phase_; } in phase() 181 char phase_; variable
|
/external/v8/src/crankshaft/ |
D | hydrogen-check-elimination.cc | 14 #define INC_STAT(x) phase_->x++ 79 : phase_(phase), in HCheckTable() 177 HCheckTable* copy = new(zone) HCheckTable(phase_); in Copy() 697 if (phase_->aliasing_->MayAlias(entry->object_, object)) { in Kill() 768 if (phase_->aliasing_->MustAlias(entry->object_, object)) return entry; in Find() 795 Zone* zone() const { return phase_->zone(); } in zone() 796 MapSet string_maps() const { return phase_->string_maps(); } in string_maps() 801 HCheckEliminationPhase* phase_; member in v8::internal::HCheckTable
|
/external/webrtc/webrtc/p2p/client/ |
D | basicportallocator.cc | 724 phase_(0) { in AllocationSequence() 815 << PHASE_NAMES[phase_]; in OnMessage() 817 switch (phase_) { in OnMessage() 843 ++phase_; in OnMessage()
|
D | basicportallocator.h | 327 int phase_; variable
|