• Home
  • Raw
  • Download

Lines Matching refs:ContextOperand

216         MemOperand target = ContextOperand(cp, var->index());  in Generate()
734 return ContextOperand(scratch, var->index()); in VarOperand()
834 __ str(result_register(), ContextOperand(cp, variable->index())); in EmitDeclaration()
849 __ str(ip, ContextOperand(cp, variable->index())); in EmitDeclaration()
1205 __ ldr(temp, ContextOperand(current, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions()
1210 __ ldr(next, ContextOperand(current, Context::PREVIOUS_INDEX)); in EmitLoadGlobalCheckExtensions()
1232 __ ldr(temp, ContextOperand(next, Context::EXTENSION_INDEX)); in EmitLoadGlobalCheckExtensions()
1236 __ ldr(next, ContextOperand(next, Context::PREVIOUS_INDEX)); in EmitLoadGlobalCheckExtensions()
1262 __ ldr(temp, ContextOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions()
1266 __ ldr(next, ContextOperand(context, Context::PREVIOUS_INDEX)); in ContextSlotOperandCheckExtensions()
1272 __ ldr(temp, ContextOperand(context, Context::EXTENSION_INDEX)); in ContextSlotOperandCheckExtensions()
1279 return ContextOperand(context, var->index()); in ContextSlotOperandCheckExtensions()
2672 __ ldr(r3, ContextOperand(cp, Context::GLOBAL_INDEX)); in EmitIsStringWrapperSafeForDefaultValueOf()
2674 __ ldr(r3, ContextOperand(r3, Context::STRING_FUNCTION_PROTOTYPE_MAP_INDEX)); in EmitIsStringWrapperSafeForDefaultValueOf()
2952 __ ldr(r0, ContextOperand(context_register(), Context::GLOBAL_INDEX)); in EmitRandomHeapNumber()
2973 __ ldr(r1, ContextOperand(context_register(), Context::GLOBAL_INDEX)); in EmitRandomHeapNumber()
3384 __ ldr(cache, ContextOperand(cp, Context::GLOBAL_INDEX)); in EmitGetFromCache()
3386 __ ldr(cache, ContextOperand(cache, Context::JSFUNCTION_RESULT_CACHES_INDEX)); in EmitGetFromCache()
4354 __ ldr(dst, ContextOperand(cp, context_index)); in LoadContextField()
4370 __ ldr(ip, ContextOperand(cp, Context::CLOSURE_INDEX)); in PushFunctionArgumentForContextAllocation()