HomeSort by relevance Sort by last modified time
    Searched refs:IsSmi (Results 51 - 75 of 155) sorted by null

1 23 4 5 6 7

  /external/v8/src/crankshaft/
hydrogen-instructions.h 526 if (t.IsSmi()) return Representation::Smi();
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 383 } else if (r.IsSmi()) {
451 bool LCodeGen::IsSmi(LConstantOperand* op) const {
452 return chunk_->LookupLiteralRepresentation(op).IsSmi();
491 if (r.IsSmi()) {
    [all...]
lithium-codegen-mips64.h 83 bool IsSmi(LConstantOperand* op) const;
  /external/v8/src/crankshaft/ia32/
lithium-gap-resolver-ia32.cc 291 Representation r = cgen_->IsSmi(constant_source)
315 Representation r = cgen_->IsSmi(constant_source)
lithium-codegen-ia32.h 61 bool IsSmi(LConstantOperand* op) const;
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 400 } else if (r.IsSmi()) {
468 bool LCodeGen::IsSmi(LConstantOperand* op) const {
469 return chunk_->LookupLiteralRepresentation(op).IsSmi();
506 if (r.IsSmi()) {
    [all...]
lithium-mips.cc 672 if (instr->representation().IsSmi() && constant_value > 0) {
909 bool easy_case = !r.IsTagged() || type.IsBoolean() || type.IsSmi() ||
    [all...]
lithium-codegen-mips.h 82 bool IsSmi(LConstantOperand* op) const;
  /external/v8/src/compiler/
js-global-object-specialization.cc 110 if (property_cell_value->IsSmi()) {
  /external/v8/src/runtime/
runtime-liveedit.cc 206 RUNTIME_ASSERT(old_shared_array->length()->IsSmi());
runtime-strings.cc 290 if (args[1]->IsSmi() && args[2]->IsSmi()) {
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 665 if (instr->representation().IsSmi() && constant_value > 0) {
899 bool easy_case = !r.IsTagged() || type.IsBoolean() || type.IsSmi() ||
    [all...]
lithium-codegen-arm.cc 471 bool LCodeGen::IsSmi(LConstantOperand* op) const {
472 return chunk_->LookupLiteralRepresentation(op).IsSmi();
509 if (r.IsSmi()) {
    [all...]
lithium-codegen-arm.h 82 bool IsSmi(LConstantOperand* op) const;
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 677 if (instr->representation().IsSmi() && constant_value > 0) {
914 bool easy_case = !r.IsTagged() || type.IsBoolean() || type.IsSmi() ||
    [all...]
lithium-codegen-ppc.h 82 bool IsSmi(LConstantOperand* op) const;
  /external/v8/src/crankshaft/s390/
lithium-s390.cc 606 if (instr->representation().IsSmi() && constant_value > 0) {
835 bool easy_case = !r.IsTagged() || type.IsBoolean() || type.IsSmi() ||
    [all...]
lithium-codegen-s390.h 81 bool IsSmi(LConstantOperand* op) const;
  /external/v8/src/snapshot/
serializer.cc 100 if ((*current)->IsSmi()) {
543 while (current < end && (*current)->IsSmi()) current++;
546 while (current < end && !(*current)->IsSmi()) {
  /external/v8/src/
objects-inl.h 296 if (representation.IsSmi() && object->IsUninitialized(isolate)) {
643 return IsSmi() || IsHeapNumber();
703 return IsSmi() || IsFixedTypedArrayBase();
910 return IsSmi() || HeapObject::cast(this)->map()->IsPrimitiveMap();
954 return IsSmi()
973 if (IsSmi()) {
990 if (IsSmi()) return FAST_SMI_ELEMENTS;
997 if (FLAG_track_fields && representation.IsSmi()) {
998 return IsSmi();
1010 if (IsSmi()) {
    [all...]
isolate.cc 653 if (maybe_code->IsSmi()) {
    [all...]
  /external/v8/src/ast/
ast.cc 52 return IsLiteral() && AsLiteral()->value()->IsSmi();
64 return !value->IsSmi() &&
71 if (!value->IsSmi() &&
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.h 93 bool IsSmi(LConstantOperand* op) const;
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.h 64 bool IsSmi(LConstantOperand* op) const;
  /external/v8/src/interpreter/
interpreter-intrinsics.cc 197 Node* IntrinsicsHelper::IsSmi(Node* input, Node* arg_count, Node* context) {

Completed in 2521 milliseconds

1 23 4 5 6 7