Home | History | Annotate | Download | only in arm

Lines Matching refs:cp

129 //   o cp: our context
173 __ Push(lr, fp, cp, r1);
203 // Context is returned in both r0 and cp. It replaces the context
204 // passed to us. It's saved in the stack and kept live in cp.
205 __ str(cp, MemOperand(fp, StandardFrameConstants::kContextOffset));
216 MemOperand target = ContextOperand(cp, var->index());
221 cp, target.offset(), r0, r3, kLRHasBeenSaved, kDontSaveFPRegs);
825 __ ldr(r1, FieldMemOperand(cp, HeapObject::kMapOffset));
834 __ str(result_register(), ContextOperand(cp, variable->index()));
837 __ RecordWriteContextSlot(cp,
849 __ str(ip, ContextOperand(cp, variable->index()));
871 __ Push(cp, r2, r1);
876 __ Push(cp, r2, r1, r0);
879 __ Push(cp, r2, r1, r0);
893 __ Push(cp, r1, r0);
1180 __ Push(cp, r0, r1);
1196 Register current = cp;
1211 // Walk the rest of the chain without clobbering cp.
1254 Register context = cp;
1267 // Walk the rest of the chain without clobbering cp.
1277 // return an cp-based operand (the write barrier cannot be allowed to
1278 // destroy the cp register).
1411 __ Push(cp, r1); // Context and name.
2020 __ Push(cp, r0); // Context and name.
2030 __ Push(cp, r1, r0); // Context, name, strict mode.
2078 __ Push(cp, r1, r0); // Context, name, strict mode.
2225 __ ldr(cp, MemOperand(fp, StandardFrameConstants::kContextOffset));
2258 __ ldr(cp, MemOperand(fp, StandardFrameConstants::kContextOffset));
2279 __ ldr(cp, MemOperand(fp, StandardFrameConstants::kContextOffset));
2359 __ ldr(cp, MemOperand(fp, StandardFrameConstants::kContextOffset));
2672 __ ldr(r3, ContextOperand(cp, Context::GLOBAL_INDEX));
3341 __ ldr(cp, MemOperand(fp, StandardFrameConstants::kContextOffset));
3384 __ ldr(cache, ContextOperand(cp, Context::GLOBAL_INDEX));
3756 __ ldr(cp, MemOperand(fp, StandardFrameConstants::kContextOffset));
4107 __ Push(cp, r0);
4343 return cp;
4354 __ ldr(dst, ContextOperand(cp, context_index));
4370 __ ldr(ip, ContextOperand(cp, Context::CLOSURE_INDEX));
4423 __ ldr(cp, MemOperand(sp, StackHandlerConstants::kContextOffset));
4424 __ str(cp, MemOperand(fp, StandardFrameConstants::kContextOffset));