• Home
  • Raw
  • Download

Lines Matching refs:ContextOperand

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