Home
last modified time | relevance | path

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

12

/external/v8/tools/oom_dump/
Doom_dump.cc47 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/
DTypeNodes.def109 #ifdef LAST_TYPE
110 LAST_TYPE(Atomic)
111 #undef LAST_TYPE
DType.h1175 #define LAST_TYPE(Class) TypeLast = Class,
/external/v8/src/heap/
Dspaces.cc1196 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()
Dheap.h1292 FIRST_CODE_KIND_SUB_TYPE = LAST_TYPE + 1,
1301 DCHECK(type <= LAST_TYPE); in RecordObjectStats()
/external/v8/src/x64/
Dbuiltins-x64.cc447 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()
Dlithium-codegen-x64.cc2517 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/
Dbuiltins-arm64.cc1094 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionCall()
1293 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionApply()
Dlithium-codegen-arm64.cc2257 } 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/
Dbuiltins-ia32.cc793 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionCall()
977 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionApply()
Dlithium-codegen-ia32.cc2471 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/
Dbuiltins-x87.cc793 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionCall()
977 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionApply()
Dlithium-codegen-x87.cc2767 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/
Dbuiltins-arm.cc1103 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionCall()
1307 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionApply()
Dlithium-codegen-arm.cc2626 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()
Dmacro-assembler-arm.cc2097 STATIC_ASSERT(LAST_TYPE < 256); in CheckObjectTypeRange()
2113 STATIC_ASSERT(LAST_TYPE < 256); in CompareInstanceType()
/external/v8/src/mips64/
Dbuiltins-mips64.cc1139 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionCall()
1337 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionApply()
Dlithium-codegen-mips64.cc2498 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/
Dbuiltins-mips.cc1125 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionCall()
1323 STATIC_ASSERT(LAST_SPEC_OBJECT_TYPE == LAST_TYPE); in Generate_FunctionApply()
Dlithium-codegen-mips.cc2528 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/
Dobjects-debug.cc297 CHECK(FIRST_TYPE <= instance_type() && instance_type() <= LAST_TYPE); in MapVerify()
Disolate.h1286 HistogramInfo heap_histograms_[LAST_TYPE + 1];
Dobjects.h753 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()
Dobjects-inl.h664 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()
Dhydrogen-instructions.cc1272 if (to_ == LAST_TYPE) os << " spec_object"; in PrintDataTo()

12