HomeSort by relevance Sort by last modified time
    Searched refs:FINISH (Results 101 - 108 of 108) sorted by null

1 2 3 45

  /libcore/luni/src/main/java/java/util/zip/
Deflater.java 36 * deflater.finish();
127 private static final int FINISH = 4;
291 public synchronized void finish() { method in class:Deflater
292 flushParm = FINISH;
296 * Returns true if {@link #finish finish} has been called and all
339 * {@link #finish} must be called to ensure the compressed data is output.
  /dalvik/vm/mterp/x86-atom/
OP_NEW_ARRAY.S 73 * Finish allocation.
92 FINISH 2 # jump to next instruction
OP_CHECK_CAST.S 50 FINISH 2 # jump to next instruction
OP_NEW_INSTANCE.S 81 FINISH 2 # jump to next instruction
OP_FILLED_NEW_ARRAY.S 109 js 2f # if length was zero, finish
151 FINISH 3 # jump to next instruction
header.S 311 * This is an attempt to split up FINISH in order to reduce or remove
325 * This is an attempt to split up FINISH in order to reduce or remove
339 * This is an attempt to split up FINISH in order to reduce or remove
353 * FINISH in order to reduce or remove potential stalls due to the wait for rFINISH.
379 .macro FINISH _count
  /dalvik/vm/mterp/c/
gotoTargets.cpp 112 FINISH(5);
114 FINISH(3);
641 /* use FINISH on the caller's invoke instruction */
646 FINISH(3);
792 * finish here with an exception still pending.
798 FINISH(0);
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-x86-atom.S 318 * This is an attempt to split up FINISH in order to reduce or remove
332 * This is an attempt to split up FINISH in order to reduce or remove
346 * This is an attempt to split up FINISH in order to reduce or remove
360 * FINISH in order to reduce or remove potential stalls due to the wait for rFINISH.
386 .macro FINISH _count
481 FINISH 1 # jump to next instruction
    [all...]

Completed in 342 milliseconds

1 2 3 45