Searched refs:store_value (Results 1 – 6 of 6) sorted by relevance
73 function base_setter_test(create_func, index, store_value) { argument77 foo = function(a) { a[index] = store_value; }166 bar = function(a) { a[index+1] = store_value; }
510 Node* store_value = m.Int32Constant(0xdeadbeef); in TARGET_TEST_F() local512 Node* store_reg_node = m.StoreRegister(store_value, reg_index_node); in TARGET_TEST_F()519 store_value)); in TARGET_TEST_F()
1888 def store_value(self, rhs): member in Value1926 self._value_store.store_value(rhs)
441 value.store_value('hello world')