Home | History | Annotate | Download | only in src

Lines Matching refs:source

2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
209 FrameElement source = elements_[i];
213 (target.is_memory() && !source.is_memory() && source.is_synced())) {
218 if (source.is_register()) {
223 Unuse(source.reg());
225 set_register_location(source.reg(), kIllegalIndex);
230 !source.is_memory()) {
234 ASSERT(source.is_valid());