Searched refs:kTypeCodeCount (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dserialize.h33 const int kTypeCodeCount = LAZY_DEOPTIMIZATION + 1; member in namespace:v8::internal
88 uint16_t max_id_[kTypeCodeCount];
129 DCHECK(kFirstTypeCode <= type && type < kTypeCodeCount);
H A Dserialize.cc112 for (int type_code = 0; type_code < kTypeCodeCount; type_code++) {
462 : encodings_(NewArray<Address*>(kTypeCodeCount)),
466 for (int type = kFirstTypeCode; type < kTypeCodeCount; ++type) {
477 for (int type = kFirstTypeCode; type < kTypeCodeCount; ++type) {

Completed in 249 milliseconds