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

  /external/v8/test/cctest/
test-type-info.cc 35 TEST(ThreeBitRepresentation) {
39 TypeInfo::Unknown().ThreeBitRepresentation()).IsUnknown());
41 TypeInfo::Number().ThreeBitRepresentation()).IsNumber());
43 TypeInfo::Integer32().ThreeBitRepresentation()).IsInteger32());
45 TypeInfo::Smi().ThreeBitRepresentation()).IsSmi());
47 TypeInfo::Double().ThreeBitRepresentation()).IsDouble());
51 TypeInfo::Primitive().ThreeBitRepresentation()).IsUnknown());
53 TypeInfo::String().ThreeBitRepresentation()).IsUnknown());
  /external/v8/src/
type-info.h 77 int ThreeBitRepresentation() {

Completed in 48 milliseconds