Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dmacro-assembler-arm.h1524 FlushICache flush_cache_; // Whether to flush the I cache after patching. variable
Dmacro-assembler-arm.cc3564 flush_cache_(flush_cache) { in CodePatcher()
3574 if (flush_cache_ == FLUSH) { in ~CodePatcher()
/external/v8/src/mips/
Dmacro-assembler-mips.h1749 FlushICache flush_cache_; // Whether to flush the I cache after patching. variable
Dmacro-assembler-mips.cc5734 flush_cache_(flush_cache) { in CodePatcher()
5744 if (flush_cache_ == FLUSH) { in ~CodePatcher()
/external/v8/src/ppc/
Dmacro-assembler-ppc.h1566 FlushICache flush_cache_; // Whether to flush the I cache after patching. variable
Dmacro-assembler-ppc.cc4271 flush_cache_(flush_cache) { in CodePatcher()
4281 if (flush_cache_ == FLUSH) { in ~CodePatcher()
/external/v8/src/mips64/
Dmacro-assembler-mips64.h1901 FlushICache flush_cache_; // Whether to flush the I cache after patching. variable
Dmacro-assembler-mips64.cc6452 flush_cache_(flush_cache) { in CodePatcher()
6462 if (flush_cache_ == FLUSH) { in ~CodePatcher()