Lines Matching full:fresh
42 Result fresh = CodeGeneratorScope::Current()->allocator()->Allocate();
43 ASSERT(fresh.is_valid());
45 CodeGeneratorScope::Current()->MoveUnsafeSmi(fresh.reg(), handle());
47 CodeGeneratorScope::Current()->masm()->Set(fresh.reg(),
50 // This result becomes a copy of the fresh one.
51 *this = fresh;
60 Result fresh = CodeGeneratorScope::Current()->allocator()->Allocate(target);
61 ASSERT(fresh.is_valid());
63 CodeGeneratorScope::Current()->masm()->mov(fresh.reg(), reg());
67 CodeGeneratorScope::Current()->MoveUnsafeSmi(fresh.reg(), handle());
69 CodeGeneratorScope::Current()->masm()->Set(fresh.reg(),
73 *this = fresh;