Home
last modified time | relevance | path

Searched refs:IsControl (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/compiler/
Dnode-properties.h65 static bool IsControl(Node* node) { in IsControl() function
Dgraph-visualizer.cc127 os_ << ",\"control\":" << (NodeProperties::IsControl(node) ? "true" in PrintNode()
Dbytecode-graph-builder.cc1936 if (NodeProperties::IsControl(result)) { in MakeNode()
Dast-graph-builder.cc4116 if (NodeProperties::IsControl(result)) { in MakeNode()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h217 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/
Dlithium-ia32.h216 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/
Dlithium-mips.h212 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/
Dlithium-x64.h212 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/
Dlithium-arm.h215 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/
Dlithium-mips64.h215 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/
Dlithium-ppc.h211 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/
Dlithium.cc335 if (instr->IsControl()) { in AddInstruction()
Dlithium-allocator.cc2033 !chunk_->instructions()->at(pos.InstructionIndex())->IsControl()); in SplitRangeAt()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h226 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