Searched defs:EXPORT_PC (Results 1 - 23 of 23) 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-armv7-a-neon.S95 #define EXPORT_PC() \ define
H A DCompilerTemplateAsm-armv7-a.S95 #define EXPORT_PC() \ define
H A DCompilerTemplateAsm-armv5te-vfp.S95 #define EXPORT_PC() \ define
H A DCompilerTemplateAsm-mips.S156 #define EXPORT_PC() \ define
/dalvik/vm/mterp/c/
H A Dheader.cpp79 * 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) macro
315 * EXPORT_PC at the top).
351 EXPORT_PC();
/dalvik/vm/mterp/out/
H A DInterpAsm-armv5te-vfp.S99 #define EXPORT_PC() \ define
125 * EXPORT_PC().)
811 EXPORT_PC() @ need for precise GC
831 EXPORT_PC() @ before fetch: export the PC
936 EXPORT_PC() @ req'd for init, resolve, alloc
969 EXPORT_PC() @ req'd for resolve, alloc
987 EXPORT_PC() @ need for resolve and alloc
1015 EXPORT_PC() @ need for resolve and alloc
1040 EXPORT_PC();
1058 EXPORT_PC()
[all...]
H A DInterpAsm-armv5te.S99 #define EXPORT_PC() \ define
125 * EXPORT_PC().)
811 EXPORT_PC() @ need for precise GC
831 EXPORT_PC() @ before fetch: export the PC
936 EXPORT_PC() @ req'd for init, resolve, alloc
969 EXPORT_PC() @ req'd for resolve, alloc
987 EXPORT_PC() @ need for resolve and alloc
1015 EXPORT_PC() @ need for resolve and alloc
1040 EXPORT_PC();
1058 EXPORT_PC()
[all...]
H A DInterpAsm-armv7-a-neon.S99 #define EXPORT_PC() \ define
125 * EXPORT_PC().)
822 EXPORT_PC() @ need for precise GC
842 EXPORT_PC() @ before fetch: export the PC
946 EXPORT_PC() @ req'd for init, resolve, alloc
979 EXPORT_PC() @ req'd for resolve, alloc
997 EXPORT_PC() @ need for resolve and alloc
1025 EXPORT_PC() @ need for resolve and alloc
1050 EXPORT_PC();
1068 EXPORT_PC()
[all...]
H A DInterpAsm-armv7-a.S99 #define EXPORT_PC() \ define
125 * EXPORT_PC().)
822 EXPORT_PC() @ need for precise GC
842 EXPORT_PC() @ before fetch: export the PC
946 EXPORT_PC() @ req'd for init, resolve, alloc
979 EXPORT_PC() @ req'd for resolve, alloc
997 EXPORT_PC() @ need for resolve and alloc
1025 EXPORT_PC() @ need for resolve and alloc
1050 EXPORT_PC();
1068 EXPORT_PC()
[all...]
H A DInterpC-armv5te-vfp.cpp86 * 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) macro
322 * EXPORT_PC at the top).
358 EXPORT_PC();
511 EXPORT_PC(); /* need for precise GC */ \
667 EXPORT_PC(); \
713 EXPORT_PC(); \
747 EXPORT_PC(); \
792 EXPORT_PC(); \
[all...]
H A DInterpC-armv5te.cpp86 * 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) macro
322 * EXPORT_PC at the top).
358 EXPORT_PC();
511 EXPORT_PC(); /* need for precise GC */ \
667 EXPORT_PC(); \
713 EXPORT_PC(); \
747 EXPORT_PC(); \
792 EXPORT_PC(); \
[all...]
H A DInterpC-armv7-a-neon.cpp86 * 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) macro
322 * EXPORT_PC at the top).
358 EXPORT_PC();
511 EXPORT_PC(); /* need for precise GC */ \
667 EXPORT_PC(); \
713 EXPORT_PC(); \
747 EXPORT_PC(); \
792 EXPORT_PC(); \
[all...]
H A DInterpC-armv7-a.cpp86 * 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) macro
322 * EXPORT_PC at the top).
358 EXPORT_PC();
511 EXPORT_PC(); /* need for precise GC */ \
667 EXPORT_PC(); \
713 EXPORT_PC(); \
747 EXPORT_PC(); \
792 EXPORT_PC(); \
[all...]
H A DInterpC-allstubs.cpp86 * 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) macro
322 * EXPORT_PC at the top).
358 EXPORT_PC();
511 EXPORT_PC(); /* need for precise GC */ \
667 EXPORT_PC(); \
713 EXPORT_PC(); \
747 EXPORT_PC(); \
792 EXPORT_PC(); \
[all...]
H A DInterpC-mips.cpp86 * 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) macro
322 * EXPORT_PC at the top).
358 EXPORT_PC();
511 EXPORT_PC(); /* need for precise GC */ \
667 EXPORT_PC(); \
713 EXPORT_PC(); \
747 EXPORT_PC(); \
792 EXPORT_PC(); \
[all...]
H A DInterpC-portable.cpp86 * 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) macro
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(); \
738 EXPORT_PC(); \
[all...]
H A DInterpC-x86.cpp86 * 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) macro
322 * EXPORT_PC at the top).
358 EXPORT_PC();
511 EXPORT_PC(); /* need for precise GC */ \
667 EXPORT_PC(); \
713 EXPORT_PC(); \
747 EXPORT_PC(); \
792 EXPORT_PC(); \
[all...]
H A DInterpAsm-mips.S78 #define EXPORT_PC() \ define
920 EXPORT_PC()
957 EXPORT_PC()
987 EXPORT_PC()
1013 EXPORT_PC() # export PC so we can grab stack trace
1035 EXPORT_PC() # before fetch: export the PC
1169 EXPORT_PC() # req'd for init, resolve, alloc
1221 EXPORT_PC() # req'd for resolve, alloc
1256 EXPORT_PC() # need for resolve and alloc
1285 EXPORT_PC() # nee
[all...]
/dalvik/vm/mterp/mips/
H A Dheader.S71 #define EXPORT_PC() \ define
/dalvik/vm/compiler/template/mips/
H A Dheader.S149 #define EXPORT_PC() \ define

Completed in 409 milliseconds