Home | History | Annotate | Download | only in arm

Lines Matching refs:SlotOffset

2698   ldr(target, MemOperand(cp, Context::SlotOffset(Context::GLOBAL_INDEX)));
2844 ldr(dst, MemOperand(cp, Context::SlotOffset(Context::PREVIOUS_INDEX)));
2846 ldr(dst, MemOperand(dst, Context::SlotOffset(Context::PREVIOUS_INDEX)));
2864 ldr(scratch, MemOperand(cp, Context::SlotOffset(Context::GLOBAL_INDEX)));
2870 ldr(ip, MemOperand(scratch, Context::SlotOffset(expected_index)));
2877 ldr(map_in_out, MemOperand(scratch, Context::SlotOffset(trans_index)));
2900 ldr(function, MemOperand(cp, Context::SlotOffset(Context::GLOBAL_INDEX)));
2905 ldr(function, MemOperand(function, Context::SlotOffset(index)));