HomeSort by: relevance | last modified time | path
    Searched defs:sljit_cache_flush (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeMIPS_common.c 351 static __attribute__ ((noinline)) void sljit_cache_flush(void* code, void* code_ptr) function in typeref:typename:void
353 SLJIT_CACHE_FLUSH(code, code_ptr);
487 SLJIT_CACHE_FLUSH(code, code_ptr);
490 sljit_cache_flush(code, code_ptr);

Completed in 27 milliseconds