Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-properties.h66 static bool IsControl(Node* node) { 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/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/s390/
Dlithium-s390.h193 virtual bool IsControl() const { return false; } in IsControl() function
358 bool IsControl() const override { return true; } in IsControl() function
400 bool IsControl() const override { return true; } in IsControl() function
444 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/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/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/x87/
Dlithium-x87.h201 virtual bool IsControl() const { return false; } in IsControl() function
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/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