Home
last modified time | relevance | path

Searched refs:TailCallRuntime (Results 1 - 25 of 42) sorted by relevance

12

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-handler-gen.cc171 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 Dbuiltins-internal-gen.cc29 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 Dbuiltins-string-gen.cc156 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 Dbuiltins-constructor-gen.cc275 TailCallRuntime(Runtime::kNewObject, context, target, new_target); in TF_BUILTIN()
H A Dbuiltins-array-gen.cc1877 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 Daccessor-assembler.cc1191 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 Dkeyed-store-generic.cc1125 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 Daccessor-assembler.h577 asm_->TailCallRuntime(function, context, args...); in ReturnCallRuntime()
/third_party/node/deps/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.h618 void TailCallRuntime(Runtime::FunctionId fid);
/third_party/node/deps/v8/src/builtins/mips/
H A Dbuiltins-mips.cc1502 __ 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 Dbuiltins-mips64.cc1509 __ 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 Dbuiltins-ppc.cc1755 __ 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 Dbuiltins-ia32.cc1407 __ 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 Dbuiltins-loong64.cc1510 __ 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 Dbuiltins-x64.cc1476 __ 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 Dbuiltins-arm64.cc1681 __ 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 Dbuiltins-arm.cc1524 __ 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 Dbuiltins-riscv64.cc1579 __ 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 Dbuiltins-s390.cc1814 __ 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 Dcode-assembler.h1155 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 Dmacro-assembler-arm.h791 void TailCallRuntime(Runtime::FunctionId fid);
/third_party/node/deps/v8/src/codegen/loong64/
H A Dmacro-assembler-loong64.h971 void TailCallRuntime(Runtime::FunctionId fid);
/third_party/node/deps/v8/src/codegen/x64/
H A Dmacro-assembler-x64.h881 void TailCallRuntime(Runtime::FunctionId fid);
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.h1156 void TailCallRuntime(Runtime::FunctionId fid);
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.h1069 void TailCallRuntime(Runtime::FunctionId fid);

Completed in 93 milliseconds

12