Home
last modified time | relevance | path

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

123

/external/v8/src/compiler/
Dcode-stub-assembler.h66 Node* TailCallRuntime(Runtime::FunctionId function_id, Node* context,
68 Node* TailCallRuntime(Runtime::FunctionId function_id, Node* context,
Dcode-stub-assembler.cc151 Node* CodeStubAssembler::TailCallRuntime(Runtime::FunctionId function_id, in TailCallRuntime() function in v8::internal::compiler::CodeStubAssembler
157 Node* CodeStubAssembler::TailCallRuntime(Runtime::FunctionId function_id, in TailCallRuntime() function in v8::internal::compiler::CodeStubAssembler
/external/v8/src/ic/ppc/
Dic-compiler-ppc.cc23 __ TailCallRuntime(Runtime::kSetProperty); in GenerateRuntimeSetProperty() local
Dic-ppc.cc322 __ TailCallRuntime(Runtime::kLoadIC_Miss); in GenerateMiss() local
334 __ TailCallRuntime(is_strong(language_mode) ? Runtime::kGetPropertyStrong in GenerateRuntimeGetProperty() local
350 __ TailCallRuntime(Runtime::kKeyedLoadIC_Miss); in GenerateMiss() local
361 __ TailCallRuntime(is_strong(language_mode) ? Runtime::kKeyedGetPropertyStrong in GenerateRuntimeGetProperty() local
481 __ TailCallRuntime(Runtime::kKeyedStoreIC_Miss); in GenerateMiss() local
780 __ TailCallRuntime(Runtime::kStoreIC_Miss); in GenerateMiss() local
Dhandler-compiler-ppc.cc329 __ TailCallRuntime(Runtime::kStoreIC_Slow); in GenerateSlow() local
338 __ TailCallRuntime(Runtime::kKeyedStoreIC_Slow); in GenerateStoreSlow() local
709 __ TailCallRuntime(Runtime::kLoadPropertyWithInterceptor); in GenerateLoadInterceptor() local
733 __ TailCallRuntime(Runtime::kStoreCallbackProperty); in CompileStoreCallback() local
745 __ TailCallRuntime(Runtime::kStorePropertyWithInterceptor); in CompileStoreInterceptor() local
/external/v8/src/ic/mips64/
Dic-compiler-mips64.cc25 __ TailCallRuntime(Runtime::kSetProperty); in GenerateRuntimeSetProperty() local
Dic-mips64.cc316 __ TailCallRuntime(Runtime::kLoadIC_Miss); in GenerateMiss() local
328 __ TailCallRuntime(is_strong(language_mode) ? Runtime::kGetPropertyStrong in GenerateRuntimeGetProperty() local
344 __ TailCallRuntime(Runtime::kKeyedLoadIC_Miss); in GenerateMiss() local
355 __ TailCallRuntime(is_strong(language_mode) ? Runtime::kKeyedGetPropertyStrong in GenerateRuntimeGetProperty() local
746 __ TailCallRuntime(Runtime::kKeyedStoreIC_Miss); in GenerateMiss() local
772 __ TailCallRuntime(Runtime::kStoreIC_Miss); in GenerateMiss() local
/external/v8/src/ic/arm/
Dic-compiler-arm.cc25 __ TailCallRuntime(Runtime::kSetProperty); in GenerateRuntimeSetProperty() local
Dic-arm.cc312 __ TailCallRuntime(Runtime::kLoadIC_Miss); in GenerateMiss() local
324 __ TailCallRuntime(is_strong(language_mode) ? Runtime::kGetPropertyStrong in GenerateRuntimeGetProperty() local
340 __ TailCallRuntime(Runtime::kKeyedLoadIC_Miss); in GenerateMiss() local
352 __ TailCallRuntime(is_strong(language_mode) ? Runtime::kKeyedGetPropertyStrong in GenerateRuntimeGetProperty() local
471 __ TailCallRuntime(Runtime::kKeyedStoreIC_Miss); in GenerateMiss() local
776 __ TailCallRuntime(Runtime::kStoreIC_Miss); in GenerateMiss() local
Dhandler-compiler-arm.cc330 __ TailCallRuntime(Runtime::kStoreIC_Slow); in GenerateSlow() local
339 __ TailCallRuntime(Runtime::kKeyedStoreIC_Slow); in GenerateStoreSlow() local
712 __ TailCallRuntime(Runtime::kLoadPropertyWithInterceptor); in GenerateLoadInterceptor() local
737 __ TailCallRuntime(Runtime::kStoreCallbackProperty); in CompileStoreCallback() local
749 __ TailCallRuntime(Runtime::kStorePropertyWithInterceptor); in CompileStoreInterceptor() local
/external/v8/src/ic/arm64/
Dic-compiler-arm64.cc26 __ TailCallRuntime(Runtime::kSetProperty); in GenerateRuntimeSetProperty() local
Dic-arm64.cc296 __ TailCallRuntime(Runtime::kLoadIC_Miss); in GenerateMiss() local
306 __ TailCallRuntime(is_strong(language_mode) ? Runtime::kGetPropertyStrong in GenerateRuntimeGetProperty() local
325 __ TailCallRuntime(Runtime::kKeyedLoadIC_Miss); in GenerateMiss() local
335 __ TailCallRuntime(is_strong(language_mode) ? Runtime::kKeyedGetPropertyStrong in GenerateRuntimeGetProperty() local
479 __ TailCallRuntime(Runtime::kKeyedStoreIC_Miss); in GenerateMiss() local
768 __ TailCallRuntime(Runtime::kStoreIC_Miss); in GenerateMiss() local
Dhandler-compiler-arm64.cc323 __ TailCallRuntime(Runtime::kStoreIC_Slow); in GenerateSlow() local
333 __ TailCallRuntime(Runtime::kKeyedStoreIC_Slow); in GenerateStoreSlow() local
383 __ TailCallRuntime(Runtime::kStorePropertyWithInterceptor); in CompileStoreInterceptor() local
772 __ TailCallRuntime(Runtime::kLoadPropertyWithInterceptor); in GenerateLoadInterceptor() local
800 __ TailCallRuntime(Runtime::kStoreCallbackProperty); in CompileStoreCallback() local
/external/v8/src/ic/mips/
Dic-compiler-mips.cc25 __ TailCallRuntime(Runtime::kSetProperty); in GenerateRuntimeSetProperty() local
Dic-mips.cc319 __ TailCallRuntime(Runtime::kLoadIC_Miss); in GenerateMiss() local
331 __ TailCallRuntime(is_strong(language_mode) ? Runtime::kGetPropertyStrong in GenerateRuntimeGetProperty() local
347 __ TailCallRuntime(Runtime::kKeyedLoadIC_Miss); in GenerateMiss() local
358 __ TailCallRuntime(is_strong(language_mode) ? Runtime::kKeyedGetPropertyStrong in GenerateRuntimeGetProperty() local
748 __ TailCallRuntime(Runtime::kKeyedStoreIC_Miss); in GenerateMiss() local
774 __ TailCallRuntime(Runtime::kStoreIC_Miss); in GenerateMiss() local
/external/v8/test/cctest/compiler/
Dtest-code-stub-assembler.cc86 m.TailCallRuntime(Runtime::kMathSqrt, context, b); in TEST()
116 m.TailCallRuntime(Runtime::kMathPow, context, a, b); in TEST()
/external/v8/src/ic/x87/
Dic-compiler-x87.cc30 __ TailCallRuntime(Runtime::kSetProperty); in GenerateRuntimeSetProperty() local
Dic-x87.cc675 __ TailCallRuntime(Runtime::kLoadIC_Miss); in GenerateMiss() local
692 __ TailCallRuntime(is_strong(language_mode) ? Runtime::kGetPropertyStrong in GenerateRuntimeGetProperty() local
704 __ TailCallRuntime(Runtime::kKeyedLoadIC_Miss); in GenerateMiss() local
721 __ TailCallRuntime(is_strong(language_mode) ? Runtime::kKeyedGetPropertyStrong in GenerateRuntimeGetProperty() local
755 __ TailCallRuntime(Runtime::kStoreIC_Miss); in GenerateMiss() local
797 __ TailCallRuntime(Runtime::kKeyedStoreIC_Miss); in GenerateMiss() local
Dhandler-compiler-x87.cc328 __ TailCallRuntime(Runtime::kStoreIC_Slow); in GenerateSlow() local
337 __ TailCallRuntime(Runtime::kKeyedStoreIC_Slow); in GenerateStoreSlow() local
729 __ TailCallRuntime(Runtime::kLoadPropertyWithInterceptor); in GenerateLoadInterceptor() local
754 __ TailCallRuntime(Runtime::kStoreCallbackProperty); in CompileStoreCallback() local
770 __ TailCallRuntime(Runtime::kStorePropertyWithInterceptor); in CompileStoreInterceptor() local
/external/v8/src/ic/ia32/
Dic-compiler-ia32.cc30 __ TailCallRuntime(Runtime::kSetProperty); in GenerateRuntimeSetProperty() local
Dic-ia32.cc675 __ TailCallRuntime(Runtime::kLoadIC_Miss); in GenerateMiss() local
692 __ TailCallRuntime(is_strong(language_mode) ? Runtime::kGetPropertyStrong in GenerateRuntimeGetProperty() local
704 __ TailCallRuntime(Runtime::kKeyedLoadIC_Miss); in GenerateMiss() local
721 __ TailCallRuntime(is_strong(language_mode) ? Runtime::kKeyedGetPropertyStrong in GenerateRuntimeGetProperty() local
755 __ TailCallRuntime(Runtime::kStoreIC_Miss); in GenerateMiss() local
797 __ TailCallRuntime(Runtime::kKeyedStoreIC_Miss); in GenerateMiss() local
Dhandler-compiler-ia32.cc328 __ TailCallRuntime(Runtime::kStoreIC_Slow); in GenerateSlow() local
337 __ TailCallRuntime(Runtime::kKeyedStoreIC_Slow); in GenerateStoreSlow() local
729 __ TailCallRuntime(Runtime::kLoadPropertyWithInterceptor); in GenerateLoadInterceptor() local
754 __ TailCallRuntime(Runtime::kStoreCallbackProperty); in CompileStoreCallback() local
770 __ TailCallRuntime(Runtime::kStorePropertyWithInterceptor); in CompileStoreInterceptor() local
/external/v8/src/ic/x64/
Dic-compiler-x64.cc31 __ TailCallRuntime(Runtime::kSetProperty); in GenerateRuntimeSetProperty() local
Dic-x64.cc675 __ TailCallRuntime(Runtime::kLoadIC_Miss); in GenerateMiss() local
693 __ TailCallRuntime(is_strong(language_mode) ? Runtime::kGetPropertyStrong in GenerateRuntimeGetProperty() local
706 __ TailCallRuntime(Runtime::kKeyedLoadIC_Miss); in GenerateMiss() local
724 __ TailCallRuntime(is_strong(language_mode) ? Runtime::kKeyedGetPropertyStrong in GenerateRuntimeGetProperty() local
760 __ TailCallRuntime(Runtime::kStoreIC_Miss); in GenerateMiss() local
791 __ TailCallRuntime(Runtime::kKeyedStoreIC_Miss); in GenerateMiss() local
Dhandler-compiler-x64.cc331 __ TailCallRuntime(Runtime::kStoreIC_Slow); in GenerateSlow() local
340 __ TailCallRuntime(Runtime::kKeyedStoreIC_Slow); in GenerateStoreSlow() local
720 __ TailCallRuntime(Runtime::kLoadPropertyWithInterceptor); in GenerateLoadInterceptor() local
745 __ TailCallRuntime(Runtime::kStoreCallbackProperty); in CompileStoreCallback() local
761 __ TailCallRuntime(Runtime::kStorePropertyWithInterceptor); in CompileStoreInterceptor() local

123