/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-handler-gen.cc | 171 TailCallRuntime(Runtime::kElementsTransitionAndStoreIC_Miss, context, in Generate_ElementsTransitionAndStore() 314 TailCallRuntime(Runtime::kKeyedStoreIC_Miss, context, in Generate_StoreFastElementIC() 346 TailCallRuntime(Runtime::kLoadIC_Miss, context, receiver, name, slot, vector); in TF_BUILTIN() 359 TailCallRuntime(Runtime::kStoreGlobalIC_Slow, context, value, slot, vector, in TF_BUILTIN() 378 TailCallRuntime(Runtime::kKeyedLoadIC_Miss, context, receiver, key, slot, in TF_BUILTIN() 398 TailCallRuntime(Runtime::kKeyedStoreIC_Miss, context, value, slot, vector, in Generate_KeyedStoreIC_SloppyArguments() 431 TailCallRuntime(Runtime::kLoadElementWithInterceptor, context, receiver, key); in TF_BUILTIN() 434 TailCallRuntime(Runtime::kKeyedLoadIC_Miss, context, receiver, key, slot, in TF_BUILTIN() 453 TailCallRuntime(Runtime::kKeyedHasIC_Miss, context, receiver, key, slot, in TF_BUILTIN() 468 TailCallRuntime(Runtim in TF_BUILTIN() [all...] |
H A D | builtins-internal-gen.cc | 29 masm->TailCallRuntime(Runtime::kStackGuard); in Generate_StackCheck() 58 TailCallRuntime(Runtime::kGrowArrayElements, NoContextConstant(), object, in TF_BUILTIN() 73 TailCallRuntime(Runtime::kGrowArrayElements, NoContextConstant(), object, in TF_BUILTIN() 755 TailCallRuntime(Runtime::kDeleteProperty, context, receiver, key, in TF_BUILTIN() 897 TailCallRuntime(Runtime::kCopyDataPropertiesWithExcludedPropertiesOnStack, in TF_BUILTIN() 936 TailCallRuntime(Runtime::kCopyDataProperties, context, target, source); in TF_BUILTIN() 951 TailCallRuntime(Runtime::kSetDataProperties, context, target, source); in TF_BUILTIN() 966 TailCallRuntime(Runtime::kForInEnumerate, context, receiver); in TF_BUILTIN() 1097 TailCallRuntime(Runtime::kAllocateInYoungGeneration, NoContextConstant(), in TF_BUILTIN() 1108 TailCallRuntime(Runtim in TF_BUILTIN() [all...] |
H A D | builtins-string-gen.cc | 156 TailCallRuntime(Runtime::kStringEqual, NoContextConstant(), lhs, rhs); in GenerateStringEqual() 657 TailCallRuntime(Runtime::kStringLessThan, NoContextConstant(), lhs, in GenerateStringRelationalComparison() 661 TailCallRuntime(Runtime::kStringLessThanOrEqual, NoContextConstant(), in GenerateStringRelationalComparison() 665 TailCallRuntime(Runtime::kStringGreaterThan, NoContextConstant(), lhs, in GenerateStringRelationalComparison() 669 TailCallRuntime(Runtime::kStringGreaterThanOrEqual, NoContextConstant(), in GenerateStringRelationalComparison() 1047 // TODO(jgruber): TailCallRuntime when it correctly handles adapter frames. in TF_BUILTIN()
|
H A D | builtins-constructor-gen.cc | 275 TailCallRuntime(Runtime::kNewObject, context, target, new_target); in TF_BUILTIN()
|
H A D | builtins-array-gen.cc | 1877 TailCallRuntime(Runtime::kAbort, context, reason); in GenerateConstructor() 1957 TailCallRuntime(Runtime::kNewArray, argc, context, new_target, in GenerateArrayNArgumentsConstructor()
|
/third_party/node/deps/v8/src/ic/ |
H A D | accessor-assembler.cc | 1191 TailCallRuntime(Runtime::kStoreCallbackProperty, p->context(), p->receiver(), in HandleStoreICNativeDataProperty() 1341 TailCallRuntime(Runtime::kStorePropertyWithInterceptor, p->context(), in HandleStoreICHandlerCase() 1352 TailCallRuntime(Runtime::kStoreGlobalIC_Slow, p->context(), p->value(), in HandleStoreICHandlerCase() 1363 TailCallRuntime(id, p->context(), p->value(), p->receiver(), p->name()); in HandleStoreICHandlerCase() 1888 TailCallRuntime(Runtime::kStoreGlobalIC_Slow, p->context(), p->value(), in HandleStoreICProtoHandler() 1896 TailCallRuntime(Runtime::kKeyedStoreIC_Slow, p->context(), p->value(), in HandleStoreICProtoHandler() 1917 TailCallRuntime(Runtime::kAddDictionaryProperty, p->context(), in HandleStoreICProtoHandler() 2008 TailCallRuntime(Runtime::kSetPropertyWithReceiver, p->context(), proxy, in HandleStoreToProxy() 2758 TailCallRuntime(Runtime::kKeyedLoadIC_Miss, p->context(), in GenericPropertyLoad() 3246 TailCallRuntime(Runtim in LoadIC_NoFeedback() [all...] |
H A D | keyed-store-generic.cc | 1125 TailCallRuntime(Runtime::kSetKeyedProperty, context, receiver, key, in KeyedStoreGeneric() 1128 TailCallRuntime(Runtime::kDefineObjectOwnProperty, context, receiver, key, in KeyedStoreGeneric() 1132 TailCallRuntime(Runtime::kDefineKeyedOwnPropertyInLiteral_Simple, context, in KeyedStoreGeneric() 1191 TailCallRuntime(runtime, context, value, slot, UndefinedConstant(), in StoreIC_NoFeedback()
|
H A D | accessor-assembler.h | 577 asm_->TailCallRuntime(function, context, args...); in ReturnCallRuntime()
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | macro-assembler-ia32.h | 618 void TailCallRuntime(Runtime::FunctionId fid);
|
/third_party/node/deps/v8/src/builtins/mips/ |
H A D | builtins-mips.cc | 1502 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenCallImpl() 1563 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenConstructImpl() 2103 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructVarargs() 2177 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructForwardVarargs() 3079 __ TailCallRuntime(Runtime::kPromoteScheduledException); in CallApiFunctionAndReturn()
|
/third_party/node/deps/v8/src/builtins/mips64/ |
H A D | builtins-mips64.cc | 1509 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenCallImpl() 1569 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenConstructImpl() 2156 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructVarargs() 2231 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructForwardVarargs() 3164 __ TailCallRuntime(Runtime::kPromoteScheduledException); in CallApiFunctionAndReturn()
|
/third_party/node/deps/v8/src/builtins/ppc/ |
H A D | builtins-ppc.cc | 1755 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenCallImpl() 1818 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenConstructImpl() 2348 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructVarargs() 2435 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructForwardVarargs() 3359 __ TailCallRuntime(Runtime::kPromoteScheduledException); in CallApiFunctionAndReturn()
|
/third_party/node/deps/v8/src/builtins/ia32/ |
H A D | builtins-ia32.cc | 1407 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenCallImpl() 1550 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenConstructImpl() 2274 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructVarargs() 2378 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructForwardVarargs() 3375 __ TailCallRuntime(Runtime::kPromoteScheduledException); in CallApiFunctionAndReturn()
|
/third_party/node/deps/v8/src/builtins/loong64/ |
H A D | builtins-loong64.cc | 1510 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenCallImpl() 1571 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenConstructImpl() 2159 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructVarargs() 2234 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructForwardVarargs() 3142 __ TailCallRuntime(Runtime::kPromoteScheduledException); in CallApiFunctionAndReturn()
|
/third_party/node/deps/v8/src/builtins/x64/ |
H A D | builtins-x64.cc | 1476 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenCallImpl() 1546 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenConstructImpl() 2233 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructVarargs() 2315 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructForwardVarargs() 4598 __ TailCallRuntime(Runtime::kPromoteScheduledException); in CallApiFunctionAndReturn()
|
/third_party/node/deps/v8/src/builtins/arm64/ |
H A D | builtins-arm64.cc | 1681 __ TailCallRuntime(Runtime::kThrowStackOverflow); in GenerateInterpreterPushArgs() 2498 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructVarargs() 2563 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructForwardVarargs() 2701 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_PushBoundArguments() 3555 __ TailCallRuntime(Runtime::kPromoteScheduledException); in CallApiFunctionAndReturn()
|
/third_party/node/deps/v8/src/builtins/arm/ |
H A D | builtins-arm.cc | 1524 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenCallImpl() 1587 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenConstructImpl() 2136 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructVarargs() 2219 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructForwardVarargs() 3080 __ TailCallRuntime(Runtime::kPromoteScheduledException); in CallApiFunctionAndReturn()
|
/third_party/node/deps/v8/src/builtins/riscv64/ |
H A D | builtins-riscv64.cc | 1579 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenCallImpl() 1638 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenConstructImpl() 2266 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructVarargs() 2352 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructForwardVarargs() 3230 __ TailCallRuntime(Runtime::kPromoteScheduledException); in CallApiFunctionAndReturn()
|
/third_party/node/deps/v8/src/builtins/s390/ |
H A D | builtins-s390.cc | 1814 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenCallImpl() 1876 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenConstructImpl() 2395 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructVarargs() 2483 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructForwardVarargs() 3380 __ TailCallRuntime(Runtime::kPromoteScheduledException); in CallApiFunctionAndReturn()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | code-assembler.h | 1155 void TailCallRuntime(Runtime::FunctionId function, TNode<Object> context, in TailCallRuntime() function in v8::internal::compiler::CodeAssembler 1164 void TailCallRuntime(Runtime::FunctionId function, TNode<Int32T> arity, in TailCallRuntime() function in v8::internal::compiler::CodeAssembler
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | macro-assembler-arm.h | 791 void TailCallRuntime(Runtime::FunctionId fid);
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | macro-assembler-loong64.h | 971 void TailCallRuntime(Runtime::FunctionId fid);
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | macro-assembler-x64.h | 881 void TailCallRuntime(Runtime::FunctionId fid);
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.h | 1156 void TailCallRuntime(Runtime::FunctionId fid);
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | macro-assembler-mips.h | 1069 void TailCallRuntime(Runtime::FunctionId fid);
|