Home | History | Annotate | Download | only in arm

Lines Matching refs:ContextOperand

226   __ ldr(r3, ContextOperand(r3, Context::CLOSURE_INDEX));
230 __ ldr(r2, ContextOperand(cp, Context::GLOBAL_INDEX));
231 __ str(r3, ContextOperand(r0, Context::CLOSURE_INDEX));
232 __ str(cp, ContextOperand(r0, Context::PREVIOUS_INDEX));
233 __ str(r1, ContextOperand(r0, Context::EXTENSION_INDEX));
234 __ str(r2, ContextOperand(r0, Context::GLOBAL_INDEX));
239 __ str(r1, ContextOperand(r0, i + Context::MIN_CONTEXT_SLOTS));
5063 __ ldr(r2, ContextOperand(cp, Context::GLOBAL_INDEX));
5068 __ ldr(r2, ContextOperand(r2, Context::REGEXP_RESULT_MAP_INDEX));