HomeSort by relevance Sort by last modified time
    Searched defs:SPILL (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/mterp/x86/
header.S 38 sub FrameSize,%esp # Allocate storage for spill, locals & outs
50 will also have an associated spill location (mostly useful for those assigned
82 /* Spill offsets relative to %ebp */
103 /* for spill region: increase size by 48 (to keep 16-byte alignment) */
111 #define SPILL(reg) movl reg##,reg##_SPILL(%ebp)
  /dalvik/vm/mterp/out/
InterpAsm-x86.S 45 sub FrameSize,%esp # Allocate storage for spill, locals & outs
57 will also have an associated spill location (mostly useful for those assigned
89 /* Spill offsets relative to %ebp */
110 /* for spill region: increase size by 48 (to keep 16-byte alignment) */
118 #define SPILL(reg) movl reg##,reg##_SPILL(%ebp)
621 SPILL(rIBASE) # preserve rIBASE (cltd trashes it)
635 SPILL(rIBASE) # save rIBASE (cltd trashes it)
698 SPILL(rIBASE)
735 SPILL(rIBASE)
773 SPILL(rIBASE
    [all...]

Completed in 4297 milliseconds