HomeSort by relevance Sort by last modified time
    Searched refs:SAVE_PC_TO_GLUE (Results 1 - 10 of 10) sorted by null

  /dalvik/vm/mterp/x86/
stub.S 3 SAVE_PC_TO_GLUE(%ecx) # only need to export these two
header.S 114 #define SAVE_PC_TO_GLUE(_glu) movl rPC,offGlue_pc(_glu)
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/
header.S 77 #define SAVE_PC_TO_GLUE() str rPC, [rGLUE, #offGlue_pc]
  /dalvik/vm/mterp/out/
InterpAsm-x86.S 121 #define SAVE_PC_TO_GLUE(_glu) movl rPC,offGlue_pc(_glu)
    [all...]
InterpAsm-armv4t.S 84 #define SAVE_PC_TO_GLUE() str rPC, [rGLUE, #offGlue_pc]
    [all...]
InterpAsm-armv5te-vfp.S 84 #define SAVE_PC_TO_GLUE() str rPC, [rGLUE, #offGlue_pc]
    [all...]
InterpAsm-armv5te.S 84 #define SAVE_PC_TO_GLUE() str rPC, [rGLUE, #offGlue_pc]
    [all...]
InterpAsm-armv7-a-neon.S 84 #define SAVE_PC_TO_GLUE() str rPC, [rGLUE, #offGlue_pc]
    [all...]
InterpAsm-armv7-a.S 84 #define SAVE_PC_TO_GLUE() str rPC, [rGLUE, #offGlue_pc]
    [all...]

Completed in 188 milliseconds