Home
last modified time | relevance | path

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

12

/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/clang/include/clang/AST/
DTypeNodes.def107 #ifdef LAST_TYPE
108 LAST_TYPE(Atomic)
109 #undef LAST_TYPE
DType.h1091 #define LAST_TYPE(Class) TypeLast = Class,
/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()
Dmark-compact.cc1810 STATIC_ASSERT(LAST_TYPE == LAST_JS_RECEIVER_TYPE); in ProcessNewlyMarkedObject()
1936 STATIC_ASSERT(LAST_TYPE == LAST_JS_RECEIVER_TYPE); in CreateBackPointers()
2456 STATIC_ASSERT(LAST_TYPE == LAST_JS_RECEIVER_TYPE); in ReattachInitialMaps()
2486 STATIC_ASSERT(LAST_TYPE == LAST_JS_OBJECT_TYPE); in ClearNonLiveTransitions()
Disolate.h1227 HistogramInfo heap_histograms_[LAST_TYPE + 1];
Dobjects-inl.h212 ASSERT(kNotStringTag + kIsSymbolMask > LAST_TYPE); in IsSymbol()
504 STATIC_ASSERT(LAST_JS_RECEIVER_TYPE == LAST_TYPE); in IsJSReceiver()
511 STATIC_ASSERT(LAST_JS_OBJECT_TYPE == LAST_TYPE); in IsJSObject()
Dobjects.h643 LAST_TYPE = JS_FUNCTION_TYPE, enumerator
657 LAST_JS_RECEIVER_TYPE = LAST_TYPE,
660 LAST_JS_OBJECT_TYPE = LAST_TYPE,
Dhydrogen-instructions.cc790 if (to_ == LAST_TYPE) stream->Add(" spec_object"); in PrintDataTo()
/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()
Dlithium-codegen-x64.cc1756 ASSERT(from == to || to == LAST_TYPE); in TestType()
1765 if (to == LAST_TYPE) return above_equal; in BranchCondition()
1836 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in EmitClassOfTest()
3903 if (last != LAST_TYPE) { in DoCheckInstanceType()
Dic-x64.cc83 STATIC_ASSERT(LAST_TYPE == LAST_SPEC_OBJECT_TYPE); in GenerateStringDictionaryReceiverCheck()
Dcode-stubs-x64.cc3412 STATIC_ASSERT(LAST_TYPE == LAST_SPEC_OBJECT_TYPE); in Generate()
3575 STATIC_ASSERT(LAST_TYPE < kNotStringTag + kIsSymbolMask); in BranchIfNonSymbol()
/external/v8/src/ia32/
Dbuiltins-ia32.cc616 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionCall()
809 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionApply()
Dlithium-codegen-ia32.cc1801 ASSERT(from == to || to == LAST_TYPE); in TestType()
1810 if (to == LAST_TYPE) return above_equal; in BranchCondition()
1880 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in EmitClassOfTest()
4133 if (last != LAST_TYPE) { in DoCheckInstanceType()
Dic-ia32.cc84 STATIC_ASSERT(LAST_TYPE == LAST_SPEC_OBJECT_TYPE); in GenerateStringDictionaryReceiverCheck()
/external/v8/src/arm/
Dbuiltins-arm.cc1337 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionCall()
1549 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionApply()
Dlithium-codegen-arm.cc1990 ASSERT(from == to || to == LAST_TYPE); in TestType()
1999 if (to == LAST_TYPE) return hs; in BranchCondition()
2072 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in EmitClassOfTest()
4289 if (last != LAST_TYPE) { in DoCheckInstanceType()
Dic-arm.cc89 STATIC_ASSERT(LAST_TYPE == LAST_SPEC_OBJECT_TYPE); in GenerateStringDictionaryReceiverCheck()
/external/v8/src/mips/
Dbuiltins-mips.cc1365 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionCall()
1573 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionApply()
Dlithium-codegen-mips.cc1851 ASSERT(from == to || to == LAST_TYPE); in TestType()
1860 if (to == LAST_TYPE) return hs; in BranchCondition()
1937 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in EmitClassOfTest()
4186 if (last != LAST_TYPE) { in DoCheckInstanceType()
Dic-mips.cc86 STATIC_ASSERT(LAST_TYPE == LAST_SPEC_OBJECT_TYPE); in GenerateStringDictionaryReceiverCheck()

12