Searched refs:LOAD_PC_FROM_GLUE (Results 1 - 11 of 11) sorted by relevance
/dalvik/vm/mterp/x86/ |
H A D | stub.S | 8 LOAD_PC_FROM_GLUE(%ecx) # retrieve updated values
|
H A D | entry.S | 45 LOAD_PC_FROM_GLUE(%ecx)
|
H A D | header.S | 113 #define LOAD_PC_FROM_GLUE(_glu) movl offGlue_pc(_glu),rPC define
|
H A D | footer.S | 397 LOAD_PC_FROM_GLUE(%ecx)
|
/dalvik/vm/mterp/armv5te/ |
H A D | header.S | 76 #define LOAD_PC_FROM_GLUE() ldr rPC, [rGLUE, #offGlue_pc] define
|
/dalvik/vm/mterp/out/ |
H A D | InterpAsm-x86.S | 120 #define LOAD_PC_FROM_GLUE(_glu) movl offGlue_pc(_glu),rPC define 5826 LOAD_PC_FROM_GLUE(%ecx) # retrieve updated values 5840 LOAD_PC_FROM_GLUE(%ecx) # retrieve updated values 5854 LOAD_PC_FROM_GLUE(%ecx) # retrieve updated values 5868 LOAD_PC_FROM_GLUE(%ecx) # retrieve updated values 5941 LOAD_PC_FROM_GLUE(%ecx) # retrieve updated values 8821 LOAD_PC_FROM_GLUE(%ecx) 9286 LOAD_PC_FROM_GLUE(%ecx)
|
H A D | InterpAsm-armv4t.S | 83 #define LOAD_PC_FROM_GLUE() ldr rPC, [rGLUE, #offGlue_pc] define
|
H A D | InterpAsm-armv5te-vfp.S | 83 #define LOAD_PC_FROM_GLUE() ldr rPC, [rGLUE, #offGlue_pc] define
|
H A D | InterpAsm-armv5te.S | 83 #define LOAD_PC_FROM_GLUE() ldr rPC, [rGLUE, #offGlue_pc] define
|
H A D | InterpAsm-armv7-a-neon.S | 83 #define LOAD_PC_FROM_GLUE() ldr rPC, [rGLUE, #offGlue_pc] define
|
H A D | InterpAsm-armv7-a.S | 83 #define LOAD_PC_FROM_GLUE() ldr rPC, [rGLUE, #offGlue_pc] define
|
Completed in 119 milliseconds