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 explicit ARMAssemblerProxy(ARMAssemblerInterface* target);38 virtual ~ARMAssemblerProxy();
35 : 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()
176 class GGLAssembler : public ARMAssemblerProxy, public RegisterAllocator297 using ARMAssemblerProxy::reset;
62 "codeflinger/ARMAssemblerProxy.cpp",