HomeSort by relevance Sort by last modified time
    Searched defs:FINISH (Results 1 - 11 of 11) sorted by null

  /dalvik/vm/mterp/portable/
stubdefs.cpp 37 # define FINISH(_offset) { \
  /dalvik/vm/mterp/cstubs/
stubdefs.cpp 66 * Like the "portable" FINISH, but don't reload "inst", and return to caller
71 #define FINISH(_offset) { \
79 #define FINISH(_offset) { \
  /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/out/
InterpC-armv5te-vfp.cpp 101 * We don't advance the program counter until we finish an instruction or
444 * Like the "portable" FINISH, but don't reload "inst", and return to caller
449 #define FINISH(_offset) { \
457 #define FINISH(_offset) { \
550 FINISH(1);
576 FINISH(1);
584 FINISH(1);
611 FINISH(2);
624 FINISH(branchOffset); \
627 FINISH(2);
    [all...]
InterpC-armv5te.cpp 101 * We don't advance the program counter until we finish an instruction or
444 * Like the "portable" FINISH, but don't reload "inst", and return to caller
449 #define FINISH(_offset) { \
457 #define FINISH(_offset) { \
550 FINISH(1);
576 FINISH(1);
584 FINISH(1);
611 FINISH(2);
624 FINISH(branchOffset); \
627 FINISH(2);
    [all...]
InterpC-armv7-a-neon.cpp 101 * We don't advance the program counter until we finish an instruction or
444 * Like the "portable" FINISH, but don't reload "inst", and return to caller
449 #define FINISH(_offset) { \
457 #define FINISH(_offset) { \
550 FINISH(1);
576 FINISH(1);
584 FINISH(1);
611 FINISH(2);
624 FINISH(branchOffset); \
627 FINISH(2);
    [all...]
InterpC-armv7-a.cpp 101 * We don't advance the program counter until we finish an instruction or
444 * Like the "portable" FINISH, but don't reload "inst", and return to caller
449 #define FINISH(_offset) { \
457 #define FINISH(_offset) { \
550 FINISH(1);
576 FINISH(1);
584 FINISH(1);
611 FINISH(2);
624 FINISH(branchOffset); \
627 FINISH(2);
    [all...]
InterpC-allstubs.cpp 101 * We don't advance the program counter until we finish an instruction or
444 * Like the "portable" FINISH, but don't reload "inst", and return to caller
449 #define FINISH(_offset) { \
457 #define FINISH(_offset) { \
550 FINISH(1);
576 FINISH(1);
584 FINISH(1);
611 FINISH(2);
624 FINISH(branchOffset); \
627 FINISH(2);
    [all...]
InterpC-mips.cpp 101 * We don't advance the program counter until we finish an instruction or
444 * Like the "portable" FINISH, but don't reload "inst", and return to caller
449 #define FINISH(_offset) { \
457 #define FINISH(_offset) { \
550 FINISH(1);
576 FINISH(1);
584 FINISH(1);
611 FINISH(2);
624 FINISH(branchOffset); \
627 FINISH(2);
    [all...]
InterpC-portable.cpp 101 * We don't advance the program counter until we finish an instruction or
415 # define FINISH(_offset) { \
496 FINISH(1);
522 FINISH(1);
530 FINISH(1);
557 FINISH(2);
570 FINISH(branchOffset); \
573 FINISH(2); \
585 FINISH(branchOffset); \
588 FINISH(2);
    [all...]
InterpC-x86.cpp 101 * We don't advance the program counter until we finish an instruction or
444 * Like the "portable" FINISH, but don't reload "inst", and return to caller
449 #define FINISH(_offset) { \
457 #define FINISH(_offset) { \
550 FINISH(1);
576 FINISH(1);
584 FINISH(1);
611 FINISH(2);
624 FINISH(branchOffset); \
627 FINISH(2);
    [all...]

Completed in 299 milliseconds