Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-properties.h67 static bool IsControl(Node* node) { in IsControl() function
Dgraph-visualizer.cc165 os_ << ",\"control\":" << (NodeProperties::IsControl(node) ? "true" in PrintNode()
Deffect-control-linearizer.cc99 DCHECK(NodeProperties::IsControl(control)); in UpdateBlockControl()
318 DCHECK(NodeProperties::IsControl(control)); in Run()
Dbytecode-graph-builder.cc2291 if (NodeProperties::IsControl(result)) { in MakeNode()
Dast-graph-builder.cc2934 if (NodeProperties::IsControl(result)) { in MakeNode()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h201 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/
Dlithium-mips64.h200 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/
Dlithium-x64.h198 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/
Dlithium-arm.h199 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/
Dlithium-s390.h192 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/
Dlithium-ia32.h202 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/
Dlithium-ppc.h197 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/
Dlithium-mips.h197 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/
Dlithium-arm64.h210 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/
Dlithium.cc329 if (instr->IsControl()) { in AddInstruction()
Dlithium-allocator.cc2027 !chunk_->instructions()->at(pos.InstructionIndex())->IsControl()); in SplitRangeAt()