Searched refs:objcache (Results 1 – 2 of 2) sorted by relevance
537 LPObjectCache *objcache = new LPObjectCache(cache_out); in lp_build_create_jit_compiler_for_module() local538 JIT->setObjectCache(objcache); in lp_build_create_jit_compiler_for_module()539 cache_out->jit_obj_cache = (void *)objcache; in lp_build_create_jit_compiler_for_module()584 LPObjectCache *objcache = (LPObjectCache *)objcache_ptr; in lp_free_objcache() local585 delete objcache; in lp_free_objcache()
93 lp_free_objcache(void *objcache);