Lines Matching refs:VIXL_OVERRIDE

94   void EmitPoolObject(MacroAssemblerInterface *masm) VIXL_OVERRIDE {
98 bool ShouldDeletePoolObjectOnPlacement() const VIXL_OVERRIDE { return true; }
101 void ResolveReferences(internal::AssemblerBase *assembler) VIXL_OVERRIDE {
147 bool UsePoolObjectEmissionMargin() const VIXL_OVERRIDE { return true; }
148 int32_t GetPoolObjectEmissionMargin() const VIXL_OVERRIDE {
153 void EmitPoolObject(MacroAssemblerInterface *masm) VIXL_OVERRIDE {
157 bool ShouldDeletePoolObjectOnPlacement() const VIXL_OVERRIDE { return false; }
159 virtual void UpdatePoolObject(PoolObject<int32_t> *object) VIXL_OVERRIDE {
178 void ResolveReferences(internal::AssemblerBase *assembler) VIXL_OVERRIDE {
199 virtual int GetMaxAlignment() const VIXL_OVERRIDE {
211 virtual int32_t GetMinLocation() const VIXL_OVERRIDE {
254 void EmitPoolHeader() VIXL_OVERRIDE {
257 void EmitPoolFooter() VIXL_OVERRIDE {
260 void EmitPaddingBytes(int n) VIXL_OVERRIDE {
263 void EmitNopBytes(int n) VIXL_OVERRIDE {
266 bool ArePoolsBlocked() const VIXL_OVERRIDE { return false; }
267 bool AllowMacroInstructions() const VIXL_OVERRIDE { return false; }
268 void SetAllowMacroInstructions(bool allow) VIXL_OVERRIDE { USE(allow); }
270 void BlockPools() VIXL_OVERRIDE {}
271 void ReleasePools() VIXL_OVERRIDE {}
272 void EnsureEmitPoolsFor(size_t) VIXL_OVERRIDE {}
273 internal::AssemblerBase *AsAssemblerBase() VIXL_OVERRIDE {
886 virtual bool ShouldBeDeletedOnPlacementByPoolManager() const VIXL_OVERRIDE {
902 virtual bool ShouldBeDeletedOnPoolManagerDestruction() const VIXL_OVERRIDE {