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 37 class Smi;
82 static Representation Smi() { return Representation(kSmi); }
221 explicit inline PropertyDetails(Smi* smi);
222 inline Smi* AsSmi() const;
278 // All bits for fast objects must fix in a smi.
objects.h 39 // - Smi (immediate small integer)
145 // Smi: [31 bit signed int] 0
311 // We may store the unsigned bit field as signed Smi value and do not
    [all...]

Completed in 2390 milliseconds