Lines Matching refs:SlotOffset
170 int context_offset = Context::SlotOffset(slot->index()); in Generate()
585 return Operand(ebp, SlotOffset(slot)); in EmitSlotSearch()
616 int offset = Context::SlotOffset(dst->index()); in Move()
662 __ mov(Operand(ebp, SlotOffset(slot)), in EmitDeclaration()
666 __ mov(Operand(ebp, SlotOffset(slot)), result_register()); in EmitDeclaration()
690 int offset = Context::SlotOffset(slot->index()); in EmitDeclaration()
1859 __ mov(edx, Operand(ebp, SlotOffset(slot))); in EmitVariableAssignment()
1862 __ mov(Operand(ebp, SlotOffset(slot)), eax); in EmitVariableAssignment()
1870 int offset = Context::SlotOffset(slot->index()); in EmitVariableAssignment()
1892 __ mov(Operand(ebp, SlotOffset(slot)), eax); in EmitVariableAssignment()
1902 int offset = Context::SlotOffset(slot->index()); in EmitVariableAssignment()
2512 __ mov(edx, Operand(esi, Context::SlotOffset(Context::GLOBAL_INDEX))); in EmitIsStringWrapperSafeForDefaultValueOf()