Home | History | Annotate | Download | only in ia32

Lines Matching refs:SlotOffset

2111   mov(target, Operand(esi, Context::SlotOffset(Context::GLOBAL_INDEX)));
2130 mov(dst, Operand(esi, Context::SlotOffset(Context::PREVIOUS_INDEX)));
2132 mov(dst, Operand(dst, Context::SlotOffset(Context::PREVIOUS_INDEX)));
2160 mov(scratch, Operand(esi, Context::SlotOffset(Context::GLOBAL_INDEX)));
2166 cmp(map_in_out, Operand(scratch, Context::SlotOffset(expected_index)));
2172 mov(map_in_out, Operand(scratch, Context::SlotOffset(trans_index)));
2195 mov(function, Operand(esi, Context::SlotOffset(Context::GLOBAL_INDEX)));
2199 mov(function, Operand(function, Context::SlotOffset(index)));