/external/v8/src/compiler/ |
D | node-properties.h | 65 static bool IsControl(Node* node) { in IsControl() function
|
D | graph-visualizer.cc | 150 os_ << ",\"control\":" << (NodeProperties::IsControl(node) ? "true" in PrintNode()
|
D | effect-control-linearizer.cc | 72 DCHECK(NodeProperties::IsControl(control)); in UpdateBlockControl() 131 DCHECK(NodeProperties::IsControl(control)); in Run()
|
D | bytecode-graph-builder.cc | 1636 if (NodeProperties::IsControl(result)) { in MakeNode()
|
D | ast-graph-builder.cc | 4151 if (NodeProperties::IsControl(result)) { in MakeNode()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 209 virtual bool IsControl() const { return false; } in IsControl() function 242 (IsControl()); in ClobbersDoubleRegisters() 393 bool IsControl() const override { return true; } in IsControl() function 438 bool IsControl() const override { return true; } in IsControl() function 487 bool IsControl() const final { return true; } in IsControl() function
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 208 virtual bool IsControl() const { return false; } in IsControl() function 379 bool IsControl() const override { return true; } in IsControl() function 428 bool IsControl() const override { return true; } in IsControl() function 477 bool IsControl() const final { return true; } in IsControl() function
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 207 virtual bool IsControl() const { return false; } in IsControl() function 378 bool IsControl() const override { return true; } in IsControl() function 427 bool IsControl() const override { return true; } in IsControl() function 476 bool IsControl() const final { return true; } in IsControl() function
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 201 virtual bool IsControl() const { return false; } in IsControl() function 366 bool IsControl() const override { return true; } in IsControl() function 408 bool IsControl() const override { return true; } in IsControl() function 452 bool IsControl() const final { return true; } in IsControl() function
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 206 virtual bool IsControl() const { return false; } in IsControl() function 384 bool IsControl() const override { return true; } in IsControl() function 433 bool IsControl() const override { return true; } in IsControl() function 482 bool IsControl() const final { return true; } in IsControl() function
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 205 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/ppc/ |
D | lithium-ppc.h | 205 virtual bool IsControl() const { return false; } in IsControl() function 375 bool IsControl() const override { return true; } in IsControl() function 422 bool IsControl() const override { return true; } in IsControl() function 470 bool IsControl() const final { return true; } in IsControl() function
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 210 virtual bool IsControl() const { return false; } in IsControl() function 380 bool IsControl() const override { return true; } in IsControl() function 424 bool IsControl() const override { return true; } in IsControl() function 473 bool IsControl() const final { return true; } in IsControl() function
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 218 virtual bool IsControl() const { return false; } in IsControl() function 327 bool IsControl() const final { return true; } in IsControl() function 462 bool IsControl() const override { return true; } in IsControl() function 1196 bool IsControl() const override { return true; } in IsControl() function
|
/external/v8/src/crankshaft/ |
D | lithium.cc | 328 if (instr->IsControl()) { in AddInstruction()
|
D | lithium-allocator.cc | 2026 !chunk_->instructions()->at(pos.InstructionIndex())->IsControl()); in SplitRangeAt()
|