Searched refs:MacroAssemblerInterface (Results 1 - 9 of 9) sorted by relevance
/third_party/vixl/src/ |
H A D | code-generation-scopes-vixl.h | 158 EmissionCheckScope(MacroAssemblerInterface* masm, in EmissionCheckScope() 183 void Open(MacroAssemblerInterface* masm, in Open() 208 void Open(MacroAssemblerInterface* masm, in Open() 237 EmissionCheckScope(MacroAssemblerInterface* masm, in EmissionCheckScope() 244 MacroAssemblerInterface* masm_{nullptr}; 251 // - Block access to the MacroAssemblerInterface (using run-time assertions). 257 ExactAssemblyScope(MacroAssemblerInterface* masm, in ExactAssemblyScope() 271 void Open(MacroAssemblerInterface* masm, in Open() 297 ExactAssemblyScope(MacroAssemblerInterface* masm, in ExactAssemblyScope() 304 void Open(MacroAssemblerInterface* mas [all...] |
H A D | macro-assembler-interface.h | 34 class MacroAssemblerInterface { class 38 virtual ~MacroAssemblerInterface() VIXL_NEGATIVE_TESTING_ALLOW_EXCEPTION {}
|
H A D | pool-manager.h | 158 virtual void EmitPoolObject(MacroAssemblerInterface* masm) = 0; 431 T Emit(MacroAssemblerInterface* masm, 449 T Bind(MacroAssemblerInterface* masm, LocationBase<T>* object, T location); 543 // MacroAssemblerInterface for that. It will also emit padding if necessary, 546 // MacroAssemblerInterface.
|
H A D | pool-manager-impl.h | 39 T PoolManager<T>::Emit(MacroAssemblerInterface* masm, in Emit() 445 T PoolManager<T>::Bind(MacroAssemblerInterface* masm, in Bind()
|
/third_party/vixl/src/aarch32/ |
H A D | location-aarch32.cc | 134 void Label::EmitPoolObject(MacroAssemblerInterface* masm) { in EmitPoolObject() 145 void RawLiteral::EmitPoolObject(MacroAssemblerInterface* masm) { in EmitPoolObject()
|
H A D | location-aarch32.h | 266 virtual void EmitPoolObject(MacroAssemblerInterface* masm) VIXL_OVERRIDE { 304 virtual void EmitPoolObject(MacroAssemblerInterface* masm) VIXL_OVERRIDE; 397 virtual void EmitPoolObject(MacroAssemblerInterface* masm) VIXL_OVERRIDE;
|
H A D | macro-assembler-aarch32.h | 62 class MacroAssembler : public Assembler, public MacroAssemblerInterface { 127 explicit MacroEmissionCheckScope(MacroAssemblerInterface* masm, in MacroEmissionCheckScope()
|
/third_party/vixl/test/ |
H A D | test-pool-manager.cc | 94 void EmitPoolObject(MacroAssemblerInterface *masm) VIXL_OVERRIDE { 153 void EmitPoolObject(MacroAssemblerInterface *masm) VIXL_OVERRIDE { 250 class TestMacroAssembler : public MacroAssemblerInterface {
|
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-aarch64.h | 566 explicit SingleEmissionCheckScope(MacroAssemblerInterface* masm) in SingleEmissionCheckScope() 575 explicit MacroEmissionCheckScope(MacroAssemblerInterface* masm) in MacroEmissionCheckScope() 718 class MacroAssembler : public Assembler, public MacroAssemblerInterface {
|
Completed in 46 milliseconds