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

  /external/v8/src/
serialize.h 33 const int kTypeCodeCount = LAZY_DEOPTIMIZATION + 1;
88 uint16_t max_id_[kTypeCodeCount];
129 DCHECK(kFirstTypeCode <= type && type < kTypeCodeCount);
serialize.cc 112 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) {
    [all...]

Completed in 166 milliseconds