Home
last modified time | relevance | path

Searched refs:LAST_TYPE (Results 1 – 25 of 80) sorted by relevance

1234

/external/chromium_org/v8/tools/oom_dump/
Doom_dump.cc49 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/
Doom_dump.cc49 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/
Dresource_type.h27 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/
Dresource_type.h33 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/
Dapp_list.cc48 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/
DTypeNodes.def108 #ifdef LAST_TYPE
109 LAST_TYPE(Atomic)
110 #undef LAST_TYPE
/external/chromium_org/sandbox/win/src/
Dinternal_types.h25 LAST_TYPE enumerator
Dcrosscall_server.cc185 (INVALID_TYPE >= type) || (LAST_TYPE <= type) || // Unknown type. in CreateFromBuffer()
/external/chromium_org/chrome/browser/predictors/
Dresource_prefetch_predictor_tables_unittest.cc186 ResourceType::LAST_TYPE, in TestUpdateData()
313 ResourceType::LAST_TYPE, in InitializeSampleData()
396 ResourceType::LAST_TYPE, in InitializeSampleData()
Dresource_prefetch_predictor_unittest.cc245 ResourceType::LAST_TYPE, in InitializeSampleData()
315 ResourceType::LAST_TYPE, in InitializeSampleData()
Dresource_prefetch_predictor_tables.cc63 : resource_type(ResourceType::LAST_TYPE), in ResourceRow()
Dresource_prefetch_predictor.cc258 : resource_type(ResourceType::LAST_TYPE), in URLRequestSummary()
913 if (new_row.resource_type != ResourceType::LAST_TYPE) in LearnNavigation()
/external/chromium/chrome/browser/extensions/
Dextension_webrequest_api.cc61 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/
Dspaces.cc1030 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()
Dobjects-debug.cc297 ASSERT(FIRST_TYPE <= instance_type() && instance_type() <= LAST_TYPE); in MapVerify()
/external/chromium_org/v8/src/
Dspaces.cc1249 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/
Dsite_isolation_policy.cc147 ResourceType::LAST_TYPE); in HistogramCountBlockedResponse()
/external/chromium_org/chrome/browser/extensions/api/web_request/
Dweb_request_api.cc191 *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()
Dweb_request_api_helpers.cc65 ResourceType::LAST_TYPE, // represents "other"
71 ResourceType::LAST_TYPE,
/external/chromium_org/v8/src/x64/
Dbuiltins-x64.cc403 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/
Dbuiltins-x64.cc349 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/
Dbuiltins-ia32.cc739 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/
Dwebrequest_condition_attribute.cc154 ResourceType::Type type = ResourceType::LAST_TYPE; in Create()
/external/chromium_org/v8/src/arm/
Dbuiltins-arm.cc1056 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/
Dbuiltins-mips.cc1083 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionCall()
1292 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionApply()

1234