Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-properties-inl.h147 inline bool NodeProperties::IsControl(Node* node) { in IsControl() function
Dinstruction.h469 bool IsControl() const { return IsControlField::decode(bit_field_); } in IsControl() function
/external/v8/src/mips64/
Dlithium-mips64.h221 virtual bool IsControl() const { return false; } in IsControl() function
387 virtual bool IsControl() const OVERRIDE { return true; } in IsControl() function
430 virtual bool IsControl() const OVERRIDE { return true; } in IsControl() function
519 virtual bool IsControl() const FINAL OVERRIDE { return true; } in IsControl() function
/external/v8/src/mips/
Dlithium-mips.h222 virtual bool IsControl() const { return false; } in IsControl() function
388 virtual bool IsControl() const OVERRIDE { return true; } in IsControl() function
431 virtual bool IsControl() const OVERRIDE { return true; } in IsControl() function
520 virtual bool IsControl() const FINAL OVERRIDE { return true; } in IsControl() function
/external/v8/src/ia32/
Dlithium-ia32.h226 virtual bool IsControl() const { return false; } in IsControl() function
391 virtual bool IsControl() const OVERRIDE { return true; } in IsControl() function
429 virtual bool IsControl() const OVERRIDE { return true; } in IsControl() function
518 virtual bool IsControl() const FINAL OVERRIDE { return true; } in IsControl() function
/external/v8/src/x87/
Dlithium-x87.h227 virtual bool IsControl() const { return false; } in IsControl() function
408 virtual bool IsControl() const OVERRIDE { return true; } in IsControl() function
447 virtual bool IsControl() const OVERRIDE { return true; } in IsControl() function
536 virtual bool IsControl() const FINAL OVERRIDE { return true; } in IsControl() function
/external/v8/src/x64/
Dlithium-x64.h222 virtual bool IsControl() const { return false; } in IsControl() function
396 virtual bool IsControl() const OVERRIDE { return true; } in IsControl() function
439 virtual bool IsControl() const OVERRIDE { return true; } in IsControl() function
528 virtual bool IsControl() const FINAL OVERRIDE { return true; } in IsControl() function
/external/v8/src/arm/
Dlithium-arm.h225 virtual bool IsControl() const { return false; } in IsControl() function
391 virtual bool IsControl() const OVERRIDE { return true; } in IsControl() function
434 virtual bool IsControl() const OVERRIDE { return true; } in IsControl() function
520 virtual bool IsControl() const FINAL OVERRIDE { return true; } in IsControl() function
/external/v8/src/arm64/
Dlithium-arm64.h236 virtual bool IsControl() const { return false; } in IsControl() function
363 virtual bool IsControl() const FINAL OVERRIDE { return true; } in IsControl() function
498 virtual bool IsControl() const OVERRIDE { return true; } in IsControl() function
1316 virtual bool IsControl() const OVERRIDE { return true; } in IsControl() function