/external/v8/src/compiler/ |
D | code-assembler.h | 1014 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/ |
D | builtins-ppc.cc | 1345 __ 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/ |
D | builtins-mips64.cc | 1277 __ 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/ |
D | builtins-arm.cc | 1290 __ 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/ |
D | builtins-s390.cc | 1398 __ 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/ |
D | builtins-arm64.cc | 1429 __ 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/ |
D | builtins-x64.cc | 1332 __ 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/ |
D | builtins-mips.cc | 1258 __ 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/ |
D | builtins-ia32.cc | 1269 __ 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/ |
D | macro-assembler-ia32.cc | 1026 void MacroAssembler::TailCallRuntime(Runtime::FunctionId fid) { in TailCallRuntime() function in v8::internal::MacroAssembler
|
/external/v8/src/codegen/arm64/ |
D | macro-assembler-arm64.cc | 1589 void MacroAssembler::TailCallRuntime(Runtime::FunctionId fid) { in TailCallRuntime() function in v8::internal::MacroAssembler
|
/external/v8/src/codegen/arm/ |
D | macro-assembler-arm.cc | 1930 void MacroAssembler::TailCallRuntime(Runtime::FunctionId fid) { in TailCallRuntime() function in v8::internal::MacroAssembler
|
/external/v8/src/codegen/x64/ |
D | macro-assembler-x64.cc | 588 void MacroAssembler::TailCallRuntime(Runtime::FunctionId fid) { in TailCallRuntime() function in v8::internal::MacroAssembler
|
/external/v8/src/codegen/ppc/ |
D | macro-assembler-ppc.cc | 1740 void MacroAssembler::TailCallRuntime(Runtime::FunctionId fid) { in TailCallRuntime() function in v8::internal::MacroAssembler
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.h | 3589 void TailCallRuntime(R (*function)(P...)) { in TailCallRuntime() function
|
/external/v8/src/codegen/s390/ |
D | macro-assembler-s390.cc | 1659 void MacroAssembler::TailCallRuntime(Runtime::FunctionId fid) { in TailCallRuntime() function in v8::internal::MacroAssembler
|
/external/v8/src/codegen/mips/ |
D | macro-assembler-mips.cc | 4744 void MacroAssembler::TailCallRuntime(Runtime::FunctionId fid) { in TailCallRuntime() function in v8::internal::MacroAssembler
|
/external/v8/src/codegen/mips64/ |
D | macro-assembler-mips64.cc | 5091 void MacroAssembler::TailCallRuntime(Runtime::FunctionId fid) { in TailCallRuntime() function in v8::internal::MacroAssembler
|
/external/vixl/test/aarch64/ |
D | test-assembler-aarch64.cc | 13136 __ TailCallRuntime(runtime_call_add_one); in TEST() local
|