HomeSort by relevance Sort by last modified time
    Searched defs:Smi (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
property-details.h 64 class Smi;
115 static Representation Smi() { return Representation(kSmi); }
300 explicit inline PropertyDetails(Smi* smi);
301 inline Smi* AsSmi() const;
370 // All bits for both fast and slow objects must fit in a smi.
objects.h 46 // - Smi (immediate small integer)
155 // Smi: [31 bit signed int] 0
310 // We may store the unsigned bit field as signed Smi value and do not
    [all...]

Completed in 78 milliseconds