Home
last modified time | relevance | path

Searched refs:TailCallRuntime (Results 1 – 25 of 45) sorted by relevance

12

/external/v8/src/builtins/
Dbuiltins-handler-gen.cc31 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()
Dbuiltins-internal-gen.cc27 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 …]
Dbuiltins-constructor-gen.cc159 TailCallRuntime(Runtime::kNewObject, context, target, new_target); in TF_BUILTIN()
608 TailCallRuntime(Runtime::kCreateObjectLiteral, context, feedback_vector, in TF_BUILTIN()
Dbuiltins-string-gen.cc156 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/
Dcode-stubs.cc303 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/
Daccessor-assembler.cc827 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 …]
Dkeyed-store-generic.cc955 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()
Daccessor-assembler.h340 asm_->TailCallRuntime(function, context, args...); in ReturnCallRuntime()
/external/v8/src/ia32/
Dcode-stubs-ia32.cc325 __ TailCallRuntime(Runtime::kPromoteScheduledException); in CallApiFunctionAndReturn() local
Dmacro-assembler-ia32.h700 void TailCallRuntime(Runtime::FunctionId fid);
/external/v8/src/arm64/
Dcode-stubs-arm64.cc445 __ TailCallRuntime(Runtime::kPromoteScheduledException); in CallApiFunctionAndReturn() local
/external/v8/src/builtins/ppc/
Dbuiltins-ppc.cc1040 __ 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/
Dbuiltins-x64.cc1055 __ 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/
Dbuiltins-arm.cc1013 __ 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/
Dcode-stubs-arm.cc431 __ TailCallRuntime(Runtime::kPromoteScheduledException); in CallApiFunctionAndReturn() local
/external/v8/src/ppc/
Dcode-stubs-ppc.cc452 __ TailCallRuntime(Runtime::kPromoteScheduledException); in CallApiFunctionAndReturn() local
/external/v8/src/mips/
Dcode-stubs-mips.cc427 __ TailCallRuntime(Runtime::kPromoteScheduledException); in CallApiFunctionAndReturn() local
/external/v8/src/x64/
Dcode-stubs-x64.cc386 __ TailCallRuntime(Runtime::kPromoteScheduledException); in CallApiFunctionAndReturn() local
/external/v8/src/mips64/
Dcode-stubs-mips64.cc430 __ TailCallRuntime(Runtime::kPromoteScheduledException); in CallApiFunctionAndReturn() local
/external/v8/src/builtins/arm64/
Dbuiltins-arm64.cc1064 __ 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/
Dbuiltins-mips.cc1009 __ 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/
Dbuiltins-ia32.cc1002 __ 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/
Dbuiltins-s390.cc1045 __ 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/
Dbuiltins-mips64.cc1008 __ 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/
Dcode-stubs-s390.cc485 __ TailCallRuntime(Runtime::kPromoteScheduledException); in CallApiFunctionAndReturn() local

12