Searched defs:IsSmi (Results 1 - 11 of 11) sorted by relevance

/external/v8/src/interpreter/
H A Dinterpreter-intrinsics.cc197 Node* IntrinsicsHelper::IsSmi(Node* input, Node* arg_count, Node* context) { function in class:v8::internal::interpreter::IntrinsicsHelper
/external/v8/src/
H A Dproperty-details.h180 bool IsSmi() const { return kind_ == kSmi; } function in class:v8::internal::Representation
181 bool IsSmiOrTagged() const { return IsSmi() || IsTagged(); }
183 bool IsSmiOrInteger32() const { return IsSmi() || IsInteger32(); }
190 IsSmi() || IsInteger32() || IsDouble();
H A Dobjects.h1416 bool Object::IsSmi() const { return HAS_SMI_TAG(this); } function in class:v8::internal::Object
3917 return !get(kNextTableIndex)->IsSmi();
/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.cc471 bool LCodeGen::IsSmi(LConstantOperand* op) const { function in class:v8::internal::LCodeGen
472 return chunk_->LookupLiteralRepresentation(op).IsSmi();
509 if (r.IsSmi()) {
1524 if (instr->hydrogen()->representation().IsSmi()) {
1533 if (instr->hydrogen()->representation().IsSmi()) {
1654 if (instr->hydrogen_value()->representation().IsSmi() &&
2023 if (r.IsInteger32() || r.IsSmi()) {
2043 } else if (type.IsSmi()) {
2235 if (instr->hydrogen_value()->representation().IsSmi()) {
2242 if (instr->hydrogen_value()->representation().IsSmi()) {
[all...]
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.cc1052 if (r.IsSmi()) {
1162 bool LCodeGen::IsSmi(LConstantOperand* op) const { function in class:v8::internal::LCodeGen
1163 return chunk_->LookupLiteralRepresentation(op).IsSmi();
1749 } else if (r.IsSmi()) {
1766 } else if (type.IsSmi()) {
2338 DCHECK(instr->hydrogen_value()->representation().IsSmi());
3115 bool key_is_smi = instr->hydrogen()->key()->representation().IsSmi();
3251 bool key_is_tagged = instr->hydrogen()->key()->representation().IsSmi();
3291 bool key_is_tagged = instr->hydrogen()->key()->representation().IsSmi();
3369 if (access.representation().IsSmi()
[all...]
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.cc448 bool LCodeGen::IsSmi(LConstantOperand* op) const { function in class:v8::internal::LCodeGen
449 return chunk_->LookupLiteralRepresentation(op).IsSmi();
1293 if (instr->hydrogen()->representation().IsSmi()) {
1428 if (instr->hydrogen_value()->representation().IsSmi() &&
1842 } else if (type.IsSmi()) {
2519 if (object->IsSmi()) {
2753 if (key_representation.IsSmi() && (shift_size >= 1)) {
3374 if (exponent_type.IsSmi()) {
3641 DCHECK(!representation.IsSmi() ||
3643 IsSmi(LConstantOperan
[all...]
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.cc400 } else if (r.IsSmi()) {
468 bool LCodeGen::IsSmi(LConstantOperand* op) const { function in class:v8::internal::LCodeGen
469 return chunk_->LookupLiteralRepresentation(op).IsSmi();
506 if (r.IsSmi()) {
1393 if (instr->hydrogen()->representation().IsSmi()) {
1402 if (instr->hydrogen()->representation().IsSmi()) {
1524 if (instr->hydrogen_value()->representation().IsSmi() &&
1901 if (r.IsInteger32() || r.IsSmi()) {
1918 } else if (type.IsSmi()) {
2116 if (instr->hydrogen_value()->representation().IsSmi()) {
[all...]
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.cc383 } else if (r.IsSmi()) {
451 bool LCodeGen::IsSmi(LConstantOperand* op) const { function in class:v8::internal::LCodeGen
452 return chunk_->LookupLiteralRepresentation(op).IsSmi();
491 if (r.IsSmi()) {
1620 if (instr->hydrogen_value()->representation().IsSmi()) {
2020 if (r.IsInteger32() || r.IsSmi()) {
2037 } else if (type.IsSmi()) {
2234 if (instr->hydrogen_value()->representation().IsSmi()) {
2243 if (instr->hydrogen_value()->representation().IsSmi()) {
2728 if (representation.IsSmi()
[all...]
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.cc417 if (IsSmi(const_op)) {
443 bool LCodeGen::IsSmi(LConstantOperand* op) const { function in class:v8::internal::LCodeGen
444 return chunk_->LookupLiteralRepresentation(op).IsSmi();
481 if (r.IsSmi()) {
1389 if (instr->hydrogen()->representation().IsSmi()) {
1411 if (instr->hydrogen()->representation().IsSmi()) {
1464 if (instr->hydrogen()->representation().IsSmi()) {
1473 if (instr->hydrogen()->representation().IsSmi()) {
1478 if (instr->hydrogen()->representation().IsSmi()) {
1490 if (instr->hydrogen()->representation().IsSmi()) {
[all...]
/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.cc398 if (IsSmi(const_op)) {
420 bool LCodeGen::IsSmi(LConstantOperand* op) const { function in class:v8::internal::LCodeGen
421 return chunk_->LookupLiteralRepresentation(op).IsSmi();
453 if (r.IsSmi()) {
1332 if (instr->hydrogen()->representation().IsSmi()) {
1352 if (instr->hydrogen()->representation().IsSmi()) {
1405 if (instr->hydrogen()->representation().IsSmi()) {
1415 if (instr->hydrogen()->representation().IsSmi()) {
1420 if (instr->hydrogen()->representation().IsSmi()) {
1434 if (instr->hydrogen()->representation().IsSmi()) {
[all...]
/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.cc716 bool LCodeGen::IsSmi(LConstantOperand* op) const { function in class:v8::internal::LCodeGen
717 return chunk_->LookupLiteralRepresentation(op).IsSmi();
1594 if (instr->hydrogen()->representation().IsSmi()) {
1729 if (instr->hydrogen_value()->representation().IsSmi() &&
2118 } else if (type.IsSmi()) {
2798 if (object->IsSmi()) {
3029 if (key_representation.IsSmi() && (shift_size >= 1)) {
3613 if (exponent_type.IsSmi()) {
3917 DCHECK(!representation.IsSmi() ||
3919 IsSmi(LConstantOperan
[all...]

Completed in 920 milliseconds