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;
105 int max_id_[kTypeCodeCount];
148 ASSERT(kFirstTypeCode <= type && type < kTypeCodeCount);
serialize.cc 127 for (int type_code = 0; type_code < kTypeCodeCount; type_code++) {
559 : encodings_(NewArray<Address*>(kTypeCodeCount)),
563 for (int type = kFirstTypeCode; type < kTypeCodeCount; ++type) {
574 for (int type = kFirstTypeCode; type < kTypeCodeCount; ++type) {
    [all...]

Completed in 111 milliseconds