HomeSort by relevance Sort by last modified time
    Searched refs:CouldCreateAllocationMementos (Results 1 - 3 of 3) sorted by null

  /external/v8/src/ic/
ic-state.h 90 bool CouldCreateAllocationMementos() const {
100 return FLAG_allocation_site_pretenuring && CouldCreateAllocationMementos();
ic-state.cc 210 if (s.CouldCreateAllocationMementos()) os << "_CreateAllocationMementos";
  /external/v8/src/
code-stubs.cc 311 if (state.CouldCreateAllocationMementos()) {

Completed in 51 milliseconds