HomeSort by relevance Sort by last modified time
    Searched defs:FlushOnePage (Results 1 - 5 of 5) sorted by null

  /external/v8/src/mips/
simulator-mips.cc 821 FlushOnePage(i_cache, start, bytes_to_flush);
828 FlushOnePage(i_cache, start, size);
845 void Simulator::FlushOnePage(base::CustomMatcherHashMap* i_cache,
    [all...]
  /external/v8/src/mips64/
simulator-mips64.cc 754 FlushOnePage(i_cache, start, bytes_to_flush);
761 FlushOnePage(i_cache, start, size);
777 void Simulator::FlushOnePage(base::CustomMatcherHashMap* i_cache,
    [all...]
  /external/v8/src/ppc/
simulator-ppc.cc 671 FlushOnePage(i_cache, start, bytes_to_flush);
678 FlushOnePage(i_cache, start, size);
694 void Simulator::FlushOnePage(base::CustomMatcherHashMap* i_cache,
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 591 FlushOnePage(i_cache, start, bytes_to_flush);
598 FlushOnePage(i_cache, start, size);
614 void Simulator::FlushOnePage(base::CustomMatcherHashMap* i_cache,
    [all...]
  /external/v8/src/s390/
simulator-s390.cc 673 FlushOnePage(i_cache, start, bytes_to_flush);
680 FlushOnePage(i_cache, start, size);
695 void Simulator::FlushOnePage(base::CustomMatcherHashMap* i_cache,
    [all...]

Completed in 62 milliseconds