Lines Matching refs:Assembly
297 class ScanlineAssembly : public Assembly {
301 : Assembly(size), mKey(needs) { }
398 sp<Assembly> assembly = gCodeCache.lookup(key);
399 if (assembly == 0) {
400 // create a new assembly region
419 // finally, cache this assembly
423 ALOGE("error generating or caching assembly. Reverting to NOP.");
429 assembly = a;
432 // release the previous assembly
438 c->scanline_as = assembly.get();
439 c->scanline_as->incStrong(c); // hold on to assembly
440 c->scanline = (void(*)(context_t* c))assembly->base();