Searched refs:NULL_DESCRIPTOR (Results 1 - 13 of 13) sorted by relevance

/external/v8/src/
H A Dproperty-details.h68 NULL_DESCRIPTOR = 9, // only in fast mode enumerator in enum:v8::internal::PropertyType
70 // NULL_DESCRIPTOR can be used as the type flag for IC stubs for
72 NONEXISTENT = NULL_DESCRIPTOR
H A Dproperty.cc98 case NULL_DESCRIPTOR:
133 case NULL_DESCRIPTOR:
H A Dproperty.h185 case NULL_DESCRIPTOR:
H A Dic.cc1266 if (!lookup->IsFound() || lookup->type() == NULL_DESCRIPTOR) return false;
1401 ASSERT(lookup->type() != NULL_DESCRIPTOR);
1462 case NULL_DESCRIPTOR:
1849 ASSERT(lookup->type() != NULL_DESCRIPTOR);
1889 case NULL_DESCRIPTOR:
H A Dast.cc512 case NULL_DESCRIPTOR:
H A Dobjects-printer.cc298 case NULL_DESCRIPTOR:
H A Dobjects.cc638 case NULL_DESCRIPTOR:
2991 case NULL_DESCRIPTOR:
3092 case NULL_DESCRIPTOR:
3383 case NULL_DESCRIPTOR:
3734 ASSERT(descriptors->GetType(0) == NULL_DESCRIPTOR ||
3782 ASSERT(descriptors->GetType(0) == NULL_DESCRIPTOR ||
4941 case NULL_DESCRIPTOR:
5722 ASSERT(descriptor->GetDetails().type() != NULL_DESCRIPTOR);
7238 case NULL_DESCRIPTOR:
7266 PropertyDetails(NONE, NULL_DESCRIPTOR)
[all...]
H A Dbootstrapper.cc2202 case NULL_DESCRIPTOR:
H A Dobjects-inl.h1985 case NULL_DESCRIPTOR:
1994 return GetType(descriptor_number) == NULL_DESCRIPTOR;
H A Dmark-compact.cc1882 // EXTERNAL_ARRAY_TRANSITION or NULL_DESCRIPTOR, we don't mark the value as
1920 case NULL_DESCRIPTOR:
H A Dprofile-generator.cc2144 case NULL_DESCRIPTOR: // ... and not about "holes"
H A Dobjects.h2635 NULL_DESCRIPTOR;
H A Druntime.cc10079 case NULL_DESCRIPTOR:

Completed in 347 milliseconds