Searched defs:phase_ (Results 1 - 6 of 6) sorted by path

/external/chromium_org/base/debug/
H A Dtrace_event_impl.h137 char phase() const { return phase_; }
175 char phase_; member in class:base::debug::TraceEvent
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_register_job.h132 Phase phase_; member in class:content::ServiceWorkerRegisterJob
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dbasicportallocator.cc168 int phase_; member in class:cricket::AllocationSequence
711 phase_(0) {
798 << PHASE_NAMES[phase_];
800 switch (phase_) {
826 ++phase_;
/external/chromium_org/ui/events/
H A Devent.h41 void set_phase(EventPhase phase) { event_->phase_ = phase; }
65 EventPhase phase() const { return phase_; }
232 EventPhase phase_; member in class:ui::Event
/external/chromium_org/v8/src/
H A Dhydrogen-check-elimination.cc14 #define INC_STAT(x) phase_->x++
79 : phase_(phase),
177 HCheckTable* copy = new(zone) HCheckTable(phase_);
688 if (phase_->aliasing_->MayAlias(entry->object_, object)) {
759 if (phase_->aliasing_->MustAlias(entry->object_, object)) return entry;
786 Zone* zone() const { return phase_->zone(); }
787 MapSet string_maps() const { return phase_->string_maps(); }
792 HCheckEliminationPhase* phase_; member in class:v8::internal::HCheckTable
/external/stressapptest/src/
H A Dworker.h802 int phase_; member in class:MemoryRegionThread

Completed in 461 milliseconds