Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DARMAssemblerProxy.cpp28 ARMAssemblerProxy::ARMAssemblerProxy() in ARMAssemblerProxy() function in android::ARMAssemblerProxy
33 ARMAssemblerProxy::ARMAssemblerProxy(ARMAssemblerInterface* target) in ARMAssemblerProxy() function in android::ARMAssemblerProxy
38 ARMAssemblerProxy::~ARMAssemblerProxy() in ~ARMAssemblerProxy()
43 void ARMAssemblerProxy::setTarget(ARMAssemblerInterface* target) in setTarget()
49 void ARMAssemblerProxy::reset() { in reset()
52 int ARMAssemblerProxy::generate(const char* name) { in generate()
55 void ARMAssemblerProxy::disassemble(const char* name) { in disassemble()
58 int ARMAssemblerProxy::getCodegenArch() in getCodegenArch()
62 void ARMAssemblerProxy::prolog() { in prolog()
65 void ARMAssemblerProxy::epilog(uint32_t touched) { in epilog()
[all …]
DARMAssemblerProxy.h31 class ARMAssemblerProxy : public ARMAssemblerInterface
36 ARMAssemblerProxy();
37 explicit ARMAssemblerProxy(ARMAssemblerInterface* target);
38 virtual ~ARMAssemblerProxy();
DGGLAssembler.cpp35 : ARMAssemblerProxy(target), in GGLAssembler()
36 RegisterAllocator(ARMAssemblerProxy::getCodegenArch()), mOptLevel(7) in GGLAssembler()
46 ARMAssemblerProxy::prolog(); in prolog()
51 ARMAssemblerProxy::epilog(touched); in epilog()
56 ARMAssemblerProxy::reset(); in reset()
DGGLAssembler.h176 class GGLAssembler : public ARMAssemblerProxy, public RegisterAllocator
297 using ARMAssemblerProxy::reset;
/system/core/libpixelflinger/
DAndroid.bp62 "codeflinger/ARMAssemblerProxy.cpp",