Lines Matching refs:TailCallRuntime
827 TailCallRuntime(Runtime::kStoreCallbackProperty, p->context, p->receiver, in HandleStoreICNativeDataProperty()
1354 TailCallRuntime(Runtime::kAddDictionaryProperty, p->context, p->receiver, in HandleStoreICProtoHandler()
1455 TailCallRuntime(Runtime::kSetPropertyWithReceiver, p->context, proxy, in HandleStoreToProxy()
2152 TailCallRuntime(Runtime::kKeyedLoadIC_Miss, p->context, p->receiver, in GenericPropertyLoad()
2540 TailCallRuntime(Runtime::kLoadIC_Miss, p->context, p->receiver, p->name, in LoadIC_Uninitialized()
2734 TailCallRuntime(Runtime::kKeyedLoadIC_Miss, p->context, p->receiver, in KeyedLoadIC()
2799 TailCallRuntime(Runtime::kKeyedGetProperty, p->context, p->receiver, in KeyedLoadICGeneric()
2841 TailCallRuntime(Runtime::kKeyedLoadIC_Miss, context, receiver, name, slot, in KeyedLoadICPolymorphicName()
2901 TailCallRuntime(Runtime::kStoreIC_Miss, p->context, p->value, p->slot, in StoreIC()
2943 TailCallRuntime(Runtime::kStoreGlobalIC_Miss, pp->context, pp->value, in StoreGlobalIC()
3090 TailCallRuntime(Runtime::kKeyedStoreIC_Miss, p->context, p->value, p->slot, in KeyedStoreIC()
3157 TailCallRuntime(Runtime::kStoreInArrayLiteralIC_Slow, p->context, in StoreInArrayLiteralIC()
3166 TailCallRuntime(Runtime::kKeyedStoreIC_Miss, p->context, p->value, p->slot, in StoreInArrayLiteralIC()
3525 TailCallRuntime(Runtime::kCloneObjectIC_Slow, context, source, flags); in GenerateCloneObjectIC()