Searched defs:IsControl (Results 1 - 8 of 8) sorted by relevance

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

Completed in 290 milliseconds