Searched defs:inits (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJForLoop.java38 private List<Object> inits = new ArrayList<Object>(); field in class:JForLoop
45 inits.add(v);
54 inits.add(JExpr.assign(v, e));
73 for (Object o : inits) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DFlow.java224 Bits inits; field in class:Flow
242 /** When analyzing a condition, inits and uninits are null.
292 Bits inits; field in class:Flow.PendingExit
295 PendingExit(JCTree tree, Bits inits, Bits uninits) { argument
297 this.inits = inits.dup();
374 inits.excl(nextadr);
399 } else if (!inits.isMember(sym.adr)) {
408 inits.incl(sym.adr);
433 !inits
989 addVars(List<JCStatement> stats, Bits inits, Bits uninits) argument
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.cpp2921 // The Initialize can 'capture' suitably constrained stores as raw inits.
2923 // It can avoid zeroing new storage for memory units which have raw inits.
3065 // for now, if this allocation has already collected any inits, bail:
3467 jlong* inits = ((num_tiles <= small_len) ? &inits_buf[0] local
3471 // inits: which bytes (in each tile) are touched by any initializations
3477 Copy::zero_to_bytes(inits, sizeof(inits[0]) * num_tiles);
3490 if (!store_constant(inits, num_tiles, st_off, st_size, (jlong) -1))
3563 jlong init = inits[j];
3588 split = true; // first word is covered by full inits
3734 Node* inits = zmem; // accumulating a linearized chain of inits local
[all...]

Completed in 45 milliseconds