HomeSort by relevance Sort by last modified time
    Searched full:smis (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/v8/test/mjsunit/
elements-kind.js 192 var smis = construct_smis();
193 for (var i = 0; i < 3; i++) convert_to_double(smis);
195 smis = construct_smis();
196 convert_to_double(smis);
203 smis = construct_smis();
204 for (var i = 0; i < 3; i++) convert_to_fast(smis);
207 smis = construct_smis();
210 convert_to_fast(smis);
219 smis = construct_smis();
221 convert_mixed(smis, 1.5, elements_kind.fast_double)
    [all...]
array-sort.js 68 // Default sort on Smis and non-Smis.
82 // Collect a list of interesting Smis.
84 var smis = [];
91 smis.push(x);
114 for (var i = 0; i < smis.length; i++) {
115 for (var j = 0; j < smis.length; j++) {
116 var x = smis[i];
117 var y = smis[j];
int32-ops.js 30 // signed 32-bit integer values as smis.
switch.js 335 // smis | string | target | off
337 // | smis | none |
constant-folding.js 79 // Test comparison operations that involve one or two constant smis.
  /external/v8/test/mjsunit/compiler/
loopcount.js 28 // Test postfix count operations with smis.
optimized-for-in.js 221 // Test smis.
  /external/v8/test/mjsunit/regress/
regress-91013.js 42 // Store some smis into it.
  /external/v8/src/x64/
debug-x64.cc 108 // are stored as as two smis causing it to be untouched by GC.
119 // Store the 64-bit value as two smis.
149 // Reconstruct the 64-bit value from two smis.
macro-assembler-x64.h 261 // filters out smis so it does not update the write barrier if the
274 // operation. RecordWrite filters out smis so it does not update
380 // Smi tagging, untagging and operations on tagged smis.
434 // Simple comparison of smis. Both sides must be known smis to use these,
456 // Are both values tagged smis.
459 // Are both values non-negative tagged smis.
531 // Smis represent a subset of integers. The subset is always equivalent to
692 // smi. If neither are smis, jump to the failure label.
    [all...]
macro-assembler-x64.cc 294 // catch stores of Smis.
336 // catch stores of Smis.
395 // catch stores of smis and stores into the young generation.
    [all...]
  /external/v8/test/cctest/
test-log-stack-tracer.cc 133 // Convert frame pointer from encoding as smis in the arguments to a pointer.
253 // encoded as one or two Smis.
  /external/v8/src/
code-stubs.cc 207 case CompareIC::SMIS:
dateparser.h 40 // filling out the output array as follows (all integers are Smis):
ic.cc     [all...]
code-stubs.h 811 // Accepts smis or heap numbers.
814 // Accepts smis or heap numbers that are valid array indices
    [all...]
type-info.cc 314 case CompareIC::SMIS:
443 case CompareIC::SMIS:
date.js 109 // Now we rely on year and month being SMIs.
  /external/v8/src/ia32/
code-stubs-ia32.cc 442 // Smis: 0 -> false, all other -> true
613 // Similar to LoadFloatOperand but assumes that both operands are smis.
643 // Assumes that operands are smis or heap numbers and loads them
654 // Similar to LoadSSE2Operands but assumes that both operands are smis.
    [all...]
ic-ia32.cc 794 // Check array bounds. Both the key and the length of FixedArray are smis.
844 __ cmp(ecx, FieldOperand(edx, JSArray::kLengthOffset)); // Compare smis.
    [all...]
macro-assembler-ia32.h 174 // filters out smis so it does not update the write barrier if the
187 // operation. RecordWrite filters out smis so it does not update the
    [all...]
macro-assembler-ia32.cc 165 // catch stores of Smis.
205 // catch stores of Smis.
267 // catch stores of Smis and stores into young gen.
    [all...]
  /external/v8/src/arm/
ic-arm.cc     [all...]
code-stubs-arm.h 717 // Loads smis from r0 and r1 (right and left in binary operations) into
    [all...]
  /external/v8/src/mips/
ic-mips.cc     [all...]

Completed in 1134 milliseconds

1 2 3