HomeSort by relevance Sort by last modified time
    Searched refs:Smi (Results 76 - 90 of 90) sorted by null

1 2 34

  /external/v8/src/
d8.cc 473 script_object->set_type(i::Smi::FromInt(i::Script::TYPE_NATIVE));
scopes.cc 847 new Literal(Handle<Object>(Smi::FromInt(i))),
    [all...]
top.cc 649 Handle<Object> pos_obj(Smi::FromInt(pos));
    [all...]
runtime.js 417 // First check whether length is a positive Smi and args is an
jsregexp.cc 309 return Smi::cast(
315 re->set(JSRegExp::kIrregexpMaxRegisterCountIndex, Smi::FromInt(value));
320 return Smi::cast(re->get(JSRegExp::kIrregexpCaptureCountIndex))->value();
325 return Smi::cast(re->get(JSRegExp::kIrregexpMaxRegisterCountIndex))->value();
    [all...]
prettyprinter.cc     [all...]
mark-compact.cc 462 PropertyDetails details(Smi::cast(contents->get(i + 1)));
    [all...]
stub-cache.cc     [all...]
date.js 342 // Avoid floating point and non-Smi maths in common case. This is also a period of
    [all...]
string.js 839 // 0 < len <= String::kMaxLength and Smi::kMaxValue >= String::kMaxLength,
840 // so -len is a smi.
  /external/v8/src/ia32/
assembler-ia32.h 200 inline explicit Immediate(Smi* value);
builtins-ia32.cc 80 // Check that function is not a smi.
113 // Store a smi-tagged arguments count on the stack.
136 // Will both indicate a NULL and a Smi
281 // Retrieve smi-tagged arguments count from the stack.
325 // If the result is a smi, it is *not* an object in the ECMA sense.
754 // stored as a smi.
791 // array_size holds the size of the array as a smi. The allocated array is put
800 Register array_size, // As a smi.
834 times_half_pointer_size, // array_size is a smi.
847 // array_size: size of array (smi)
    [all...]
virtual-frame-ia32.cc 113 __ push(Immediate(Smi::FromInt(0)));
461 "VirtualFrame::Enter - edi is not a function (smi check).");
    [all...]
  /external/v8/src/arm/
builtins-arm.cc 140 // stored as a smi.
162 // array_size holds the size of the array as a smi. The allocated array is put
171 Register array_size, // As a smi.
222 // array_size: size of array (smi)
234 // array_size: size of array (smi)
244 // stored as a smi.
247 // array_size: size of array (smi)
252 // Convert array_size from smi to value.
258 // JSArrays. The length of a FixedArray is not stored as a smi.
326 // Check for one argument. Bail out if argument is not smi or if it i
    [all...]
  /external/v8/test/cctest/
test-debug.cc 196 Handle<Object>(v8::internal::Smi::FromInt(++break_point)));
277 Handle<Object>(v8::internal::Smi::FromInt(break_point)));
    [all...]

Completed in 419 milliseconds

1 2 34