Searched defs:EXPORT_PC (Results 1 - 19 of 19) sorted by relevance

/dalvik/vm/compiler/template/armv5te/
H A Dheader.S88 #define EXPORT_PC() \ define
/dalvik/vm/mterp/armv5te/
H A Dheader.S92 #define EXPORT_PC() \ define
118 * EXPORT_PC().)
/dalvik/vm/compiler/template/out/
H A DCompilerTemplateAsm-armv5te.S95 #define EXPORT_PC() \ define
H A DCompilerTemplateAsm-armv5te-vfp.S95 #define EXPORT_PC() \ define
H A DCompilerTemplateAsm-armv7-a-neon.S95 #define EXPORT_PC() \ define
H A DCompilerTemplateAsm-armv7-a.S95 #define EXPORT_PC() \ define
/dalvik/vm/mterp/c/
H A Dheader.cpp71 * redundant with EXPORT_PC and the debugger code. This value can be
72 * compared against what we have stored on the stack with EXPORT_PC to
297 #define EXPORT_PC() (SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc) macro
307 * EXPORT_PC at the top).
343 EXPORT_PC();
/dalvik/vm/mterp/out/
H A DInterpAsm-armv5te-vfp.S99 #define EXPORT_PC() \ define
125 * EXPORT_PC().)
814 EXPORT_PC() @ need for precise GC
834 EXPORT_PC() @ before fetch: export the PC
939 EXPORT_PC() @ req'd for init, resolve, alloc
972 EXPORT_PC() @ req'd for resolve, alloc
990 EXPORT_PC() @ need for resolve and alloc
1018 EXPORT_PC() @ need for resolve and alloc
1043 EXPORT_PC();
1061 EXPORT_PC()
[all...]
H A DInterpAsm-armv5te.S99 #define EXPORT_PC() \ define
125 * EXPORT_PC().)
814 EXPORT_PC() @ need for precise GC
834 EXPORT_PC() @ before fetch: export the PC
939 EXPORT_PC() @ req'd for init, resolve, alloc
972 EXPORT_PC() @ req'd for resolve, alloc
990 EXPORT_PC() @ need for resolve and alloc
1018 EXPORT_PC() @ need for resolve and alloc
1043 EXPORT_PC();
1061 EXPORT_PC()
[all...]
H A DInterpAsm-armv7-a-neon.S99 #define EXPORT_PC() \ define
125 * EXPORT_PC().)
825 EXPORT_PC() @ need for precise GC
845 EXPORT_PC() @ before fetch: export the PC
949 EXPORT_PC() @ req'd for init, resolve, alloc
982 EXPORT_PC() @ req'd for resolve, alloc
1000 EXPORT_PC() @ need for resolve and alloc
1028 EXPORT_PC() @ need for resolve and alloc
1053 EXPORT_PC();
1071 EXPORT_PC()
[all...]
H A DInterpAsm-armv7-a.S99 #define EXPORT_PC() \ define
125 * EXPORT_PC().)
825 EXPORT_PC() @ need for precise GC
845 EXPORT_PC() @ before fetch: export the PC
949 EXPORT_PC() @ req'd for init, resolve, alloc
982 EXPORT_PC() @ req'd for resolve, alloc
1000 EXPORT_PC() @ need for resolve and alloc
1028 EXPORT_PC() @ need for resolve and alloc
1053 EXPORT_PC();
1071 EXPORT_PC()
[all...]
H A DInterpC-armv5te-vfp.cpp78 * redundant with EXPORT_PC and the debugger code. This value can be
79 * compared against what we have stored on the stack with EXPORT_PC to
304 #define EXPORT_PC() (SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc) macro
314 * EXPORT_PC at the top).
350 EXPORT_PC();
501 EXPORT_PC(); /* need for precise GC */ \
657 EXPORT_PC(); \
703 EXPORT_PC(); \
737 EXPORT_PC(); \
782 EXPORT_PC(); \
[all...]
H A DInterpC-armv5te.cpp78 * redundant with EXPORT_PC and the debugger code. This value can be
79 * compared against what we have stored on the stack with EXPORT_PC to
304 #define EXPORT_PC() (SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc) macro
314 * EXPORT_PC at the top).
350 EXPORT_PC();
501 EXPORT_PC(); /* need for precise GC */ \
657 EXPORT_PC(); \
703 EXPORT_PC(); \
737 EXPORT_PC(); \
782 EXPORT_PC(); \
[all...]
H A DInterpC-armv7-a-neon.cpp78 * redundant with EXPORT_PC and the debugger code. This value can be
79 * compared against what we have stored on the stack with EXPORT_PC to
304 #define EXPORT_PC() (SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc) macro
314 * EXPORT_PC at the top).
350 EXPORT_PC();
501 EXPORT_PC(); /* need for precise GC */ \
657 EXPORT_PC(); \
703 EXPORT_PC(); \
737 EXPORT_PC(); \
782 EXPORT_PC(); \
[all...]
H A DInterpC-armv7-a.cpp78 * redundant with EXPORT_PC and the debugger code. This value can be
79 * compared against what we have stored on the stack with EXPORT_PC to
304 #define EXPORT_PC() (SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc) macro
314 * EXPORT_PC at the top).
350 EXPORT_PC();
501 EXPORT_PC(); /* need for precise GC */ \
657 EXPORT_PC(); \
703 EXPORT_PC(); \
737 EXPORT_PC(); \
782 EXPORT_PC(); \
[all...]
H A DInterpC-allstubs.cpp78 * redundant with EXPORT_PC and the debugger code. This value can be
79 * compared against what we have stored on the stack with EXPORT_PC to
304 #define EXPORT_PC() (SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc) macro
314 * EXPORT_PC at the top).
350 EXPORT_PC();
501 EXPORT_PC(); /* need for precise GC */ \
657 EXPORT_PC(); \
703 EXPORT_PC(); \
737 EXPORT_PC(); \
782 EXPORT_PC(); \
[all...]
H A DInterpC-portable.cpp78 * redundant with EXPORT_PC and the debugger code. This value can be
79 * compared against what we have stored on the stack with EXPORT_PC to
304 #define EXPORT_PC() (SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc) macro
314 * EXPORT_PC at the top).
350 EXPORT_PC();
449 EXPORT_PC(); /* need for precise GC */ \
605 EXPORT_PC(); \
651 EXPORT_PC(); \
685 EXPORT_PC(); \
730 EXPORT_PC(); \
[all...]
H A DInterpC-x86-atom.cpp78 * redundant with EXPORT_PC and the debugger code. This value can be
79 * compared against what we have stored on the stack with EXPORT_PC to
304 #define EXPORT_PC() (SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc) macro
314 * EXPORT_PC at the top).
350 EXPORT_PC();
501 EXPORT_PC(); /* need for precise GC */ \
657 EXPORT_PC(); \
703 EXPORT_PC(); \
737 EXPORT_PC(); \
782 EXPORT_PC(); \
[all...]
H A DInterpC-x86.cpp78 * redundant with EXPORT_PC and the debugger code. This value can be
79 * compared against what we have stored on the stack with EXPORT_PC to
304 #define EXPORT_PC() (SAVEAREA_FROM_FP(fp)->xtra.currentPc = pc) macro
314 * EXPORT_PC at the top).
350 EXPORT_PC();
501 EXPORT_PC(); /* need for precise GC */ \
657 EXPORT_PC(); \
703 EXPORT_PC(); \
737 EXPORT_PC(); \
782 EXPORT_PC(); \
[all...]

Completed in 127 milliseconds