Home
last modified time | relevance | path

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

/third_party/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()
/third_party/protobuf/src/google/protobuf/
Ddescriptor.pb.h6200 void clear_location();
12599 inline void SourceCodeInfo::clear_location() { in clear_location() function
/third_party/libffi/
DChangeLog.old6405 (ffi_prep_closure_loc): Use clear_location instead of tramp.
DChangeLog10061 (ffi_prep_closure_loc): Use clear_location instead of tramp.