Lines Matching defs:context
149 auto context = Parameter<Context>(Descriptor::kContext);
165 context, nullptr);
171 TailCallRuntime(Runtime::kElementsTransitionAndStoreIC_Miss, context,
291 auto context = Parameter<Context>(Descriptor::kContext);
308 context, &maybe_converted_value);
314 TailCallRuntime(Runtime::kKeyedStoreIC_Miss, context,
340 auto context = Parameter<Context>(Descriptor::kContext);
346 TailCallRuntime(Runtime::kLoadIC_Miss, context, receiver, name, slot, vector);
355 auto context = Parameter<Context>(Descriptor::kContext);
359 TailCallRuntime(Runtime::kStoreGlobalIC_Slow, context, value, slot, vector,
368 auto context = Parameter<Context>(Descriptor::kContext);
378 TailCallRuntime(Runtime::kKeyedLoadIC_Miss, context, receiver, key, slot,
390 auto context = Parameter<Context>(Descriptor::kContext);
398 TailCallRuntime(Runtime::kKeyedStoreIC_Miss, context, value, slot, vector,
426 auto context = Parameter<Context>(Descriptor::kContext);
431 TailCallRuntime(Runtime::kLoadElementWithInterceptor, context, receiver, key);
434 TailCallRuntime(Runtime::kKeyedLoadIC_Miss, context, receiver, key, slot,
443 auto context = Parameter<Context>(Descriptor::kContext);
453 TailCallRuntime(Runtime::kKeyedHasIC_Miss, context, receiver, key, slot,
463 auto context = Parameter<Context>(Descriptor::kContext);
468 TailCallRuntime(Runtime::kHasElementWithInterceptor, context, receiver, key);
471 TailCallRuntime(Runtime::kKeyedHasIC_Miss, context, receiver, key, slot,