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.cpp556 LPObjectCache *objcache = new LPObjectCache(cache_out); in lp_build_create_jit_compiler_for_module() local
557 JIT->setObjectCache(objcache); in lp_build_create_jit_compiler_for_module()
558 cache_out->jit_obj_cache = (void *)objcache; in lp_build_create_jit_compiler_for_module()
603 LPObjectCache *objcache = (LPObjectCache *)objcache_ptr; in lp_free_objcache() local
604 delete objcache; in lp_free_objcache()
Dlp_bld_misc.h93 lp_free_objcache(void *objcache);