Home
last modified time | relevance | path

Searched refs:EmitPoolObject (Results 1 – 6 of 6) sorted by relevance

/external/vixl/src/aarch32/
Dlocation-aarch32.h242 virtual void EmitPoolObject(MacroAssemblerInterface* masm) VIXL_OVERRIDE { in EmitPoolObject() function
273 virtual void EmitPoolObject(MacroAssemblerInterface* masm) VIXL_OVERRIDE;
335 virtual void EmitPoolObject(MacroAssemblerInterface* masm) VIXL_OVERRIDE;
Dlocation-aarch32.cc134 void Label::EmitPoolObject(MacroAssemblerInterface* masm) { in EmitPoolObject() function in vixl::aarch32::Label
145 void RawLiteral::EmitPoolObject(MacroAssemblerInterface* masm) { in EmitPoolObject() function in vixl::aarch32::RawLiteral
Dmacro-assembler-aarch32.h473 literal->EmitPoolObject(this); in Place()
/external/vixl/src/
Dpool-manager.h160 virtual void EmitPoolObject(MacroAssemblerInterface* masm) = 0;
Dpool-manager-impl.h102 label_base->EmitPoolObject(masm); in Emit()
/external/vixl/test/
Dtest-pool-manager.cc94 void EmitPoolObject(MacroAssemblerInterface *masm) VIXL_OVERRIDE { in EmitPoolObject() function in TestObject
153 void EmitPoolObject(MacroAssemblerInterface *masm) VIXL_OVERRIDE { in EmitPoolObject() function in TestBranchObject