Searched refs:memento_create_count (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dobjects-printer.cc1087 << Brief(Smi::FromInt(memento_create_count()));
H A Dobjects-inl.h1768 int AllocationSite::memento_create_count() { return pretenure_create_count(); }
1787 int value = memento_create_count();
1821 int create_count = memento_create_count();
H A Dobjects.h8181 inline int memento_create_count();
/external/v8/src/crankshaft/
H A Dhydrogen.cc3249 HValue* memento_create_count = local
3253 memento_create_count = AddUncasted<HAdd>(
3254 memento_create_count, graph()->GetConstant1());
3257 memento_create_count->ClearFlag(HValue::kCanOverflow);
3260 AllocationSite::kPretenureCreateCountOffset), memento_create_count);

Completed in 172 milliseconds