/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/clang/include/clang/AST/ |
D | TypeNodes.def | 107 #ifdef LAST_TYPE 108 LAST_TYPE(Atomic) 109 #undef LAST_TYPE
|
D | Type.h | 1091 #define LAST_TYPE(Class) TypeLast = Class,
|
/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()
|
D | mark-compact.cc | 1810 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()
|
D | isolate.h | 1227 HistogramInfo heap_histograms_[LAST_TYPE + 1];
|
D | objects-inl.h | 212 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()
|
D | objects.h | 643 LAST_TYPE = JS_FUNCTION_TYPE, enumerator 657 LAST_JS_RECEIVER_TYPE = LAST_TYPE, 660 LAST_JS_OBJECT_TYPE = LAST_TYPE,
|
D | hydrogen-instructions.cc | 790 if (to_ == LAST_TYPE) stream->Add(" spec_object"); in PrintDataTo()
|
/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()
|
D | lithium-codegen-x64.cc | 1756 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()
|
D | ic-x64.cc | 83 STATIC_ASSERT(LAST_TYPE == LAST_SPEC_OBJECT_TYPE); in GenerateStringDictionaryReceiverCheck()
|
D | code-stubs-x64.cc | 3412 STATIC_ASSERT(LAST_TYPE == LAST_SPEC_OBJECT_TYPE); in Generate() 3575 STATIC_ASSERT(LAST_TYPE < kNotStringTag + kIsSymbolMask); in BranchIfNonSymbol()
|
/external/v8/src/ia32/ |
D | builtins-ia32.cc | 616 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionCall() 809 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionApply()
|
D | lithium-codegen-ia32.cc | 1801 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()
|
D | ic-ia32.cc | 84 STATIC_ASSERT(LAST_TYPE == LAST_SPEC_OBJECT_TYPE); in GenerateStringDictionaryReceiverCheck()
|
/external/v8/src/arm/ |
D | builtins-arm.cc | 1337 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionCall() 1549 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionApply()
|
D | lithium-codegen-arm.cc | 1990 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()
|
D | ic-arm.cc | 89 STATIC_ASSERT(LAST_TYPE == LAST_SPEC_OBJECT_TYPE); in GenerateStringDictionaryReceiverCheck()
|
/external/v8/src/mips/ |
D | builtins-mips.cc | 1365 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionCall() 1573 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionApply()
|
D | lithium-codegen-mips.cc | 1851 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()
|
D | ic-mips.cc | 86 STATIC_ASSERT(LAST_TYPE == LAST_SPEC_OBJECT_TYPE); in GenerateStringDictionaryReceiverCheck()
|