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

/external/chromium_org/v8/src/
H A Dobjects.h752 FIRST_TYPE = 0x0, enumerator in enum:v8::internal::InstanceType
754 FIRST_NAME_TYPE = FIRST_TYPE,
2612 FIRST_TYPE = INT64, enumerator in enum:v8::internal::ConstantPoolArray::Type
2802 for (Type type = FIRST_TYPE; index > last_index(type, section);
2863 DCHECK(type >= FIRST_TYPE && type < NUMBER_OF_TYPES);

Completed in 49 milliseconds