/external/v8/src/compiler/ |
D | node-properties.h | 67 static bool IsControl(Node* node) { in IsControl() function
|
D | graph-visualizer.cc | 165 os_ << ",\"control\":" << (NodeProperties::IsControl(node) ? "true" in PrintNode()
|
D | effect-control-linearizer.cc | 99 DCHECK(NodeProperties::IsControl(control)); in UpdateBlockControl() 318 DCHECK(NodeProperties::IsControl(control)); in Run()
|
D | bytecode-graph-builder.cc | 2291 if (NodeProperties::IsControl(result)) { in MakeNode()
|
D | ast-graph-builder.cc | 2934 if (NodeProperties::IsControl(result)) { in MakeNode()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 201 virtual bool IsControl() const { return false; } in IsControl() function 234 (IsControl()); in ClobbersDoubleRegisters() 385 bool IsControl() const override { return true; } in IsControl() function 430 bool IsControl() const override { return true; } in IsControl() function 479 bool IsControl() const final { return true; } in IsControl() function
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 200 virtual bool IsControl() const { return false; } in IsControl() function 371 bool IsControl() const override { return true; } in IsControl() function 420 bool IsControl() const override { return true; } in IsControl() function 469 bool IsControl() const final { return true; } in IsControl() function
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 198 virtual bool IsControl() const { return false; } in IsControl() function 376 bool IsControl() const override { return true; } in IsControl() function 425 bool IsControl() const override { return true; } in IsControl() function 474 bool IsControl() const final { return true; } in IsControl() function
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 199 virtual bool IsControl() const { return false; } in IsControl() function 370 bool IsControl() const override { return true; } in IsControl() function 419 bool IsControl() const override { return true; } in IsControl() function 468 bool IsControl() const final { return true; } in IsControl() function
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 192 virtual bool IsControl() const { return false; } in IsControl() function 357 bool IsControl() const override { return true; } in IsControl() function 399 bool IsControl() const override { return true; } in IsControl() function 443 bool IsControl() const final { return true; } in IsControl() function
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 202 virtual bool IsControl() const { return false; } in IsControl() function 372 bool IsControl() const override { return true; } in IsControl() function 416 bool IsControl() const override { return true; } in IsControl() function 465 bool IsControl() const final { return true; } in IsControl() function
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 197 virtual bool IsControl() const { return false; } in IsControl() function 367 bool IsControl() const override { return true; } in IsControl() function 414 bool IsControl() const override { return true; } in IsControl() function 462 bool IsControl() const final { return true; } in IsControl() function
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 197 virtual bool IsControl() const { return false; } in IsControl() function 368 bool IsControl() const override { return true; } in IsControl() function 417 bool IsControl() const override { return true; } in IsControl() function 466 bool IsControl() const final { return true; } in IsControl() function
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 210 virtual bool IsControl() const { return false; } in IsControl() function 319 bool IsControl() const final { return true; } in IsControl() function 454 bool IsControl() const override { return true; } in IsControl() function 1175 bool IsControl() const override { return true; } in IsControl() function
|
/external/v8/src/crankshaft/ |
D | lithium.cc | 329 if (instr->IsControl()) { in AddInstruction()
|
D | lithium-allocator.cc | 2027 !chunk_->instructions()->at(pos.InstructionIndex())->IsControl()); in SplitRangeAt()
|