Searched refs:flush_icache (Results 1 – 13 of 13) sorted by relevance
/external/v8/src/builtins/ |
D | setup-builtins-internal.cc | 219 bool flush_icache = false; in ReplacePlaceholders() local 240 flush_icache = true; in ReplacePlaceholders() 242 if (flush_icache) { in ReplacePlaceholders()
|
/external/libffi/src/powerpc/ |
D | ffi_darwin.c | 949 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()
|
D | ffi_sysv.c | 632 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()
|
D | ffi_linux64.c | 658 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/ |
D | ffi_darwin.c | 949 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()
|
D | ffi_sysv.c | 632 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()
|
D | ffi_linux64.c | 658 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/ |
D | ppc-ffi_darwin.c | 684 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/ |
D | ppc-ffi_darwin.c | 684 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/ |
D | wasm-code-manager.cc | 635 WasmCode::FlushICache flush_icache) { in PatchJumpTable() argument 639 slot_idx, target, flush_icache); in PatchJumpTable()
|
/external/u-boot/arch/powerpc/cpu/mpc85xx/ |
D | start.S | 1346 .globl flush_icache symbol 1347 flush_icache: label
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | ChangeLog.libffi-3.1 | 274 (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/ |
D | ChangeLog.libffi-3.1 | 274 (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.
|