Lines Matching full:fresh
42 Result fresh = CodeGeneratorScope::Current()->allocator()->Allocate();
43 ASSERT(fresh.is_valid());
44 CodeGeneratorScope::Current()->masm()->Move(fresh.reg(), handle());
45 // This result becomes a copy of the fresh one.
46 *this = fresh;
55 Result fresh = CodeGeneratorScope::Current()->allocator()->Allocate(target);
56 ASSERT(fresh.is_valid());
58 CodeGeneratorScope::Current()->masm()->movq(fresh.reg(), reg());
61 CodeGeneratorScope::Current()->masm()->Move(fresh.reg(), handle());
63 *this = fresh;