Home
last modified time | relevance | path

Searched refs:CouldCreateAllocationMementos (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ic/
Dic-state.h90 bool CouldCreateAllocationMementos() const { in CouldCreateAllocationMementos() function
100 return FLAG_allocation_site_pretenuring && CouldCreateAllocationMementos(); in ShouldCreateAllocationMementos()
Dic-state.cc210 if (s.CouldCreateAllocationMementos()) os << "_CreateAllocationMementos"; in operator <<()
/external/v8/src/
Dcode-stubs.cc311 if (state.CouldCreateAllocationMementos()) { in GenerateAheadOfTime()