Searched refs:SAVE_PC_TO_GLUE (Results 1 - 10 of 10) sorted by relevance
/dalvik/vm/mterp/x86/ |
H A D | stub.S | 3 SAVE_PC_TO_GLUE(%ecx) # only need to export these two
|
H A D | header.S | 114 #define SAVE_PC_TO_GLUE(_glu) movl rPC,offGlue_pc(_glu) define
|
H A D | footer.S | 255 SAVE_PC_TO_GLUE(%ecx) 384 SAVE_PC_TO_GLUE(%ecx) # export state to glue 498 SAVE_PC_TO_GLUE(%ecx)
|
/dalvik/vm/mterp/armv5te/ |
H A D | header.S | 77 #define SAVE_PC_TO_GLUE() str rPC, [rGLUE, #offGlue_pc] define
|
/dalvik/vm/mterp/out/ |
H A D | InterpAsm-x86.S | 121 #define SAVE_PC_TO_GLUE(_glu) movl rPC,offGlue_pc(_glu) define 5821 SAVE_PC_TO_GLUE(%ecx) # only need to export these two 5835 SAVE_PC_TO_GLUE(%ecx) # only need to export these two 5849 SAVE_PC_TO_GLUE(%ecx) # only need to export these two 5863 SAVE_PC_TO_GLUE(%ecx) # only need to export these two 5936 SAVE_PC_TO_GLUE(%ecx) # only need to export these two 9144 SAVE_PC_TO_GLUE(%ecx) 9273 SAVE_PC_TO_GLUE(%ecx) # export state to glue 9387 SAVE_PC_TO_GLUE(%ecx)
|
H A D | InterpAsm-armv4t.S | 84 #define SAVE_PC_TO_GLUE() str rPC, [rGLUE, #offGlue_pc] define
|
H A D | InterpAsm-armv5te-vfp.S | 84 #define SAVE_PC_TO_GLUE() str rPC, [rGLUE, #offGlue_pc] define
|
H A D | InterpAsm-armv5te.S | 84 #define SAVE_PC_TO_GLUE() str rPC, [rGLUE, #offGlue_pc] define
|
H A D | InterpAsm-armv7-a-neon.S | 84 #define SAVE_PC_TO_GLUE() str rPC, [rGLUE, #offGlue_pc] define
|
H A D | InterpAsm-armv7-a.S | 84 #define SAVE_PC_TO_GLUE() str rPC, [rGLUE, #offGlue_pc] define
|
Completed in 111 milliseconds