Lines Matching refs:cp
137 // o cp: our context
180 __ Push(ra, fp, cp, a1);
210 // Context is returned in both v0 and cp. It replaces the context
211 // passed to us. It's saved in the stack and kept live in cp.
212 __ sw(cp, MemOperand(fp, StandardFrameConstants::kContextOffset));
223 MemOperand target = ContextOperand(cp, var->index());
228 cp, target.offset(), a0, a3, kRAHasBeenSaved, kDontSaveFPRegs);
832 __ lw(a1, FieldMemOperand(cp, HeapObject::kMapOffset));
843 __ sw(result_register(), ContextOperand(cp, variable->index()));
846 __ RecordWriteContextSlot(cp,
858 __ sw(at, ContextOperand(cp, variable->index()));
880 __ Push(cp, a2, a1);
885 __ Push(cp, a2, a1, a0);
889 __ Push(cp, a2, a1, a0);
903 __ Push(cp, a1, a0);
1189 __ Push(cp, a0, a1);
1205 Register current = cp;
1219 // Walk the rest of the chain without clobbering cp.
1260 Register context = cp;
1272 // Walk the rest of the chain without clobbering cp.
1281 // return an cp-based operand (the write barrier cannot be allowed to
1282 // destroy the cp register).
1419 __ Push(cp, a1); // Context and name.
2037 __ Push(cp, a0); // Context and name.
2047 __ Push(cp, a1, a0); // Context, name, strict mode.
2095 __ Push(cp, a1, a0); // Context, name, strict mode.
2250 __ lw(cp, MemOperand(fp, StandardFrameConstants::kContextOffset));
2283 __ lw(cp, MemOperand(fp, StandardFrameConstants::kContextOffset));
2304 __ lw(cp, MemOperand(fp, StandardFrameConstants::kContextOffset));
2383 __ lw(cp, MemOperand(fp, StandardFrameConstants::kContextOffset));
2693 __ lw(a3, ContextOperand(cp, Context::GLOBAL_INDEX));
2974 __ lw(a0, ContextOperand(cp, Context::GLOBAL_INDEX));
2992 __ lw(a1, ContextOperand(cp, Context::GLOBAL_INDEX));
3375 __ lw(cp, MemOperand(fp, StandardFrameConstants::kContextOffset));
3419 __ lw(cache, ContextOperand(cp, Context::GLOBAL_INDEX));
3797 __ lw(cp, MemOperand(fp, StandardFrameConstants::kContextOffset));
4151 __ Push(cp, a0);
4379 return cp;
4390 __ lw(dst, ContextOperand(cp, context_index));
4406 __ lw(at, ContextOperand(cp, Context::CLOSURE_INDEX));
4460 __ lw(cp, MemOperand(sp, StackHandlerConstants::kContextOffset));
4461 __ sw(cp, MemOperand(fp, StandardFrameConstants::kContextOffset));