HomeSort by relevance Sort by last modified time
    Searched defs:EXPORT_PC (Results 1 - 23 of 23) 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/mterp/c/
header.cpp 79 * redundant with EXPORT_PC and the debugger code. This value can be
80 * compared against what we have stored on the stack with EXPORT_PC to
305 #define EXPORT_PC() (SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc)
315 * EXPORT_PC at the top).
351 EXPORT_PC();
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te.S 95 #define EXPORT_PC() \
    [all...]
CompilerTemplateAsm-armv5te-vfp.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...]
CompilerTemplateAsm-mips.S 156 #define EXPORT_PC() \
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-armv5te-vfp.S 99 #define EXPORT_PC() \
125 * EXPORT_PC().)
811 EXPORT_PC() @ need for precise GC
831 EXPORT_PC() @ before fetch: export the PC
    [all...]
InterpAsm-armv5te.S 99 #define EXPORT_PC() \
125 * EXPORT_PC().)
811 EXPORT_PC() @ need for precise GC
831 EXPORT_PC() @ before fetch: export the PC
    [all...]
InterpAsm-armv7-a-neon.S 99 #define EXPORT_PC() \
125 * EXPORT_PC().)
822 EXPORT_PC() @ need for precise GC
842 EXPORT_PC() @ before fetch: export the PC
    [all...]
InterpAsm-armv7-a.S 99 #define EXPORT_PC() \
125 * EXPORT_PC().)
822 EXPORT_PC() @ need for precise GC
842 EXPORT_PC() @ before fetch: export the PC
    [all...]
InterpC-armv5te-vfp.cpp 86 * redundant with EXPORT_PC and the debugger code. This value can be
87 * compared against what we have stored on the stack with EXPORT_PC to
312 #define EXPORT_PC() (SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc)
322 * EXPORT_PC at the top).
358 EXPORT_PC();
511 EXPORT_PC(); /* need for precise GC */ \
667 EXPORT_PC(); \
713 EXPORT_PC(); \
    [all...]
InterpC-armv5te.cpp 86 * redundant with EXPORT_PC and the debugger code. This value can be
87 * compared against what we have stored on the stack with EXPORT_PC to
312 #define EXPORT_PC() (SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc)
322 * EXPORT_PC at the top).
358 EXPORT_PC();
511 EXPORT_PC(); /* need for precise GC */ \
667 EXPORT_PC(); \
713 EXPORT_PC(); \
    [all...]
InterpC-armv7-a-neon.cpp 86 * redundant with EXPORT_PC and the debugger code. This value can be
87 * compared against what we have stored on the stack with EXPORT_PC to
312 #define EXPORT_PC() (SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc)
322 * EXPORT_PC at the top).
358 EXPORT_PC();
511 EXPORT_PC(); /* need for precise GC */ \
667 EXPORT_PC(); \
713 EXPORT_PC(); \
    [all...]
InterpC-armv7-a.cpp 86 * redundant with EXPORT_PC and the debugger code. This value can be
87 * compared against what we have stored on the stack with EXPORT_PC to
312 #define EXPORT_PC() (SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc)
322 * EXPORT_PC at the top).
358 EXPORT_PC();
511 EXPORT_PC(); /* need for precise GC */ \
667 EXPORT_PC(); \
713 EXPORT_PC(); \
    [all...]
InterpC-allstubs.cpp 86 * redundant with EXPORT_PC and the debugger code. This value can be
87 * compared against what we have stored on the stack with EXPORT_PC to
312 #define EXPORT_PC() (SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc)
322 * EXPORT_PC at the top).
358 EXPORT_PC();
511 EXPORT_PC(); /* need for precise GC */ \
667 EXPORT_PC(); \
713 EXPORT_PC(); \
    [all...]
InterpC-mips.cpp 86 * redundant with EXPORT_PC and the debugger code. This value can be
87 * compared against what we have stored on the stack with EXPORT_PC to
312 #define EXPORT_PC() (SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc)
322 * EXPORT_PC at the top).
358 EXPORT_PC();
511 EXPORT_PC(); /* need for precise GC */ \
667 EXPORT_PC(); \
713 EXPORT_PC(); \
    [all...]
InterpC-portable.cpp 86 * redundant with EXPORT_PC and the debugger code. This value can be
87 * compared against what we have stored on the stack with EXPORT_PC to
312 #define EXPORT_PC() (SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc)
322 * EXPORT_PC at the top).
358 EXPORT_PC();
457 EXPORT_PC(); /* need for precise GC */ \
613 EXPORT_PC(); \
659 EXPORT_PC(); \
693 EXPORT_PC(); \
    [all...]
InterpC-x86.cpp 86 * redundant with EXPORT_PC and the debugger code. This value can be
87 * compared against what we have stored on the stack with EXPORT_PC to
312 #define EXPORT_PC() (SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc)
322 * EXPORT_PC at the top).
358 EXPORT_PC();
511 EXPORT_PC(); /* need for precise GC */ \
667 EXPORT_PC(); \
713 EXPORT_PC(); \
    [all...]
InterpAsm-mips.S 78 #define EXPORT_PC() \
920 EXPORT_PC()
    [all...]
  /dalvik/vm/mterp/mips/
header.S 71 #define EXPORT_PC() \
  /dalvik/vm/compiler/template/mips/
header.S 149 #define EXPORT_PC() \

Completed in 865 milliseconds