/external/v8/src/compiler/ |
D | node-properties.h | 65 static bool IsControl(Node* node) { in IsControl() function
|
D | graph-visualizer.cc | 127 os_ << ",\"control\":" << (NodeProperties::IsControl(node) ? "true" in PrintNode()
|
D | bytecode-graph-builder.cc | 1936 if (NodeProperties::IsControl(result)) { in MakeNode()
|
D | ast-graph-builder.cc | 4116 if (NodeProperties::IsControl(result)) { in MakeNode()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 217 virtual bool IsControl() const { return false; } in IsControl() function 243 (IsControl()); in ClobbersDoubleRegisters() 392 bool IsControl() const override { return true; } in IsControl() function 437 bool IsControl() const override { return true; } in IsControl() function 499 bool IsControl() const final { return true; } in IsControl() function
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 216 virtual bool IsControl() const { return false; } in IsControl() function 377 bool IsControl() const override { return true; } in IsControl() function 421 bool IsControl() const override { return true; } in IsControl() function 483 bool IsControl() const final { return true; } in IsControl() function
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 212 virtual bool IsControl() const { return false; } in IsControl() function 374 bool IsControl() const override { return true; } in IsControl() function 423 bool IsControl() const override { return true; } in IsControl() function 485 bool IsControl() const final { return true; } in IsControl() function
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 212 virtual bool IsControl() const { return false; } in IsControl() function 381 bool IsControl() const override { return true; } in IsControl() function 430 bool IsControl() const override { return true; } in IsControl() function 492 bool IsControl() const final { return true; } in IsControl() function
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 215 virtual bool IsControl() const { return false; } in IsControl() function 377 bool IsControl() const override { return true; } in IsControl() function 426 bool IsControl() const override { return true; } in IsControl() function 488 bool IsControl() const final { return true; } in IsControl() function
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 215 virtual bool IsControl() const { return false; } in IsControl() function 377 bool IsControl() const override { return true; } in IsControl() function 426 bool IsControl() const override { return true; } in IsControl() function 488 bool IsControl() const final { return true; } in IsControl() function
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 211 virtual bool IsControl() const { return false; } in IsControl() function 372 bool IsControl() const override { return true; } in IsControl() function 419 bool IsControl() const override { return true; } in IsControl() function 478 bool IsControl() const final { return true; } in IsControl() function
|
/external/v8/src/crankshaft/ |
D | lithium.cc | 335 if (instr->IsControl()) { in AddInstruction()
|
D | lithium-allocator.cc | 2033 !chunk_->instructions()->at(pos.InstructionIndex())->IsControl()); in SplitRangeAt()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 226 virtual bool IsControl() const { return false; } in IsControl() function 326 bool IsControl() const final { return true; } in IsControl() function 461 bool IsControl() const override { return true; } in IsControl() function 1266 bool IsControl() const override { return true; } in IsControl() function
|