HomeSort by relevance Sort by last modified time
    Searched full:phase_ (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/v8/src/
hydrogen-check-elimination.cc 36 #define INC_STAT(x) phase_->x++
63 : phase_(phase),
121 HCheckTable* copy = new(phase_->zone()) HCheckTable(phase_);
128 new_entry->maps_ = old_entry->maps_->Copy(phase_->zone());
140 MapSet list = new(phase_->zone()) UniqueSet<Map>();
141 list->Add(cmp->map(), phase_->zone());
167 that_entry->maps_, phase_->zone());
182 MapSet i = instr->map_set().Copy(phase_->zone());
194 i = i->Intersect(a, phase_->zone())
428 HCheckEliminationPhase* phase_; member in class:v8::internal::HCheckTable
    [all...]
  /external/chromium_org/ui/events/
event.cc 133 // CHECK(phase_ != EP_PREDISPATCH && phase_ != EP_POSTDISPATCH);
141 // CHECK(phase_ != EP_PREDISPATCH && phase_ != EP_POSTDISPATCH);
156 phase_(EP_PREDISPATCH),
172 phase_(EP_PREDISPATCH),
201 phase_(EP_PREDISPATCH),
event.h 38 void set_phase(EventPhase phase) { event_->phase_ = phase; }
62 EventPhase phase() const { return phase_; }
232 EventPhase phase_; member in class:ui::Event
  /external/chromium_org/base/debug/
trace_event_android.cc 128 switch (phase_) {
trace_event_impl.cc 485 phase_(TRACE_EVENT_PHASE_BEGIN),
503 phase_ = other.phase_;
536 phase_ = phase;
685 phase_,
703 if (phase_ == TRACE_EVENT_PHASE_COMPLETE) {
726 if (phase_ == TRACE_EVENT_PHASE_INSTANT) {
    [all...]
trace_event_impl.h 141 char phase() const { return phase_; }
179 char phase_; member in class:base::debug::TraceEvent
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 167 int phase_; member in class:cricket::AllocationSequence
714 phase_(0) {
796 << PHASE_NAMES[phase_];
798 switch (phase_) {
824 ++phase_;
    [all...]
  /external/chromium_org/net/base/
net_log.cc 136 entry_dict->SetInteger("phase", static_cast<int>(phase_));
163 phase_(phase),
net_log.h 135 EventPhase phase() const { return phase_; }
149 const EventPhase phase_; member in class:net::NetLog::Entry
  /external/stressapptest/src/
worker.cc     [all...]
worker.h 802 int phase_; member in class:MemoryRegionThread

Completed in 164 milliseconds