Home
last modified time | relevance | path

Searched refs:objcache (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp559 LPObjectCache *objcache = new LPObjectCache(cache_out); in lp_build_create_jit_compiler_for_module() local
560 JIT->setObjectCache(objcache); in lp_build_create_jit_compiler_for_module()
561 cache_out->jit_obj_cache = (void *)objcache; in lp_build_create_jit_compiler_for_module()
606 LPObjectCache *objcache = (LPObjectCache *)objcache_ptr; in lp_free_objcache() local
607 delete objcache; in lp_free_objcache()
Dlp_bld_misc.h93 lp_free_objcache(void *objcache);