/external/v8/src/builtins/ |
D | builtins-handler-gen.cc | 31 TailCallRuntime(Runtime::kKeyedGetProperty, context, receiver, name); in TF_BUILTIN() 54 TailCallRuntime(Runtime::kKeyedStoreIC_Slow, context, value, slot, vector, in TF_BUILTIN() 63 TailCallRuntime(Runtime::kStoreInArrayLiteralIC_Slow, context, value, array, in TF_BUILTIN() 73 TailCallRuntime(Runtime::kLoadGlobalIC_Slow, context, name, slot, vector); in TF_BUILTIN() 87 TailCallRuntime(Runtime::kLoadIC_Miss, context, receiver, name, slot, vector); in TF_BUILTIN() 95 TailCallRuntime(Runtime::kGetProperty, context, receiver, name); in TF_BUILTIN() 108 TailCallRuntime(Runtime::kStoreGlobalIC_Slow, context, value, slot, vector, in TF_BUILTIN()
|
D | builtins-internal-gen.cc | 27 masm->TailCallRuntime(Runtime::kInterrupt); in Generate_InterruptCheck() 31 masm->TailCallRuntime(Runtime::kStackGuard); in Generate_StackCheck() 59 TailCallRuntime(Runtime::kGrowArrayElements, context, object, key); in TF_BUILTIN() 74 TailCallRuntime(Runtime::kGrowArrayElements, context, object, key); in TF_BUILTIN() 168 TailCallRuntime(Runtime::kNewArgumentsElements, NoContextConstant(), in TF_BUILTIN() 555 TailCallRuntime(Runtime::kDeleteProperty, context, receiver, key, in TF_BUILTIN() 572 TailCallRuntime(Runtime::kForInEnumerate, context, receiver); in TF_BUILTIN() 1105 TailCallRuntime(Runtime::kAllocateInNewSpace, NoContextConstant(), in TF_BUILTIN() 1114 TailCallRuntime(Runtime::kAllocateInTargetSpace, NoContextConstant(), in TF_BUILTIN() 1120 TailCallRuntime(Runtime::kAbort, NoContextConstant(), message_id); in TF_BUILTIN() [all …]
|
D | builtins-constructor-gen.cc | 159 TailCallRuntime(Runtime::kNewObject, context, target, new_target); in TF_BUILTIN() 608 TailCallRuntime(Runtime::kCreateObjectLiteral, context, feedback_vector, in TF_BUILTIN()
|
D | builtins-string-gen.cc | 156 TailCallRuntime(Runtime::kStringEqual, context, lhs, rhs); in GenerateStringEqual() 488 TailCallRuntime(Runtime::kStringLessThan, context, lhs, rhs); in GenerateStringRelationalComparison() 491 TailCallRuntime(Runtime::kStringLessThanOrEqual, context, lhs, rhs); in GenerateStringRelationalComparison() 494 TailCallRuntime(Runtime::kStringGreaterThan, context, lhs, rhs); in GenerateStringRelationalComparison() 497 TailCallRuntime(Runtime::kStringGreaterThanOrEqual, context, lhs, rhs); in GenerateStringRelationalComparison()
|
/external/v8/src/ |
D | code-stubs.cc | 303 TailCallRuntime(Runtime::kElementsTransitionAndStoreIC_Miss, context, in TF_STUB() 324 TailCallRuntime(Runtime::kKeyedLoadIC_Miss, context, receiver, key, slot, in TF_STUB() 346 TailCallRuntime(Runtime::kKeyedStoreIC_Miss, context, value, slot, vector, in TF_STUB() 359 TailCallRuntime(Runtime::kStorePropertyWithInterceptor, context, value, slot, in TF_STUB() 374 TailCallRuntime(Runtime::kLoadElementWithInterceptor, context, receiver, key); in TF_STUB() 377 TailCallRuntime(Runtime::kKeyedLoadIC_Miss, context, receiver, key, slot, in TF_STUB() 396 TailCallRuntime(Runtime::kKeyedStoreIC_Slow, context, value, slot, vector, in TF_STUB() 405 TailCallRuntime(Runtime::kStoreInArrayLiteralIC_Slow, context, value, array, in TF_STUB() 430 TailCallRuntime(Runtime::kKeyedStoreIC_Miss, context, value, slot, vector, in TF_STUB()
|
/external/v8/src/ic/ |
D | accessor-assembler.cc | 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() [all …]
|
D | keyed-store-generic.cc | 955 TailCallRuntime(Runtime::kSetProperty, context, receiver, key, value, in KeyedStoreGeneric() 964 TailCallRuntime(Runtime::kSetProperty, context, receiver, key, value, in KeyedStoreGeneric() 1026 TailCallRuntime(Runtime::kStoreIC_Miss, context, value, slot, vector, in StoreIC_Uninitialized()
|
D | accessor-assembler.h | 340 asm_->TailCallRuntime(function, context, args...); in ReturnCallRuntime()
|
/external/v8/src/ia32/ |
D | code-stubs-ia32.cc | 325 __ TailCallRuntime(Runtime::kPromoteScheduledException); in CallApiFunctionAndReturn() local
|
D | macro-assembler-ia32.h | 700 void TailCallRuntime(Runtime::FunctionId fid);
|
/external/v8/src/arm64/ |
D | code-stubs-arm64.cc | 445 __ TailCallRuntime(Runtime::kPromoteScheduledException); in CallApiFunctionAndReturn() local
|
/external/v8/src/builtins/ppc/ |
D | builtins-ppc.cc | 1040 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenCallImpl() local 1095 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenConstructImpl() local 1681 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructVarargs() local 1788 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructForwardVarargs() local
|
/external/v8/src/builtins/x64/ |
D | builtins-x64.cc | 1055 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenCallImpl() local 1119 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenConstructImpl() local 1794 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructVarargs() local 1899 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructForwardVarargs() local
|
/external/v8/src/builtins/arm/ |
D | builtins-arm.cc | 1013 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenCallImpl() local 1066 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenConstructImpl() local 1615 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructVarargs() local 1720 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructForwardVarargs() local
|
/external/v8/src/arm/ |
D | code-stubs-arm.cc | 431 __ TailCallRuntime(Runtime::kPromoteScheduledException); in CallApiFunctionAndReturn() local
|
/external/v8/src/ppc/ |
D | code-stubs-ppc.cc | 452 __ TailCallRuntime(Runtime::kPromoteScheduledException); in CallApiFunctionAndReturn() local
|
/external/v8/src/mips/ |
D | code-stubs-mips.cc | 427 __ TailCallRuntime(Runtime::kPromoteScheduledException); in CallApiFunctionAndReturn() local
|
/external/v8/src/x64/ |
D | code-stubs-x64.cc | 386 __ TailCallRuntime(Runtime::kPromoteScheduledException); in CallApiFunctionAndReturn() local
|
/external/v8/src/mips64/ |
D | code-stubs-mips64.cc | 430 __ TailCallRuntime(Runtime::kPromoteScheduledException); in CallApiFunctionAndReturn() local
|
/external/v8/src/builtins/arm64/ |
D | builtins-arm64.cc | 1064 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgs() local 1948 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructVarargs() local 2070 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructForwardVarargs() local 2221 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_PushBoundArguments() local
|
/external/v8/src/builtins/mips/ |
D | builtins-mips.cc | 1009 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenCallImpl() local 1061 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenConstructImpl() local 1617 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructVarargs() local 1718 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructForwardVarargs() local
|
/external/v8/src/builtins/ia32/ |
D | builtins-ia32.cc | 1002 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenCallImpl() local 1139 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenConstructImpl() local 1705 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructVarargs() local 1816 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructForwardVarargs() local
|
/external/v8/src/builtins/s390/ |
D | builtins-s390.cc | 1045 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenCallImpl() local 1100 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenConstructImpl() local 1685 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructVarargs() local 1793 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructForwardVarargs() local
|
/external/v8/src/builtins/mips64/ |
D | builtins-mips64.cc | 1008 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenCallImpl() local 1060 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterPushArgsThenConstructImpl() local 1634 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructVarargs() local 1739 __ TailCallRuntime(Runtime::kThrowStackOverflow); in Generate_CallOrConstructForwardVarargs() local
|
/external/v8/src/s390/ |
D | code-stubs-s390.cc | 485 __ TailCallRuntime(Runtime::kPromoteScheduledException); in CallApiFunctionAndReturn() local
|