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

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc523 bool HValue::IsInteger32Constant() { function in class:v8::internal::HValue
534 return IsInteger32Constant() && GetInteger32Constant() == value;
1863 if (bitwise->right()->IsInteger32Constant()) {
1866 } else if (bitwise->left()->IsInteger32Constant()) {
1886 if (add->right()->IsInteger32Constant()) {
1888 } else if (add->left()->IsInteger32Constant()) {
1893 if (sub->right()->IsInteger32Constant()) {
2050 operation->right()->IsInteger32Constant()) {
2053 operation->left()->IsInteger32Constant()) {
2059 operation->right()->IsInteger32Constant()) {
[all...]
/external/chromium_org/v8/src/x64/
H A Dlithium-codegen-x64.cc395 bool LCodeGen::IsInteger32Constant(LConstantOperand* op) const { function in class:v8::internal::LCodeGen
3989 if (IsInteger32Constant(operand_value)) {
4269 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 187 milliseconds