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

  /dalvik/vm/compiler/template/armv5te/
header.S 88 #define EXPORT_PC() \
  /dalvik/vm/mterp/armv5te/
header.S 92 #define EXPORT_PC() \
118 * EXPORT_PC().)
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te-vfp.S 95 #define EXPORT_PC() \
    [all...]
CompilerTemplateAsm-armv5te.S 95 #define EXPORT_PC() \
    [all...]
CompilerTemplateAsm-armv7-a-neon.S 95 #define EXPORT_PC() \
    [all...]
CompilerTemplateAsm-armv7-a.S 95 #define EXPORT_PC() \
    [all...]
  /dalvik/vm/mterp/c/
header.c 89 * redundant with EXPORT_PC and the debugger code. This value can be
90 * compared against what we have stored on the stack with EXPORT_PC to
323 #define EXPORT_PC() (SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc)
351 * EXPORT_PC at the top).
387 EXPORT_PC();
  /dalvik/vm/mterp/x86/
header.S 133 #define EXPORT_PC() \
  /dalvik/vm/mterp/out/
InterpAsm-x86.S 140 #define EXPORT_PC() \
678 EXPORT_PC() # need for precise GC, MONITOR_TRACKING
697 EXPORT_PC()
796 EXPORT_PC()
819 EXPORT_PC()
853 EXPORT_PC()
882 EXPORT_PC()
903 EXPORT_PC()
923 EXPORT_PC()
    [all...]
InterpAsm-armv4t.S 99 #define EXPORT_PC() \
125 * EXPORT_PC().)
    [all...]
InterpAsm-armv5te-vfp.S 99 #define EXPORT_PC() \
125 * EXPORT_PC().)
    [all...]
InterpAsm-armv5te.S 99 #define EXPORT_PC() \
125 * EXPORT_PC().)
    [all...]
InterpAsm-armv7-a-neon.S 99 #define EXPORT_PC() \
125 * EXPORT_PC().)
    [all...]
InterpAsm-armv7-a.S 99 #define EXPORT_PC() \
125 * EXPORT_PC().)
    [all...]
InterpC-armv4t.c 96 * redundant with EXPORT_PC and the debugger code. This value can be
97 * compared against what we have stored on the stack with EXPORT_PC to
330 #define EXPORT_PC() (SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc)
358 * EXPORT_PC at the top).
394 EXPORT_PC();
528 EXPORT_PC(); /* need for precise GC */ \
691 EXPORT_PC(); \
    [all...]
InterpC-armv5te-vfp.c 96 * redundant with EXPORT_PC and the debugger code. This value can be
97 * compared against what we have stored on the stack with EXPORT_PC to
330 #define EXPORT_PC() (SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc)
358 * EXPORT_PC at the top).
394 EXPORT_PC();
528 EXPORT_PC(); /* need for precise GC */ \
691 EXPORT_PC(); \
    [all...]
InterpC-armv5te.c 96 * redundant with EXPORT_PC and the debugger code. This value can be
97 * compared against what we have stored on the stack with EXPORT_PC to
330 #define EXPORT_PC() (SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc)
358 * EXPORT_PC at the top).
394 EXPORT_PC();
528 EXPORT_PC(); /* need for precise GC */ \
691 EXPORT_PC(); \
    [all...]
InterpC-armv7-a-neon.c 96 * redundant with EXPORT_PC and the debugger code. This value can be
97 * compared against what we have stored on the stack with EXPORT_PC to
330 #define EXPORT_PC() (SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc)
358 * EXPORT_PC at the top).
394 EXPORT_PC();
528 EXPORT_PC(); /* need for precise GC */ \
691 EXPORT_PC(); \
    [all...]
InterpC-armv7-a.c 96 * redundant with EXPORT_PC and the debugger code. This value can be
97 * compared against what we have stored on the stack with EXPORT_PC to
330 #define EXPORT_PC() (SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc)
358 * EXPORT_PC at the top).
394 EXPORT_PC();
528 EXPORT_PC(); /* need for precise GC */ \
691 EXPORT_PC(); \
    [all...]
InterpC-allstubs.c 96 * redundant with EXPORT_PC and the debugger code. This value can be
97 * compared against what we have stored on the stack with EXPORT_PC to
330 #define EXPORT_PC() (SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc)
358 * EXPORT_PC at the top).
394 EXPORT_PC();
528 EXPORT_PC(); /* need for precise GC */ \
691 EXPORT_PC(); \
    [all...]
InterpC-portdbg.c 96 * redundant with EXPORT_PC and the debugger code. This value can be
97 * compared against what we have stored on the stack with EXPORT_PC to
330 #define EXPORT_PC() (SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc)
358 * EXPORT_PC at the top).
394 EXPORT_PC();
517 EXPORT_PC(); /* need for precise GC */ \
682 EXPORT_PC(); \
    [all...]
InterpC-portstd.c 96 * redundant with EXPORT_PC and the debugger code. This value can be
97 * compared against what we have stored on the stack with EXPORT_PC to
330 #define EXPORT_PC() (SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc)
358 * EXPORT_PC at the top).
394 EXPORT_PC();
508 EXPORT_PC(); /* need for precise GC */ \
673 EXPORT_PC(); \
720 EXPORT_PC(); \
    [all...]
InterpC-x86-atom.c 96 * redundant with EXPORT_PC and the debugger code. This value can be
97 * compared against what we have stored on the stack with EXPORT_PC to
330 #define EXPORT_PC() (SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc)
358 * EXPORT_PC at the top).
394 EXPORT_PC();
528 EXPORT_PC(); /* need for precise GC */ \
691 EXPORT_PC(); \
    [all...]
InterpC-x86.c 96 * redundant with EXPORT_PC and the debugger code. This value can be
97 * compared against what we have stored on the stack with EXPORT_PC to
330 #define EXPORT_PC() (SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc)
358 * EXPORT_PC at the top).
394 EXPORT_PC();
528 EXPORT_PC(); /* need for precise GC */ \
691 EXPORT_PC(); \
    [all...]

Completed in 202 milliseconds