HomeSort by relevance Sort by last modified time
    Searched refs:fresh (Results 1 - 12 of 12) sorted by null

  /external/v8/src/ia32/
register-allocator-ia32.cc 42 Result fresh = CodeGeneratorScope::Current()->allocator()->Allocate(); local
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); local
61 ASSERT(fresh.is_valid());
63 CodeGeneratorScope::Current()->masm()->mov(fresh.reg(), reg());
67 CodeGeneratorScope::Current()->MoveUnsafeSmi(fresh.reg(), handle())
    [all...]
virtual-frame-ia32.cc 188 Result fresh = cgen()->allocator()->Allocate();
189 ASSERT(fresh.is_valid()); // A register was spilled if all were in use.
191 FrameElement::RegisterElement(fresh.reg(),
194 Use(fresh.reg(), i);
199 cgen()->MoveUnsafeSmi(fresh.reg(), element.handle());
201 __ Set(fresh.reg(), Immediate(element.handle()));
210 if (!fresh.reg().is(backing_element.reg())) {
211 __ mov(fresh.reg(), backing_element.reg());
215 __ mov(fresh.reg(), Operand(ebp, fp_relative(element.index())));
599 Result fresh = cgen()->allocator()->Allocate()
    [all...]
codegen-ia32.cc 1216 Result fresh = allocator_->Allocate(); local
1245 Result fresh = allocator_->Allocate(); local
5304 Result fresh = allocator_->Allocate(); local
5310 Result fresh = allocator_->Allocate(); local
    [all...]
  /external/v8/src/x64/
register-allocator-x64.cc 42 Result fresh = CodeGeneratorScope::Current()->allocator()->Allocate(); local
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); local
56 ASSERT(fresh.is_valid());
58 CodeGeneratorScope::Current()->masm()->movq(fresh.reg(), reg());
61 CodeGeneratorScope::Current()->masm()->Move(fresh.reg(), handle());
63 *this = fresh;
    [all...]
virtual-frame-x64.cc 299 Result fresh = cgen()->allocator()->Allocate(); local
300 ASSERT(fresh.is_valid());
301 Use(fresh.reg(), new_backing_index);
302 backing_reg = fresh.reg();
348 Result fresh = cgen()->allocator()->Allocate(); local
349 ASSERT(fresh.is_valid());
351 FrameElement::RegisterElement(fresh.reg(),
354 Use(fresh.reg(), element_count());
356 __ movq(fresh.reg(), Operand(rbp, fp_relative(index)));
506 Result fresh = cgen()->allocator()->Allocate()
    [all...]
codegen-x64.cc 3764 Result fresh = allocator_->Allocate(); local
3770 Result fresh = allocator_->Allocate(); local
5673 Result fresh = allocator_->Allocate(); local
5702 Result fresh = allocator_->Allocate(); local
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/fortress/
DefaultPolicy.java 265 * Gets fresh list of locations and tries to load all of them in sequence;
273 Set<PolicyEntry> fresh = new HashSet<PolicyEntry>(); local
284 fresh.addAll(parser.parse(policyLocations[i], system));
296 // grants = fresh;
304 grants.addAll(fresh);
  /external/freetype/src/raster/
ftraster.c 479 Bool fresh; /* signals a fresh new profile which */ member in struct:TWorker_
1191 Bool result, fresh; local
1370 Bool result, fresh; local
    [all...]
  /external/v8/src/
jump-target.cc 339 Label fresh; local
340 merge_labels_.Add(fresh);
  /bionic/libc/regex/
engine.c 82 states fresh; /* states for a fresh start */ member in struct:match
174 SETUP(m->fresh);
675 states fresh = m->fresh; local
687 ASSIGN(fresh, st);
694 if (EQ(st, fresh))
736 ASSIGN(st, fresh);
  /external/v8/test/mjsunit/
codegen-coverage.js 52 // A fresh register {ebx,rbx} will be allocated for x, then reused for
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 296 milliseconds