Home | Sort by relevance Sort by last modified time |
/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...] |