Home
last modified time | relevance | path

Searched refs:can_value_be_smi (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.h908 bool can_value_be_smi = true);
912 bool can_value_be_smi = true);
Dassembler_arm.cc1859 bool can_value_be_smi) { in StoreIntoObject() argument
1863 if (can_value_be_smi) { in StoreIntoObject()
1888 bool can_value_be_smi) { in StoreIntoObjectOffset() argument
1892 object, FieldAddress(object, offset), value, can_value_be_smi); in StoreIntoObjectOffset()
1895 StoreIntoObject(object, Address(IP), value, can_value_be_smi); in StoreIntoObjectOffset()