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