Home
last modified time | relevance | path

Searched refs:flush_icache (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/builtins/
Dsetup-builtins-internal.cc219 bool flush_icache = false; in ReplacePlaceholders() local
240 flush_icache = true; in ReplacePlaceholders()
242 if (flush_icache) { in ReplacePlaceholders()
/external/libffi/src/powerpc/
Dffi_darwin.c949 static void flush_icache(char *);
1078 flush_icache(char *addr) in flush_icache() function
1097 flush_icache(addr1+i); in flush_range()
1098 flush_icache(addr1+size-1); in flush_range()
Dffi_sysv.c632 flush_icache (char *wraddr, char *xaddr, int size) in flush_icache() function
668 flush_icache ((char *)tramp, (char *)codeloc, FFI_TRAMPOLINE_SIZE); in ffi_prep_closure_loc_sysv()
Dffi_linux64.c658 flush_icache (char *wraddr, char *xaddr, int size) in flush_icache() function
691 flush_icache ((char *)tramp, (char *)codeloc, FFI_TRAMPOLINE_SIZE); in ffi_prep_closure_loc_linux64()
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
Dffi_darwin.c949 static void flush_icache(char *);
1078 flush_icache(char *addr) in flush_icache() function
1097 flush_icache(addr1+i); in flush_range()
1098 flush_icache(addr1+size-1); in flush_range()
Dffi_sysv.c632 flush_icache (char *wraddr, char *xaddr, int size) in flush_icache() function
668 flush_icache ((char *)tramp, (char *)codeloc, FFI_TRAMPOLINE_SIZE); in ffi_prep_closure_loc_sysv()
Dffi_linux64.c658 flush_icache (char *wraddr, char *xaddr, int size) in flush_icache() function
691 flush_icache ((char *)tramp, (char *)codeloc, FFI_TRAMPOLINE_SIZE); in ffi_prep_closure_loc_linux64()
/external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
Dppc-ffi_darwin.c684 flush_icache( in flush_icache() function
706 flush_icache(addr + i); in flush_range()
708 flush_icache(addr + size - 1); in flush_range()
/external/python/cpython3/Modules/_ctypes/libffi_osx/powerpc/
Dppc-ffi_darwin.c684 flush_icache( in flush_icache() function
706 flush_icache(addr + i); in flush_range()
708 flush_icache(addr + size - 1); in flush_range()
/external/v8/src/wasm/
Dwasm-code-manager.cc635 WasmCode::FlushICache flush_icache) { in PatchJumpTable() argument
639 slot_idx, target, flush_icache); in PatchJumpTable()
/external/u-boot/arch/powerpc/cpu/mpc85xx/
Dstart.S1346 .globl flush_icache symbol
1347 flush_icache: label
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.libffi-3.1274 (flush_icache): Compile for ELFv2.
3265 * src/powerpc/ffi.c (flush_icache): Fix left-over from previous
3317 (flush_icache): Adjust.
4338 * src/powerpc/ffi_darwin.c (flush_icache): ';' is a comment
5150 (flush_icache): Surround by #ifndef POWERPC64.
5563 (flush_icache, flush_range): New functions.
5710 (flush_icache): Likewise.
/external/libffi/
DChangeLog.libffi-3.1274 (flush_icache): Compile for ELFv2.
3265 * src/powerpc/ffi.c (flush_icache): Fix left-over from previous
3317 (flush_icache): Adjust.
4338 * src/powerpc/ffi_darwin.c (flush_icache): ';' is a comment
5150 (flush_icache): Surround by #ifndef POWERPC64.
5563 (flush_icache, flush_range): New functions.
5710 (flush_icache): Likewise.