Searched defs:EmitPoolObject (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/vixl/src/aarch32/ | ||
H A D | location-aarch32.cc | 134 void Label::EmitPoolObject(MacroAssemblerInterface* masm) { in EmitPoolObject() function in vixl::aarch32::Label |
H A D | location-aarch32.h | 242 virtual void EmitPoolObject(MacroAssemblerInterface* masm) VIXL_OVERRIDE { in EmitPoolObject() function |
/aosp_15_r20/external/vixl/test/ | ||
H A D | test-pool-manager.cc | 94 void EmitPoolObject(MacroAssemblerInterface *masm) VIXL_OVERRIDE { in EmitPoolObject() function in TestObject |