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

  /external/v8/src/compiler/
graph-visualizer.h 56 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
graph-visualizer.cc 596 .PrintSchedule(ac.phase_, ac.schedule_, ac.positions_, ac.instructions_);
604 GraphC1Visualizer(os, &tmp_zone).PrintLiveRanges(ac.phase_, ac.data_);
simplified-lowering.cc 346 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
    [all...]
  /external/libchrome/base/trace_event/
trace_event_impl.cc 49 phase_(TRACE_EVENT_PHASE_BEGIN) {
69 phase_ = other.phase_;
103 phase_ = phase;
294 process_id, thread_id, time_int64, phase_, category_group_name,
333 if (phase_ == TRACE_EVENT_PHASE_COMPLETE) {
374 if (phase_ == TRACE_EVENT_PHASE_INSTANT) {
trace_event_impl.h 134 char phase() const { return phase_; }
181 char phase_; member in class:base::trace_event::TraceEvent
  /external/v8/src/crankshaft/
hydrogen-check-elimination.cc 14 #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
  /external/webrtc/webrtc/p2p/client/
basicportallocator.cc 724 phase_(0) {
815 << PHASE_NAMES[phase_];
817 switch (phase_) {
843 ++phase_;
    [all...]
basicportallocator.h 327 int phase_; member in class:cricket::AllocationSequence

Completed in 2435 milliseconds