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

  /external/v8/src/
serialize.h 53 const int kTypeCodeCount = STUB_CACHE_TABLE + 1;
102 ASSERT(kFirstTypeCode <= type && type < kTypeCodeCount);
serialize.cc 114 int max_id_[kTypeCodeCount];
169 for (int type_code = 0; type_code < kTypeCodeCount; type_code++) {
565 : encodings_(NewArray<Address*>(kTypeCodeCount)),
569 for (int type = kFirstTypeCode; type < kTypeCodeCount; ++type) {
580 for (int type = kFirstTypeCode; type < kTypeCodeCount; ++type) {
    [all...]

Completed in 233 milliseconds