Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/libffi/src/mips/
Dffi.c674 char *clear_location = (char *) codeloc; in ffi_prep_closure_loc() local
740 __builtin___clear_cache(clear_location, clear_location + FFI_TRAMPOLINE_SIZE); in ffi_prep_closure_loc()
742 cacheflush (clear_location, FFI_TRAMPOLINE_SIZE, ICACHE); in ffi_prep_closure_loc()
/external/libffi/src/mips/
Dffi.c707 char *clear_location = (char *) codeloc; in ffi_prep_closure_loc() local
781 __builtin___clear_cache(clear_location, clear_location + FFI_TRAMPOLINE_SIZE); in ffi_prep_closure_loc()
783 cacheflush (clear_location, FFI_TRAMPOLINE_SIZE, ICACHE); in ffi_prep_closure_loc()
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.libffi393 (ffi_prep_closure_loc): Use clear_location instead of tramp.
DChangeLog4441 (ffi_prep_closure_loc): Use clear_location instead of tramp.
/external/libffi/
DChangeLog.libffi393 (ffi_prep_closure_loc): Use clear_location instead of tramp.
DChangeLog.old6405 (ffi_prep_closure_loc): Use clear_location instead of tramp.
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h6123 void clear_location();
11704 inline void SourceCodeInfo::clear_location() { in clear_location() function
/external/rust/crates/protobuf/src/
Ddescriptor.rs8441 pub fn clear_location(&mut self) { in clear_location() method