Home
last modified time | relevance | path

Searched refs:flush_cache_ (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/arm/
Dmacro-assembler-arm.h1579 FlushICache flush_cache_; // Whether to flush the I cache after patching. variable
Dmacro-assembler-arm.cc3937 flush_cache_(flush_cache) { in CodePatcher()
3947 if (flush_cache_ == FLUSH) { in ~CodePatcher()
/external/v8/src/ppc/
Dmacro-assembler-ppc.h1635 FlushICache flush_cache_; // Whether to flush the I cache after patching. variable
Dmacro-assembler-ppc.cc4565 flush_cache_(flush_cache) { in CodePatcher()
4575 if (flush_cache_ == FLUSH) { in ~CodePatcher()
/external/v8/src/mips/
Dmacro-assembler-mips.h1867 FlushICache flush_cache_; // Whether to flush the I cache after patching. variable
Dmacro-assembler-mips.cc6689 flush_cache_(flush_cache) { in CodePatcher()
6699 if (flush_cache_ == FLUSH) { in ~CodePatcher()
/external/v8/src/s390/
Dmacro-assembler-s390.h1858 FlushICache flush_cache_; // Whether to flush the I cache after patching. variable
Dmacro-assembler-s390.cc5260 flush_cache_(flush_cache) { in CodePatcher()
5269 if (flush_cache_ == FLUSH) { in ~CodePatcher()
/external/v8/src/mips64/
Dmacro-assembler-mips64.h2008 FlushICache flush_cache_; // Whether to flush the I cache after patching. variable
Dmacro-assembler-mips64.cc7109 flush_cache_(flush_cache) { in CodePatcher()
7119 if (flush_cache_ == FLUSH) { in ~CodePatcher()