/external/v8/src/compiler/ |
D | code-stub-assembler.h | 66 Node* TailCallRuntime(Runtime::FunctionId function_id, Node* context, 68 Node* TailCallRuntime(Runtime::FunctionId function_id, Node* context,
|
D | code-stub-assembler.cc | 151 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/ |
D | ic-compiler-ppc.cc | 23 __ TailCallRuntime(Runtime::kSetProperty); in GenerateRuntimeSetProperty() local
|
D | ic-ppc.cc | 322 __ 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
|
D | handler-compiler-ppc.cc | 329 __ 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/ |
D | ic-compiler-mips64.cc | 25 __ TailCallRuntime(Runtime::kSetProperty); in GenerateRuntimeSetProperty() local
|
D | ic-mips64.cc | 316 __ 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/ |
D | ic-compiler-arm.cc | 25 __ TailCallRuntime(Runtime::kSetProperty); in GenerateRuntimeSetProperty() local
|
D | ic-arm.cc | 312 __ 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
|
D | handler-compiler-arm.cc | 330 __ 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/ |
D | ic-compiler-arm64.cc | 26 __ TailCallRuntime(Runtime::kSetProperty); in GenerateRuntimeSetProperty() local
|
D | ic-arm64.cc | 296 __ 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
|
D | handler-compiler-arm64.cc | 323 __ 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/ |
D | ic-compiler-mips.cc | 25 __ TailCallRuntime(Runtime::kSetProperty); in GenerateRuntimeSetProperty() local
|
D | ic-mips.cc | 319 __ 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/ |
D | test-code-stub-assembler.cc | 86 m.TailCallRuntime(Runtime::kMathSqrt, context, b); in TEST() 116 m.TailCallRuntime(Runtime::kMathPow, context, a, b); in TEST()
|
/external/v8/src/ic/x87/ |
D | ic-compiler-x87.cc | 30 __ TailCallRuntime(Runtime::kSetProperty); in GenerateRuntimeSetProperty() local
|
D | ic-x87.cc | 675 __ 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
|
D | handler-compiler-x87.cc | 328 __ 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/ |
D | ic-compiler-ia32.cc | 30 __ TailCallRuntime(Runtime::kSetProperty); in GenerateRuntimeSetProperty() local
|
D | ic-ia32.cc | 675 __ 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
|
D | handler-compiler-ia32.cc | 328 __ 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/ |
D | ic-compiler-x64.cc | 31 __ TailCallRuntime(Runtime::kSetProperty); in GenerateRuntimeSetProperty() local
|
D | ic-x64.cc | 675 __ 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
|
D | handler-compiler-x64.cc | 331 __ 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
|