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

  /external/v8/src/
type-cache.h 39 Type* const kSmi = CreateNative(Type::SignedSmall(), Type::TaggedSigned());
property-details.h 94 kSmi,
111 static Representation Smi() { return Representation(kSmi); }
176 bool IsSmi() const { return kind_ == kSmi; }
226 kSmi,
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc     [all...]

Completed in 266 milliseconds