/external/v8/tools/oom_dump/ |
D | oom_dump.cc | 47 static char const* names[v8::internal::LAST_TYPE] = {0}; in InstanceTypeToString() 189 int objects_per_type[v8::internal::LAST_TYPE + 1] = {0}; in DumpHeapStats() 191 v8::internal::LAST_TYPE + 1, objects_per_type); in DumpHeapStats() 193 int size_per_type[v8::internal::LAST_TYPE + 1] = {0}; in DumpHeapStats() 194 ReadArrayFrom(memory_region, heap_stats_addr, 22, v8::internal::LAST_TYPE + 1, in DumpHeapStats() 204 int indices[v8::internal::LAST_TYPE + 1]; in DumpHeapStats() 205 for (int i = 0; i <= v8::internal::LAST_TYPE; i++) { in DumpHeapStats() 213 for (int i = 0; i <= v8::internal::LAST_TYPE; i++) { in DumpHeapStats() 257 for (int i = 0; i <= v8::internal::LAST_TYPE; i++) { in DumpHeapStats()
|
/external/clang/include/clang/AST/ |
D | TypeNodes.def | 109 #ifdef LAST_TYPE 110 LAST_TYPE(Atomic) 111 #undef LAST_TYPE
|
D | Type.h | 1175 #define LAST_TYPE(Class) TypeLast = Class,
|
/external/v8/src/heap/ |
D | spaces.cc | 1196 allocated_histogram_ = NewArray<HistogramInfo>(LAST_TYPE + 1); in SetUp() 1197 promoted_histogram_ = NewArray<HistogramInfo>(LAST_TYPE + 1); in SetUp() 1804 DCHECK(0 <= type && type <= LAST_TYPE); in CollectHistogramInfo() 1820 for (int i = 0; i <= LAST_TYPE; i++) { in ReportHistogram() 1852 for (int i = 0; i <= LAST_TYPE; i++) { in ClearHistograms() 1887 for (int i = FIRST_NONSTRING_TYPE; i <= LAST_TYPE; ++i) { in DoReportStatistics() 1906 for (int i = 0; i <= LAST_TYPE; i++) { in ReportStatistics() 1927 DCHECK(0 <= type && type <= LAST_TYPE); in RecordAllocation() 1935 DCHECK(0 <= type && type <= LAST_TYPE); in RecordPromotion()
|
D | heap.h | 1292 FIRST_CODE_KIND_SUB_TYPE = LAST_TYPE + 1, 1301 DCHECK(type <= LAST_TYPE); in RecordObjectStats()
|
/external/v8/src/x64/ |
D | builtins-x64.cc | 447 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_JSConstructStubHelper() 856 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionCall() 1047 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionApply()
|
D | lithium-codegen-x64.cc | 2517 DCHECK(from == to || to == LAST_TYPE); in TestType() 2526 if (to == LAST_TYPE) return above_equal; in BranchCondition() 2589 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in EmitClassOfTest() 5120 if (last != LAST_TYPE) { in DoCheckInstanceType()
|
/external/v8/src/arm64/ |
D | builtins-arm64.cc | 1094 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionCall() 1293 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionApply()
|
D | lithium-codegen-arm64.cc | 2257 } else if (last == LAST_TYPE) { in DoCheckInstanceType() 2382 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in DoClassOfTestAndBranch() 2992 DCHECK((from == to) || (to == LAST_TYPE)); in TestType() 3002 if (to == LAST_TYPE) return hs; in BranchCondition()
|
/external/v8/src/ia32/ |
D | builtins-ia32.cc | 793 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionCall() 977 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionApply()
|
D | lithium-codegen-ia32.cc | 2471 DCHECK(from == to || to == LAST_TYPE); in TestType() 2480 if (to == LAST_TYPE) return above_equal; in BranchCondition() 2542 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in EmitClassOfTest() 4925 if (last != LAST_TYPE) { in DoCheckInstanceType()
|
/external/v8/src/x87/ |
D | builtins-x87.cc | 793 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionCall() 977 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionApply()
|
D | lithium-codegen-x87.cc | 2767 DCHECK(from == to || to == LAST_TYPE); in TestType() 2776 if (to == LAST_TYPE) return above_equal; in BranchCondition() 2838 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in EmitClassOfTest() 5433 if (last != LAST_TYPE) { in DoCheckInstanceType()
|
/external/v8/src/arm/ |
D | builtins-arm.cc | 1103 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionCall() 1307 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionApply()
|
D | lithium-codegen-arm.cc | 2626 DCHECK(from == to || to == LAST_TYPE); in TestType() 2635 if (to == LAST_TYPE) return hs; in BranchCondition() 2700 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in EmitClassOfTest() 5137 if (last != LAST_TYPE) { in DoCheckInstanceType()
|
D | macro-assembler-arm.cc | 2097 STATIC_ASSERT(LAST_TYPE < 256); in CheckObjectTypeRange() 2113 STATIC_ASSERT(LAST_TYPE < 256); in CompareInstanceType()
|
/external/v8/src/mips64/ |
D | builtins-mips64.cc | 1139 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionCall() 1337 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionApply()
|
D | lithium-codegen-mips64.cc | 2498 DCHECK(from == to || to == LAST_TYPE); in TestType() 2507 if (to == LAST_TYPE) return hs; in BranchCondition() 2575 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in EmitClassOfTest() 5142 if (last != LAST_TYPE) { in DoCheckInstanceType()
|
/external/v8/src/mips/ |
D | builtins-mips.cc | 1125 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionCall() 1323 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionApply()
|
D | lithium-codegen-mips.cc | 2528 DCHECK(from == to || to == LAST_TYPE); in TestType() 2537 if (to == LAST_TYPE) return hs; in BranchCondition() 2605 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in EmitClassOfTest() 5111 if (last != LAST_TYPE) { in DoCheckInstanceType()
|
/external/v8/src/ |
D | objects-debug.cc | 297 CHECK(FIRST_TYPE <= instance_type() && instance_type() <= LAST_TYPE); in MapVerify()
|
D | isolate.h | 1286 HistogramInfo heap_histograms_[LAST_TYPE + 1];
|
D | objects.h | 753 LAST_TYPE = JS_FUNCTION_TYPE, enumerator 773 LAST_JS_RECEIVER_TYPE = LAST_TYPE, 776 LAST_JS_OBJECT_TYPE = LAST_TYPE, 2613 LAST_TYPE = INT32 enumerator 2801 DCHECK(index <= last_index(LAST_TYPE, section)); in OffsetOfElementAt() 6118 STATIC_ASSERT(LAST_TYPE == LAST_JS_OBJECT_TYPE); in CanTransition()
|
D | objects-inl.h | 664 STATIC_ASSERT(LAST_JS_RECEIVER_TYPE == LAST_TYPE); in IsJSReceiver() 671 STATIC_ASSERT(LAST_JS_OBJECT_TYPE == LAST_TYPE); in IsJSObject() 2477 DCHECK(type <= LAST_TYPE); in get_type()
|
D | hydrogen-instructions.cc | 1272 if (to_ == LAST_TYPE) os << " spec_object"; in PrintDataTo()
|