Searched defs:IsInteger32Constant (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc500 bool HValue::IsInteger32Constant() { function in class:v8::internal::HValue
511 return IsInteger32Constant() && GetInteger32Constant() == value;
1717 if (bitwise->right()->IsInteger32Constant()) {
1720 } else if (bitwise->left()->IsInteger32Constant()) {
1740 if (add->right()->IsInteger32Constant()) {
1742 } else if (add->left()->IsInteger32Constant()) {
1747 if (sub->right()->IsInteger32Constant()) {
1904 operation->right()->IsInteger32Constant()) {
1907 operation->left()->IsInteger32Constant()) {
1913 operation->right()->IsInteger32Constant()) {
[all...]
/external/chromium_org/v8/src/x64/
H A Dlithium-codegen-x64.cc406 bool LCodeGen::IsInteger32Constant(LConstantOperand* op) const { function in class:v8::internal::LCodeGen
3949 if (IsInteger32Constant(operand_value)) {
4223 if (IsInteger32Constant(operand_value)) {
/external/v8/src/x64/
H A Dlithium-codegen-x64.cc310 bool LCodeGen::IsInteger32Constant(LConstantOperand* op) const { function in class:v8::internal::LCodeGen

Completed in 150 milliseconds