Home
last modified time | relevance | path

Searched refs:clear_location (Results 1 – 7 of 7) 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.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/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.
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h3391 void clear_location();
7429 inline void SourceCodeInfo::clear_location() { in clear_location() function
Ddescriptor.pb.cc14304 void SourceCodeInfo::clear_location() { in clear_location() function in google::protobuf::SourceCodeInfo