Searched defs:phase_ (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/compiler/
H A Dgraph-visualizer.h56 phase_(phase) {}
60 const char* phase_; member in struct:v8::internal::compiler::AsC1V
66 : phase_(phase), data_(data) {}
67 const char* phase_; member in struct:v8::internal::compiler::AsC1VRegisterAllocationData
H A Dsimplified-lowering.cc346 phase_(PROPAGATE),
356 phase_ = PROPAGATE;
373 phase_ = LOWER;
413 if (phase_ != PROPAGATE) return;
446 bool lower() { return phase_ == LOWER; }
562 if (phase_ == PROPAGATE) {
790 if (phase_ == PROPAGATE) {
1478 Phase phase_; // current phase of algorithm member in class:v8::internal::compiler::RepresentationSelector
/external/libchrome/base/trace_event/
H A Dtrace_event_impl.h134 char phase() const { return phase_; }
181 char phase_; member in class:base::trace_event::TraceEvent
/external/webrtc/webrtc/p2p/client/
H A Dbasicportallocator.h327 int phase_; member in class:cricket::AllocationSequence
/external/v8/src/crankshaft/
H A Dhydrogen-check-elimination.cc14 #define INC_STAT(x) phase_->x++
79 : phase_(phase),
177 HCheckTable* copy = new(zone) HCheckTable(phase_);
697 if (phase_->aliasing_->MayAlias(entry->object_, object)) {
768 if (phase_->aliasing_->MustAlias(entry->object_, object)) return entry;
795 Zone* zone() const { return phase_->zone(); }
796 MapSet string_maps() const { return phase_->string_maps(); }
801 HCheckEliminationPhase* phase_; member in class:v8::internal::HCheckTable

Completed in 213 milliseconds