Home
last modified time | relevance | path

Searched defs:IsControl (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/compiler/
Dnode-properties.h65 static bool IsControl(Node* node) { 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/x87/
Dlithium-x87.h217 virtual bool IsControl() const { return false; } in IsControl() function
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/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/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