OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StatsScope
(Results
1 - 5
of
5
) sorted by null
/external/v8/src/compiler/
zone-pool.h
41
class
StatsScope
final {
43
explicit
StatsScope
(ZonePool* zone_pool);
44
~
StatsScope
();
61
DISALLOW_COPY_AND_ASSIGN(
StatsScope
);
78
typedef std::vector<
StatsScope
*> Stats;
zone-pool.cc
11
ZonePool::
StatsScope
::
StatsScope
(ZonePool* zone_pool)
26
ZonePool::
StatsScope
::~
StatsScope
() {
32
size_t ZonePool::
StatsScope
::GetMaxAllocatedBytes() {
37
size_t ZonePool::
StatsScope
::GetCurrentAllocatedBytes() {
51
size_t ZonePool::
StatsScope
::GetTotalAllocatedBytes() {
56
void ZonePool::
StatsScope
::ZoneReturned(Zone* zone) {
pipeline-statistics.h
39
base::SmartPointer<ZonePool::
StatsScope
> scope_;
pipeline-statistics.cc
16
scope_.Reset(new ZonePool::
StatsScope
(pipeline_stats->zone_pool_));
/external/v8/test/unittests/compiler/
zone-pool-unittest.cc
26
void Expect(ZonePool::
StatsScope
* stats, size_t current, size_t max,
49
ZonePool::
StatsScope
stats(zone_pool());
75
ZonePool::
StatsScope
stats(zone_pool());
123
ZonePool::
StatsScope
outer_stats(zone_pool());
133
ZonePool::
StatsScope
inner_stats(zone_pool());
Completed in 2246 milliseconds