Searched defs:from_val (Results 1 – 2 of 2) sorted by relevance
392 VALUE from_val = DEREF(from, VALUE); in native_slot_deep_copy() local398 VALUE from_val = native_slot_get(type, type_class, from); in native_slot_deep_copy() local
281 void Set(int from_val, int to_val) { from = from_val, to = to_val; } in Set()