Home
last modified time | relevance | path

Searched defs:TailCallRuntime (Results 1 – 19 of 19) sorted by relevance

/external/v8/src/compiler/
Dcode-assembler.h1014 void TailCallRuntime(Runtime::FunctionId function, TNode<Object> context, in TailCallRuntime() function
1023 void TailCallRuntime(Runtime::FunctionId function, TNode<Int32T> arity, in TailCallRuntime() function
/external/v8/src/builtins/ppc/
Dbuiltins-ppc.cc1345 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenCallImpl() local
1406 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenConstructImpl() local
1974 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructVarargs() local
2097 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructForwardVarargs() local
3075 __ TailCallRuntime(Runtime::kPromoteScheduledException); in CallApiFunctionAndReturn() local
/external/v8/src/builtins/mips64/
Dbuiltins-mips64.cc1277 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenCallImpl() local
1336 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenConstructImpl() local
1902 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructVarargs() local
2019 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructForwardVarargs() local
2959 __ TailCallRuntime(Runtime::kPromoteScheduledException); in CallApiFunctionAndReturn() local
/external/v8/src/builtins/arm/
Dbuiltins-arm.cc1290 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenCallImpl() local
1353 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenConstructImpl() local
1871 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructVarargs() local
1997 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructForwardVarargs() local
2907 __ TailCallRuntime(Runtime::kPromoteScheduledException); in CallApiFunctionAndReturn() local
/external/v8/src/builtins/s390/
Dbuiltins-s390.cc1398 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenCallImpl() local
1459 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenConstructImpl() local
2032 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructVarargs() local
2160 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructForwardVarargs() local
3124 __ TailCallRuntime(Runtime::kPromoteScheduledException); in CallApiFunctionAndReturn() local
/external/v8/src/builtins/arm64/
Dbuiltins-arm64.cc1429 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgs() local
2215 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructVarargs() local
2318 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructForwardVarargs() local
2469 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_PushBoundArguments() local
3401 __ TailCallRuntime(Runtime::kPromoteScheduledException); in CallApiFunctionAndReturn() local
/external/v8/src/builtins/x64/
Dbuiltins-x64.cc1332 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenCallImpl() local
1400 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenConstructImpl() local
2066 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructVarargs() local
2194 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructForwardVarargs() local
3811 __ TailCallRuntime(Runtime::kPromoteScheduledException); in CallApiFunctionAndReturn() local
/external/v8/src/builtins/mips/
Dbuiltins-mips.cc1258 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenCallImpl() local
1317 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenConstructImpl() local
1836 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructVarargs() local
1952 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructForwardVarargs() local
2889 __ TailCallRuntime(Runtime::kPromoteScheduledException); in CallApiFunctionAndReturn() local
/external/v8/src/builtins/ia32/
Dbuiltins-ia32.cc1269 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenCallImpl() local
1412 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenConstructImpl() local
2014 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructVarargs() local
2167 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructForwardVarargs() local
3191 __ TailCallRuntime(Runtime::kPromoteScheduledException); in CallApiFunctionAndReturn() local
/external/v8/src/codegen/ia32/
Dmacro-assembler-ia32.cc1026 void MacroAssembler::TailCallRuntime(Runtime::FunctionId fid) { in TailCallRuntime() function in v8::internal::MacroAssembler
/external/v8/src/codegen/arm64/
Dmacro-assembler-arm64.cc1589 void MacroAssembler::TailCallRuntime(Runtime::FunctionId fid) { in TailCallRuntime() function in v8::internal::MacroAssembler
/external/v8/src/codegen/arm/
Dmacro-assembler-arm.cc1930 void MacroAssembler::TailCallRuntime(Runtime::FunctionId fid) { in TailCallRuntime() function in v8::internal::MacroAssembler
/external/v8/src/codegen/x64/
Dmacro-assembler-x64.cc588 void MacroAssembler::TailCallRuntime(Runtime::FunctionId fid) { in TailCallRuntime() function in v8::internal::MacroAssembler
/external/v8/src/codegen/ppc/
Dmacro-assembler-ppc.cc1740 void MacroAssembler::TailCallRuntime(Runtime::FunctionId fid) { in TailCallRuntime() function in v8::internal::MacroAssembler
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h3589 void TailCallRuntime(R (*function)(P...)) { in TailCallRuntime() function
/external/v8/src/codegen/s390/
Dmacro-assembler-s390.cc1659 void MacroAssembler::TailCallRuntime(Runtime::FunctionId fid) { in TailCallRuntime() function in v8::internal::MacroAssembler
/external/v8/src/codegen/mips/
Dmacro-assembler-mips.cc4744 void MacroAssembler::TailCallRuntime(Runtime::FunctionId fid) { in TailCallRuntime() function in v8::internal::MacroAssembler
/external/v8/src/codegen/mips64/
Dmacro-assembler-mips64.cc5091 void MacroAssembler::TailCallRuntime(Runtime::FunctionId fid) { in TailCallRuntime() function in v8::internal::MacroAssembler
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc13136 __ TailCallRuntime(runtime_call_add_one); in TEST() local