Searched defs:Smi (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dproperty-details.h66 class Smi;
110 static Representation Smi() { return Representation(kSmi); } function in class:v8::internal::Representation
289 explicit inline PropertyDetails(Smi* smi);
290 inline Smi* AsSmi() const;
H A Dobjects.h49 // - Smi (immediate small integer)
154 // Smi: [31 bit signed int] 0
267 // We may store the unsigned bit field as signed Smi value and do not
965 V(Smi) \
1111 // Since both Smi and HeapObject are subclasses of Object no
1423 static Smi* GetOrCreateHash(Isolate* isolate, Handle<Object> object);
1535 // Smi represents integer Numbers that can be stored in 31 bits.
1540 // Smi stands for small integer.
1541 class Smi: public Object { class in namespace:v8::internal
1545 inline Smi* ToUint32Sm
[all...]

Completed in 270 milliseconds