Searched defs:memento_create_count (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen.cc3089 HValue* memento_create_count = Add<HLoadNamedField>( local
3093 memento_create_count = AddUncasted<HAdd>(
3094 memento_create_count, graph()->GetConstant1());
3097 memento_create_count->ClearFlag(HValue::kCanOverflow);
3100 AllocationSite::kPretenureCreateCountOffset), memento_create_count);
H A Dobjects.h8173 int memento_create_count() { function in class:v8::internal::AllocationSite

Completed in 160 milliseconds