Lines Matching defs:assembly
154 class ScanlineAssembly : public Assembly {
158 : Assembly(size), mKey(needs) { }
249 sp<Assembly> assembly = gCodeCache.lookup(key);
250 if (assembly == 0) {
251 // create a new assembly region
261 // finally, cache this assembly
265 LOGE("error generating or caching assembly. Reverting to NOP.");
271 assembly = a;
274 // release the previous assembly
280 c->scanline_as = assembly.get();
281 c->scanline_as->incStrong(c); // hold on to assembly
282 c->scanline = (void(*)(context_t* c))assembly->base();