Searched refs:ARMAssemblerProxy (Results 1 – 5 of 5) sorted by relevance
28 ARMAssemblerProxy::ARMAssemblerProxy() in ARMAssemblerProxy() function in android::ARMAssemblerProxy33 ARMAssemblerProxy::ARMAssemblerProxy(ARMAssemblerInterface* target) in ARMAssemblerProxy() function in android::ARMAssemblerProxy38 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 …]
31 class ARMAssemblerProxy : public ARMAssemblerInterface36 ARMAssemblerProxy();37 ARMAssemblerProxy(ARMAssemblerInterface* target);38 virtual ~ARMAssemblerProxy();
34 : ARMAssemblerProxy(target), in GGLAssembler()35 RegisterAllocator(ARMAssemblerProxy::getCodegenArch()), mOptLevel(7) in GGLAssembler()45 ARMAssemblerProxy::prolog(); in prolog()50 ARMAssemblerProxy::epilog(touched); in epilog()55 ARMAssemblerProxy::reset(); in reset()
170 class GGLAssembler : public ARMAssemblerProxy, public RegisterAllocator
11 codeflinger/ARMAssemblerProxy.cpp \