HomeSort by relevance Sort by last modified time
    Searched refs:ARMAssemblerProxy (Results 1 - 5 of 5) sorted by null

  /system/core/libpixelflinger/codeflinger/
ARMAssemblerProxy.cpp 1 /* libs/pixelflinger/codeflinger/ARMAssemblerProxy.cpp
22 #include "ARMAssemblerProxy.h"
28 ARMAssemblerProxy::ARMAssemblerProxy()
33 ARMAssemblerProxy::ARMAssemblerProxy(ARMAssemblerInterface* target)
38 ARMAssemblerProxy::~ARMAssemblerProxy()
43 void ARMAssemblerProxy::setTarget(ARMAssemblerInterface* target)
49 void ARMAssemblerProxy::reset()
    [all...]
ARMAssemblerProxy.h 1 /* libs/pixelflinger/codeflinger/ARMAssemblerProxy.h
31 class ARMAssemblerProxy : public ARMAssemblerInterface
34 // ARMAssemblerProxy take ownership of the target
36 ARMAssemblerProxy();
37 ARMAssemblerProxy(ARMAssemblerInterface* target);
38 virtual ~ARMAssemblerProxy();
GGLAssembler.cpp 34 : ARMAssemblerProxy(target),
35 RegisterAllocator(ARMAssemblerProxy::getCodegenArch()), mOptLevel(7)
45 ARMAssemblerProxy::prolog();
50 ARMAssemblerProxy::epilog(touched);
55 ARMAssemblerProxy::reset();
    [all...]
GGLAssembler.h 27 #include "ARMAssemblerProxy.h"
176 class GGLAssembler : public ARMAssemblerProxy, public RegisterAllocator
  /system/core/libpixelflinger/
Android.mk 11 codeflinger/ARMAssemblerProxy.cpp \

Completed in 62 milliseconds