Home
last modified time | relevance | path

Searched refs:type_stats_ (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/zone/
H A Dzone.h63 type_stats_.AddAllocated<TypeTag>(size); in Allocate()
89 type_stats_.AddDeallocated<TypeTag>(size); in Delete()
183 const TypeStats& type_stats() const { return type_stats_; } in type_stats()
232 TypeStats type_stats_; variable
/dports/lang/v8/v8-9.6.180.12/src/zone/
H A Dzone.h63 type_stats_.AddAllocated<TypeTag>(size); in Allocate()
89 type_stats_.AddDeallocated<TypeTag>(size); in Delete()
183 const TypeStats& type_stats() const { return type_stats_; } in type_stats()
236 TypeStats type_stats_; variable
/dports/lang/v8/v8-9.6.180.12/src/execution/
H A Disolate.cc2792 type_stats_.MergeWith(zone->type_stats()); in ThrowInternal()
2801 type_stats_.Dump(); in ThrowInternal()
2899 TypeStats type_stats_; in ThrowInternal() member in v8::internal::TracingAccountingAllocator
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/execution/
H A Disolate.cc2763 type_stats_.MergeWith(zone->type_stats()); in ThrowInternal()
2772 type_stats_.Dump(); in ThrowInternal()
2870 TypeStats type_stats_; in ThrowInternal() member in v8::internal::TracingAccountingAllocator