HomeSort by relevance Sort by last modified time
    Searched refs:SMI (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/v8/test/mjsunit/
elements-kind.js 28 // Flags: --allow-natives-syntax --smi-only-arrays --expose-gc
37 // Since --smi-only-arrays affects builtins, its default setting at compile
38 // time sticks if built with snapshot. If --smi-only-arrays is deactivated
39 // by default, only a no-snapshot build actually has smi-only arrays enabled
40 // in this test case. Depending on whether smi-only arrays are actually
41 // enabled, this test takes the appropriate code path to check smi-only arrays.
46 print("Tests include smi-only arrays.");
48 print("Tests do NOT include smi-only arrays.");
52 fast_smi_only : 'fast smi only elements',
125 // Make sure the element kind transitions from smi when a non-smi is stored
    [all...]
generated-transition-stub.js 40 // Test PACKED SMI -> PACKED DOUBLE
78 // Test HOLEY SMI -> HOLEY DOUBLE
math-abs.js 64 // 2^30 is a smi boundary on arm and ia32.
76 // 2^31 is a smi boundary on x64.
105 // Get some smi type feedback.
113 // Regression test for SMI input of Math.abs on X64, see:
opt-elements-kind.js 28 // Flags: --allow-natives-syntax --smi-only-arrays --expose-gc
37 // Since --smi-only-arrays affects builtins, its default setting at compile
38 // time sticks if built with snapshot. If --smi-only-arrays is deactivated
39 // by default, only a no-snapshot build actually has smi-only arrays enabled
40 // in this test case. Depending on whether smi-only arrays are actually
41 // enabled, this test takes the appropriate code path to check smi-only arrays.
46 print("Tests include smi-only arrays.");
48 print("Tests do NOT include smi-only arrays.");
52 fast_smi_only : 'fast smi only elements',
137 // Test transition chain SMI->DOUBLE->FAST (crankshafted function wil
    [all...]
osr-elements-kind.js 28 // Flags: --allow-natives-syntax --smi-only-arrays --expose-gc
37 // Since --smi-only-arrays affects builtins, its default setting at compile
38 // time sticks if built with snapshot. If --smi-only-arrays is deactivated
39 // by default, only a no-snapshot build actually has smi-only arrays enabled
40 // in this test case. Depending on whether smi-only arrays are actually
41 // enabled, this test takes the appropriate code path to check smi-only arrays.
46 print("Tests include smi-only arrays.");
48 print("Tests do NOT include smi-only arrays.");
52 fast_smi_only : 'fast smi only elements',
131 // Test transition chain SMI->DOUBLE->FAST (crankshafted function wil
    [all...]
  /external/v8/test/mjsunit/
elements-kind.js 28 // Flags: --allow-natives-syntax --smi-only-arrays --expose-gc
31 // Since --smi-only-arrays affects builtins, its default setting at compile
32 // time sticks if built with snapshot. If --smi-only-arrays is deactivated
33 // by default, only a no-snapshot build actually has smi-only arrays enabled
34 // in this test case. Depending on whether smi-only arrays are actually
35 // enabled, this test takes the appropriate code path to check smi-only arrays.
40 print("Tests include smi-only arrays.");
42 print("Tests do NOT include smi-only arrays.");
46 fast_smi_only : 'fast smi only elements',
119 // Make sure the element kind transitions from smionly when a non-smi is stored
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/
Android.mk 16 LOCAL_CFLAGS += -DCAMERA_ION_HEAP_ID=ION_CP_MM_HEAP_ID # 8660=SMI, Rest=EBI
  /external/chromium_org/v8/src/
code-stubs.cc 221 case BinaryOpIC::SMI:
328 case CompareIC::SMI:
419 case CompareIC::SMI:
578 handler_table->set(0, Smi::FromInt(handler_offset_));
677 if (Contains(SMI)) printer.Add("Smi");
697 Add(SMI);
698 return Smi::cast(*object)->value() != 0;
ic.cc     [all...]
ic.h 722 SMI,
754 // SMI < NUMBER
759 SMI,
type-info.cc 47 return TypeInfo::Smi();
210 Smi::cast(*value)->value() == TypeFeedbackCells::kForInFastCaseMarker
300 CheckType check = static_cast<CheckType>(Smi::cast(*value)->value());
431 ASSERT(right_type == BinaryOpIC::SMI ||
436 case BinaryOpIC::SMI:
437 return TypeInfo::Smi();
626 SetInfo(ast_id, Smi::FromInt(target->check_type()));
700 if (info.IsSmi()) return Representation::Smi();
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1246.js 29 // the given radix is not a SMI.
regress-2250.js 30 // The original problem from the bug: In the example below SMI check for b
  /external/v8/src/
code-stubs.cc 258 handler_table->set(0, Smi::FromInt(handler_offset_));
364 if (Contains(SMI)) stream->Add("Smi");
397 Add(SMI);
398 return Smi::cast(*object)->value() != 0;
type-info.cc 48 info = TypeInfo::Smi();
178 Smi::cast(*value)->value() == TypeFeedbackCells::kForInFastCaseMarker;
251 CheckType check = static_cast<CheckType>(Smi::cast(*value)->value());
315 return TypeInfo::Smi();
368 case UnaryOpIC::SMI:
369 return TypeInfo::Smi();
393 case BinaryOpIC::SMI:
399 return TypeInfo::Smi();
400 case BinaryOpIC::SMI:
401 return TypeInfo::Smi();
    [all...]
ic.cc 840 return Smi::FromInt(String::cast(*string)->length());
    [all...]
ic.h 722 SMI,
746 SMI,
code-stubs.h 586 // Generate the comparison code for two smi operands in the stub.
824 // is a number (smi or heap number) that is a valid index into the
915 // is a number (smi or heap number) that is a valid index into the
1032 SMI,
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1246.js 29 // the given radix is not a SMI.
  /external/oprofile/events/x86-64/family11h/
unit_masks 208 0x04 SMI
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.cc 369 // Iterate through the rest of map backwards. edx holds an index as a Smi.
375 __ cmp(edx, Immediate(Smi::FromInt(SharedFunctionInfo::kSecondEntryIndex)));
377 __ sub(edx, Immediate(Smi::FromInt(SharedFunctionInfo::kEntryLength)));
444 Immediate(Smi::FromInt(length)));
494 Immediate(Smi::FromInt(length)));
496 // If this block context is nested in the native context we get a smi
584 // be either a smi or a heap number object (fp value). Requirements:
590 // be either smi or heap number objects (fp values). Requirements:
601 // Test if operands are smi or number objects (fp). Requirements:
621 // Test if operands are numbers (smi or HeapNumber objects), and loa
    [all...]
  /external/chromium_org/v8/src/arm/
code-stubs-arm.cc 382 // Iterate through the rest of map backwards. r4 holds an index as a Smi.
387 __ cmp(r4, Operand(Smi::FromInt(SharedFunctionInfo::kSecondEntryIndex)));
389 __ sub(r4, r4, Operand(Smi::FromInt(SharedFunctionInfo::kEntryLength)));
453 __ mov(r2, Operand(Smi::FromInt(length)));
459 __ mov(r1, Operand(Smi::FromInt(0)));
502 __ mov(r2, Operand(Smi::FromInt(length)));
505 // If this block context is nested in the native context we get a smi
544 // Takes a Smi and converts to an IEEE 64 bit floating point value in two
591 // the 2's complement sign bit in a Smi.
664 // the_int_ has the answer which is a signed int32 but not a Smi
    [all...]
  /external/chromium_org/v8/src/mips/
code-stubs-mips.cc 382 // Iterate through the rest of map backwards. t0 holds an index as a Smi.
388 Operand(Smi::FromInt(SharedFunctionInfo::kSecondEntryIndex)));
389 __ Subu(t0, t0, Operand(Smi::FromInt(SharedFunctionInfo::kEntryLength)));
454 __ li(a2, Operand(Smi::FromInt(length)));
460 __ li(a1, Operand(Smi::FromInt(0)));
502 __ li(a2, Operand(Smi::FromInt(length)));
505 // If this block context is nested in the native context we get a smi
542 // Takes a Smi and converts to an IEEE 64 bit floating point value in two
590 // Convert from Smi to integer.
594 // the 2's complement sign bit in a Smi
    [all...]
  /external/chromium_org/v8/src/x64/
code-stubs-x64.cc 445 __ Move(FieldOperand(rax, FixedArray::kLengthOffset), Smi::FromInt(length));
494 __ Move(FieldOperand(rax, FixedArray::kLengthOffset), Smi::FromInt(length));
496 // If this block context is nested in the native context we get a smi
577 // This fails if either argument is not a Smi nor a HeapNumber,
579 // losslessly to a Smi. In that case, control transitions to the
584 // On success, both first and second holds Smi tagged values.
585 // One of first or second must be non-Smi when entering.
690 __ Push(Smi::FromInt(MinorKey()));
721 // Smi check of both operands. If op is BIT_OR, the check is delayed
728 Comment smi_check_comment(masm, "-- Smi check arguments")
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 1734 milliseconds

1 2