HomeSort by relevance Sort by last modified time
    Searched refs:IsControl (Results 1 - 17 of 17) sorted by null

  /external/v8/src/compiler/
node-properties.h 33 static inline bool IsControl(Node* node);
schedule.cc 53 if (!NodeProperties::IsControl(node)) {
graph-visualizer.cc 187 if (FLAG_trace_turbo_types && !NodeProperties::IsControl(node)) {
node-properties-inl.h 147 inline bool NodeProperties::IsControl(Node* node) {
instruction.cc 343 if (instr->IsControl()) instructions_.push_back(gap);
346 if (!instr->IsControl()) instructions_.push_back(gap);
verifier.cc 250 CHECK(!NodeProperties::IsControl(*it) ||
instruction.h 469 bool IsControl() const { return IsControlField::decode(bit_field_); }
register-allocator.cc     [all...]
  /external/v8/src/x87/
lithium-x87.h 227 virtual bool IsControl() const { return false; }
255 (IsControl());
408 virtual bool IsControl() const OVERRIDE { return true; }
447 virtual bool IsControl() const OVERRIDE { return true; }
536 virtual bool IsControl() const FINAL OVERRIDE { return true; }
    [all...]
  /external/v8/src/arm/
lithium-arm.h 225 virtual bool IsControl() const { return false; }
391 virtual bool IsControl() const OVERRIDE { return true; }
434 virtual bool IsControl() const OVERRIDE { return true; }
520 virtual bool IsControl() const FINAL OVERRIDE { return true; }
    [all...]
  /external/v8/src/arm64/
lithium-arm64.h 236 virtual bool IsControl() const { return false; }
363 virtual bool IsControl() const FINAL OVERRIDE { return true; }
498 virtual bool IsControl() const OVERRIDE { return true; }
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 226 virtual bool IsControl() const { return false; }
391 virtual bool IsControl() const OVERRIDE { return true; }
429 virtual bool IsControl() const OVERRIDE { return true; }
518 virtual bool IsControl() const FINAL OVERRIDE { return true; }
    [all...]
  /external/v8/src/
lithium.cc 339 if (instr->IsControl()) {
lithium-allocator.cc     [all...]
  /external/v8/src/mips/
lithium-mips.h 222 virtual bool IsControl() const { return false; }
388 virtual bool IsControl() const OVERRIDE { return true; }
431 virtual bool IsControl() const OVERRIDE { return true; }
520 virtual bool IsControl() const FINAL OVERRIDE { return true; }
    [all...]
  /external/v8/src/mips64/
lithium-mips64.h 221 virtual bool IsControl() const { return false; }
387 virtual bool IsControl() const OVERRIDE { return true; }
430 virtual bool IsControl() const OVERRIDE { return true; }
519 virtual bool IsControl() const FINAL OVERRIDE { return true; }
    [all...]
  /external/v8/src/x64/
lithium-x64.h 222 virtual bool IsControl() const { return false; }
396 virtual bool IsControl() const OVERRIDE { return true; }
439 virtual bool IsControl() const OVERRIDE { return true; }
528 virtual bool IsControl() const FINAL OVERRIDE { return true; }
    [all...]

Completed in 235 milliseconds