Searched refs:ARMAssemblerProxy (Results 1 - 5 of 5) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerProxy.cpp1 /* libs/pixelflinger/codeflinger/ARMAssemblerProxy.cpp
22 #include "codeflinger/ARMAssemblerProxy.h"
28 ARMAssemblerProxy::ARMAssemblerProxy() function in class:android::ARMAssemblerProxy
33 ARMAssemblerProxy::ARMAssemblerProxy(ARMAssemblerInterface* target) function in class:android::ARMAssemblerProxy
38 ARMAssemblerProxy::~ARMAssemblerProxy()
43 void ARMAssemblerProxy::setTarget(ARMAssemblerInterface* target)
49 void ARMAssemblerProxy
[all...]
H A DARMAssemblerProxy.h1 /* libs/pixelflinger/codeflinger/ARMAssemblerProxy.h
31 class ARMAssemblerProxy : public ARMAssemblerInterface class in namespace:android
34 // ARMAssemblerProxy take ownership of the target
36 ARMAssemblerProxy();
37 ARMAssemblerProxy(ARMAssemblerInterface* target);
38 virtual ~ARMAssemblerProxy();
H A DGGLAssembler.cpp34 : ARMAssemblerProxy(target), RegisterAllocator(), mOptLevel(7)
44 ARMAssemblerProxy::prolog();
49 ARMAssemblerProxy::epilog(touched);
54 ARMAssemblerProxy::reset();
H A DGGLAssembler.h27 #include "codeflinger/ARMAssemblerProxy.h"
166 class GGLAssembler : public ARMAssemblerProxy, public RegisterAllocator
/system/core/libpixelflinger/
H A DAndroid.mk11 codeflinger/ARMAssemblerProxy.cpp \

Completed in 725 milliseconds