Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-properties.h65 static bool IsControl(Node* node) { in IsControl() function
Dgraph-visualizer.cc150 os_ << ",\"control\":" << (NodeProperties::IsControl(node) ? "true" in PrintNode()
Deffect-control-linearizer.cc72 DCHECK(NodeProperties::IsControl(control)); in UpdateBlockControl()
131 DCHECK(NodeProperties::IsControl(control)); in Run()
Dbytecode-graph-builder.cc1636 if (NodeProperties::IsControl(result)) { in MakeNode()
Dast-graph-builder.cc4151 if (NodeProperties::IsControl(result)) { in MakeNode()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h209 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/
Dlithium-mips64.h208 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/
Dlithium-arm.h207 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/
Dlithium-s390.h201 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/
Dlithium-x64.h206 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/
Dlithium-mips.h205 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/
Dlithium-ppc.h205 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/
Dlithium-ia32.h210 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/
Dlithium-arm64.h218 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/
Dlithium.cc328 if (instr->IsControl()) { in AddInstruction()
Dlithium-allocator.cc2026 !chunk_->instructions()->at(pos.InstructionIndex())->IsControl()); in SplitRangeAt()