Home
last modified time | relevance | path

Searched refs:phase_ (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/compiler/
Dgraph-visualizer.h56 phase_(phase) {} in schedule_()
60 const char* phase_; member
66 : phase_(phase), data_(data) {} in phase_() function
67 const char* phase_; member
Dsimplified-lowering.cc346 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
Dgraph-visualizer.cc596 .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/
Dtrace_event_impl.cc49 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()
Dtrace_event_impl.h134 char phase() const { return phase_; } in phase()
181 char phase_; variable
/external/v8/src/crankshaft/
Dhydrogen-check-elimination.cc14 #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/
Dbasicportallocator.cc724 phase_(0) { in AllocationSequence()
815 << PHASE_NAMES[phase_]; in OnMessage()
817 switch (phase_) { in OnMessage()
843 ++phase_; in OnMessage()
Dbasicportallocator.h327 int phase_; variable