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 61 bool CouldCreateAllocationMementos() const {
71 return FLAG_allocation_site_pretenuring && CouldCreateAllocationMementos();
ic-state.cc 65 if (CouldCreateAllocationMementos()) ret += "_CreateAllocationMementos";
223 if (s.CouldCreateAllocationMementos()) os << "_CreateAllocationMementos";
  /external/v8/src/
code-stubs.cc 325 if (state.CouldCreateAllocationMementos()) {
    [all...]

Completed in 162 milliseconds