Searched refs:StoreIntoObject (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/src/DartARM32/ |
D | assembler_arm.cc | 1753 void Assembler::StoreIntoObject(Register object, const Address &dest, in StoreIntoObject() function in dart::Assembler 1783 StoreIntoObject(object, FieldAddress(object, offset), value, in StoreIntoObjectOffset() 1787 StoreIntoObject(object, Address(IP), value, can_value_be_smi); in StoreIntoObjectOffset()
|
D | assembler_arm.h | 887 void StoreIntoObject(Register object, // Object we are storing into.
|