/external/chromium_org/v8/tools/oom_dump/ |
D | oom_dump.cc | 49 static char const* names[v8::internal::LAST_TYPE] = {0}; in InstanceTypeToString() 191 int objects_per_type[v8::internal::LAST_TYPE + 1] = {0}; in DumpHeapStats() 193 v8::internal::LAST_TYPE + 1, objects_per_type); in DumpHeapStats() 195 int size_per_type[v8::internal::LAST_TYPE + 1] = {0}; in DumpHeapStats() 196 ReadArrayFrom(memory_region, heap_stats_addr, 22, v8::internal::LAST_TYPE + 1, in DumpHeapStats() 206 int indices[v8::internal::LAST_TYPE + 1]; in DumpHeapStats() 207 for (int i = 0; i <= v8::internal::LAST_TYPE; i++) { in DumpHeapStats() 215 for (int i = 0; i <= v8::internal::LAST_TYPE; i++) { in DumpHeapStats() 259 for (int i = 0; i <= v8::internal::LAST_TYPE; i++) { in DumpHeapStats()
|
/external/v8/tools/oom_dump/ |
D | oom_dump.cc | 49 static char const* names[v8::internal::LAST_TYPE] = {0}; in InstanceTypeToString() 190 int objects_per_type[v8::internal::LAST_TYPE + 1] = {0}; in DumpHeapStats() 192 v8::internal::LAST_TYPE + 1, objects_per_type); in DumpHeapStats() 194 int size_per_type[v8::internal::LAST_TYPE + 1] = {0}; in DumpHeapStats() 195 ReadArrayFrom(memory_region, heap_stats_addr, 22, v8::internal::LAST_TYPE + 1, in DumpHeapStats() 205 int indices[v8::internal::LAST_TYPE + 1]; in DumpHeapStats() 206 for (int i = 0; i <= v8::internal::LAST_TYPE; i++) { in DumpHeapStats() 214 for (int i = 0; i <= v8::internal::LAST_TYPE; i++) { in DumpHeapStats() 258 for (int i = 0; i <= v8::internal::LAST_TYPE; i++) { in DumpHeapStats()
|
/external/chromium/webkit/glue/ |
D | resource_type.h | 27 LAST_TYPE // Place holder so we don't need to change ValidType enumerator 32 return type >= MAIN_FRAME && type < LAST_TYPE; in ValidType()
|
/external/chromium_org/webkit/common/ |
D | resource_type.h | 33 LAST_TYPE // Place holder so we don't need to change ValidType enumerator 38 return type >= MAIN_FRAME && type < LAST_TYPE; in ValidType()
|
/external/chromium_org/ash/shell/ |
D | app_list.cc | 48 LAST_TYPE, enumerator 207 i < static_cast<int>(WindowTypeLauncherItem::LAST_TYPE); in PopulateApps() 288 i < static_cast<int>(WindowTypeLauncherItem::LAST_TYPE); in StartSearch()
|
/external/clang/include/clang/AST/ |
D | TypeNodes.def | 108 #ifdef LAST_TYPE 109 LAST_TYPE(Atomic) 110 #undef LAST_TYPE
|
/external/chromium_org/sandbox/win/src/ |
D | internal_types.h | 25 LAST_TYPE enumerator
|
D | crosscall_server.cc | 185 (INVALID_TYPE >= type) || (LAST_TYPE <= type) || // Unknown type. in CreateFromBuffer()
|
/external/chromium_org/chrome/browser/predictors/ |
D | resource_prefetch_predictor_tables_unittest.cc | 186 ResourceType::LAST_TYPE, in TestUpdateData() 313 ResourceType::LAST_TYPE, in InitializeSampleData() 396 ResourceType::LAST_TYPE, in InitializeSampleData()
|
D | resource_prefetch_predictor_unittest.cc | 245 ResourceType::LAST_TYPE, in InitializeSampleData() 315 ResourceType::LAST_TYPE, in InitializeSampleData()
|
D | resource_prefetch_predictor_tables.cc | 63 : resource_type(ResourceType::LAST_TYPE), in ResourceRow()
|
D | resource_prefetch_predictor.cc | 258 : resource_type(ResourceType::LAST_TYPE), in URLRequestSummary() 913 if (new_row.resource_type != ResourceType::LAST_TYPE) in LearnNavigation()
|
/external/chromium/chrome/browser/extensions/ |
D | extension_webrequest_api.cc | 61 ResourceType::LAST_TYPE, // represents "other" 111 *iter : ResourceType::LAST_TYPE; in ExtractRequestInfo() 303 ResourceType::Type resource_type = ResourceType::LAST_TYPE; in OnBeforeRequest() 530 ResourceType::Type resource_type = ResourceType::LAST_TYPE; in GetMatchingListeners()
|
/external/v8/src/ |
D | spaces.cc | 1030 allocated_histogram_ = NewArray<HistogramInfo>(LAST_TYPE + 1); in SetUp() 1031 promoted_histogram_ = NewArray<HistogramInfo>(LAST_TYPE + 1); in SetUp() 1646 ASSERT(0 <= type && type <= LAST_TYPE); in CollectHistogramInfo() 1663 for (int i = 0; i <= LAST_TYPE; i++) { in ReportHistogram() 1695 for (int i = 0; i <= LAST_TYPE; i++) { in ClearHistograms() 1729 for (int i = FIRST_NONSTRING_TYPE; i <= LAST_TYPE; ++i) { in DoReportStatistics() 1748 for (int i = 0; i <= LAST_TYPE; i++) { in ReportStatistics() 1770 ASSERT(0 <= type && type <= LAST_TYPE); in RecordAllocation() 1778 ASSERT(0 <= type && type <= LAST_TYPE); in RecordPromotion()
|
D | objects-debug.cc | 297 ASSERT(FIRST_TYPE <= instance_type() && instance_type() <= LAST_TYPE); in MapVerify()
|
/external/chromium_org/v8/src/ |
D | spaces.cc | 1249 allocated_histogram_ = NewArray<HistogramInfo>(LAST_TYPE + 1); in SetUp() 1250 promoted_histogram_ = NewArray<HistogramInfo>(LAST_TYPE + 1); in SetUp() 1863 ASSERT(0 <= type && type <= LAST_TYPE); in CollectHistogramInfo() 1879 for (int i = 0; i <= LAST_TYPE; i++) { in ReportHistogram() 1911 for (int i = 0; i <= LAST_TYPE; i++) { in ClearHistograms() 1946 for (int i = FIRST_NONSTRING_TYPE; i <= LAST_TYPE; ++i) { in DoReportStatistics() 1965 for (int i = 0; i <= LAST_TYPE; i++) { in ReportStatistics() 1987 ASSERT(0 <= type && type <= LAST_TYPE); in RecordAllocation() 1995 ASSERT(0 <= type && type <= LAST_TYPE); in RecordPromotion()
|
/external/chromium_org/content/child/ |
D | site_isolation_policy.cc | 147 ResourceType::LAST_TYPE); in HistogramCountBlockedResponse()
|
/external/chromium_org/chrome/browser/extensions/api/web_request/ |
D | web_request_api.cc | 191 *resource_type = ResourceType::LAST_TYPE; in ExtractRequestInfoDetails() 208 ResourceType::Type resource_type = ResourceType::LAST_TYPE; in ExtractRequestInfo() 1356 ResourceType::Type resource_type = ResourceType::LAST_TYPE; in IsPageLoad() 1492 ResourceType::Type resource_type = ResourceType::LAST_TYPE; in GetMatchingListeners() 1915 ResourceType::Type resource_type = ResourceType::LAST_TYPE; in ProcessDeclarativeRules()
|
D | web_request_api_helpers.cc | 65 ResourceType::LAST_TYPE, // represents "other" 71 ResourceType::LAST_TYPE,
|
/external/chromium_org/v8/src/x64/ |
D | builtins-x64.cc | 403 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_JSConstructStubHelper() 802 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionCall() 1001 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionApply()
|
/external/v8/src/x64/ |
D | builtins-x64.cc | 349 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_JSConstructStubHelper() 686 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionCall() 885 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionApply()
|
/external/chromium_org/v8/src/ia32/ |
D | builtins-ia32.cc | 739 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionCall() 932 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionApply()
|
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/ |
D | webrequest_condition_attribute.cc | 154 ResourceType::Type type = ResourceType::LAST_TYPE; in Create()
|
/external/chromium_org/v8/src/arm/ |
D | builtins-arm.cc | 1056 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionCall() 1269 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionApply()
|
/external/chromium_org/v8/src/mips/ |
D | builtins-mips.cc | 1083 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionCall() 1292 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionApply()
|