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

  /external/chromium_org/v8/src/
types.cc 80 if (this->IsBitset()) return BitsetType::Min(this->AsBitset());
98 if (this->IsBitset()) return BitsetType::Max(this->AsBitset());
120 TypeImpl<Config>::BitsetType::Glb(TypeImpl* type) {
137 TypeImpl<Config>::BitsetType::Lub(TypeImpl* type) {
164 TypeImpl<Config>::BitsetType::Lub(i::Map* map) {
262 TypeImpl<Config>::BitsetType::Lub(i::Object* value) {
273 TypeImpl<Config>::BitsetType::Lub(double value) {
285 TypeImpl<Config>::BitsetType::Lub(int32_t value) {
298 TypeImpl<Config>::BitsetType::Lub(uint32_t value) {
310 const typename TypeImpl<Config>::BitsetType::BitsetMi
    [all...]
types.h 160 #define REPRESENTATION(k) ((k) & BitsetType::kRepresentation)
161 #define SEMANTIC(k) ((k) & BitsetType::kSemantic)
294 class BitsetType; // Internal
319 return BitsetType::New(BitsetType::k##type); \
322 return BitsetType::New(BitsetType::k##type, region); \
377 return Config::from_bitset(BitsetType::Lub(value), region);
380 return Config::from_bitset(BitsetType::Lub(value), region);
388 bool IsInhabited() { return BitsetType::IsInhabited(this->BitsetLub());
    [all...]
  /external/clang/test/Parser/
DelayedTemplateParsing.cpp 135 struct BitsetType;
138 BitsetType::New();
143 struct TypeImpl<Config>::BitsetType {
  /external/chromium_org/v8/test/cctest/
test-types.cc 41 struct BitsetType : Type::BitsetType {
42 using Type::BitsetType::New;
43 using Type::BitsetType::Glb;
44 using Type::BitsetType::Lub;
45 using Type::BitsetType::IsInhabited;
68 struct BitsetType : HeapType::BitsetType {
69 using HeapType::BitsetType::New;
70 using HeapType::BitsetType::Glb
    [all...]

Completed in 70 milliseconds