Searched refs:objcache (Results 1 – 2 of 2) sorted by relevance
556 LPObjectCache *objcache = new LPObjectCache(cache_out); in lp_build_create_jit_compiler_for_module() local557 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() local604 delete objcache; in lp_free_objcache()
93 lp_free_objcache(void *objcache);