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

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

Completed in 255 milliseconds