Home | History | Annotate | Download | only in x64

Lines Matching refs:ContextOperand

653     return ContextOperand(scratch, var->index());
748 __ movq(ContextOperand(rsi, variable->index()), result_register());
762 __ movq(ContextOperand(rsi, variable->index()), kScratchRegister);
1112 __ cmpq(ContextOperand(context, Context::EXTENSION_INDEX),
1117 __ movq(temp, ContextOperand(context, Context::PREVIOUS_INDEX));
1142 __ cmpq(ContextOperand(temp, Context::EXTENSION_INDEX), Immediate(0));
1145 __ movq(temp, ContextOperand(temp, Context::PREVIOUS_INDEX));
1172 __ cmpq(ContextOperand(context, Context::EXTENSION_INDEX),
1176 __ movq(temp, ContextOperand(context, Context::PREVIOUS_INDEX));
1182 __ cmpq(ContextOperand(context, Context::EXTENSION_INDEX), Immediate(0));
1188 return ContextOperand(context, var->index());
2506 ContextOperand(rdx, Context::STRING_FUNCTION_PROTOTYPE_MAP_INDEX));
2781 __ movq(rcx, ContextOperand(context_register(), Context::GLOBAL_INDEX));
2785 __ movq(rdi, ContextOperand(context_register(), Context::GLOBAL_INDEX));
3215 __ movq(cache, ContextOperand(rsi, Context::GLOBAL_INDEX));
3219 ContextOperand(cache, Context::JSFUNCTION_RESULT_CACHES_INDEX));
4255 __ movq(dst, ContextOperand(rsi, context_index));
4271 __ push(ContextOperand(rsi, Context::CLOSURE_INDEX));