HomeSort by relevance Sort by last modified time
    Searched refs:SMI (Results 26 - 32 of 32) sorted by null

12

  /external/v8/src/ppc/
code-stubs-ppc.cc 308 // Lhs is a Smi. Check whether the rhs is a heap number.
311 // If rhs is not a number and lhs is a Smi then strict equality cannot
324 // Smi compared non-strictly with a non-Smi non-heap-number. Call
329 // Lhs is a smi, rhs is a number.
336 // since it's a smi.
340 // Rhs is a smi. Check whether the non-smi lhs is a heap number.
343 // If lhs is not a number and rhs is a smi then strict equality cannot
356 // Smi compared non-strictly with a non-smi non-heap-number. Cal
    [all...]
  /external/v8/src/s390/
code-stubs-s390.cc 305 // Lhs is a Smi. Check whether the rhs is a heap number.
308 // If rhs is not a number and lhs is a Smi then strict equality cannot
319 // Smi compared non-strictly with a non-Smi non-heap-number. Call
324 // Lhs is a smi, rhs is a number.
331 // since it's a smi.
335 // Rhs is a smi. Check whether the non-smi lhs is a heap number.
338 // If lhs is not a number and rhs is a smi then strict equality cannot
349 // Smi compared non-strictly with a non-smi non-heap-number. Cal
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 331 // input was a smi. We reset it with exponent value before bailing out.
499 // smi (code flushing support)
688 // Read the value from the static offsets vector buffer and make it a smi.
691 // Store the smi value in the last match info.
790 if (expected == CompareICState::SMI) {
    [all...]
  /external/v8/src/
code-stubs.cc 31 return Smi::kZero;
346 // combined to avoid duplicate smi and instance type checks.
353 // combined to avoid duplicate smi and instance type checks.
376 case CompareICState::SMI:
405 case CompareICState::SMI:
541 // Check if the {lhs} is a Smi or a HeapObject.
547 // Check if the {rhs} is also a Smi.
554 // Try fast Smi addition first.
560 // Check if the Smi additon overflowed.
605 // Check if the {rhs} is Smi
    [all...]
  /external/v8/src/x87/
code-stubs-x87.cc 97 // be either a smi or a heap number object (fp value). Requirements:
102 // Test if operands are smi or number objects (fp). Requirements:
242 // Test if both operands are floats or smi -> scratch=k_is_float;
335 __ cmp(ebx, Immediate(Smi::FromInt(JSRegExp::IRREGEXP)));
343 // Multiplying by 2 comes for free since edx is smi-tagged.
438 // a smi (code flushing support).
442 // ebx: previous index (smi)
514 STATIC_ASSERT(kSmiTagSize == 1); // esi is smi (powered by 2).
568 __ add(edx, Immediate(2)); // edx was a smi.
589 __ SmiTag(edx); // Number of capture registers to smi
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
  /external/v8/src/parsing/
parser.cc 429 case Token::SMI: {
    [all...]

Completed in 222 milliseconds

12