Searched refs:flush_cache (Results 1 - 13 of 13) sorted by relevance

/external/libunwind/tests/
H A Dflush-cache.h31 #define flush_cache(ADDR, LEN) \ macro
35 extern void flush_cache (void *addr, size_t len);
H A Dflush-cache.S9 .global flush_cache
11 .proc flush_cache
12 flush_cache: label
37 .endp flush_cache
41 .globl flush_cache
42 flush_cache: label
49 .globl flush_cache
50 flush_cache: label
57 .globl flush_cache
58 flush_cache label
68 flush_cache: label
78 flush_cache: label
[all...]
H A DGtest-dyn1.c190 flush_cache (mem, MAX_FUNC_SIZE);
H A Dia64-test-dyn1.c34 flush_cache (addr, len);
/external/libunwind/include/
H A Dlibunwind-common.h.in229 #define unw_flush_cache UNW_ARCH_OBJ(flush_cache)
H A Dlibunwind-common.h252 #define unw_flush_cache UNW_ARCH_OBJ(flush_cache)
/external/libunwind/
H A DAndroid.mk79 src/mi/flush_cache.c \
/external/chromium_org/v8/src/arm/
H A Dmacro-assembler-arm.h1509 FlushICache flush_cache = FLUSH);
H A Dmacro-assembler-arm.cc4026 FlushICache flush_cache)
4030 flush_cache_(flush_cache) {
/external/chromium_org/v8/src/mips/
H A Dmacro-assembler-mips.h1683 FlushICache flush_cache = FLUSH);
H A Dmacro-assembler-mips.cc6024 FlushICache flush_cache)
6028 flush_cache_(flush_cache) {
6022 CodePatcher(byte* address, int instructions, FlushICache flush_cache) argument
/external/chromium_org/v8/src/mips64/
H A Dmacro-assembler-mips64.h1745 FlushICache flush_cache = FLUSH);
H A Dmacro-assembler-mips64.cc6009 FlushICache flush_cache)
6013 flush_cache_(flush_cache) {
6007 CodePatcher(byte* address, int instructions, FlushICache flush_cache) argument

Completed in 227 milliseconds