Searched defs:Spill (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/arm/
H A Dvirtual-frame-arm.h126 // Spill all values from the frame to memory.
129 // Spill all occurrences of a specific register from the frame.
130 void Spill(Register reg) { function in class:v8::internal::VirtualFrame
134 // Spill all occurrences of an arbitrary register if possible. Return the
439 // Spill the element at a particular index---write it to memory if
470 // Spill all elements in registers. Spill the top spilled_args elements
/external/v8/src/ia32/
H A Dvirtual-frame-ia32.h140 // Spill all values from the frame to memory.
143 // Spill all occurrences of a specific register from the frame.
144 void Spill(Register reg) { function in class:v8::internal::VirtualFrame
148 // Spill all occurrences of an arbitrary register if possible. Return the
515 // Spill the element at a particular index---write it to memory if
543 // Spill all elements in registers. Spill the top spilled_args elements
/external/v8/src/mips/
H A Dvirtual-frame-mips.h127 // Spill all values from the frame to memory.
130 // Spill all occurrences of a specific register from the frame.
131 void Spill(Register reg) { function in class:v8::internal::VirtualFrame
135 // Spill all occurrences of an arbitrary register if possible. Return the
465 // Spill the element at a particular index---write it to memory if
496 // Spill all elements in registers. Spill the top spilled_args elements
/external/v8/src/x64/
H A Dvirtual-frame-x64.h141 // Spill all values from the frame to memory.
144 // Spill all occurrences of a specific register from the frame.
145 void Spill(Register reg) { function in class:v8::internal::VirtualFrame
149 // Spill all occurrences of an arbitrary register if possible. Return the
491 // Spill the element at a particular index---write it to memory if
519 // Spill all elements in registers. Spill the top spilled_args elements

Completed in 555 milliseconds