Home
last modified time | relevance | path

Searched refs:BeforeCall (Results 1 – 25 of 38) sorted by relevance

12

/external/v8/src/
Dassembler.h1103 virtual void BeforeCall(int call_size) const = 0;
1115 virtual void BeforeCall(int call_size) const { } in BeforeCall() function
1124 virtual void BeforeCall(int call_size) const {} in BeforeCall() function
Dcode-stubs.h574 virtual void BeforeCall(MacroAssembler* masm) const = 0;
621 void BeforeCall(MacroAssembler* masm) const override;
632 void BeforeCall(MacroAssembler* masm) const override {} in BeforeCall() function
/external/v8/src/arm64/
Dcodegen-arm64.cc26 void StubRuntimeCallHelper::BeforeCall(MacroAssembler* masm) const { in BeforeCall() function in v8::internal::StubRuntimeCallHelper
Dcode-stubs-arm64.cc1960 call_helper.BeforeCall(masm); in GenerateSlow()
1992 call_helper.BeforeCall(masm); in GenerateSlow()
/external/v8/src/s390/
Dcodegen-s390.cc52 void StubRuntimeCallHelper::BeforeCall(MacroAssembler* masm) const { in BeforeCall() function in v8::internal::StubRuntimeCallHelper
Dcode-stubs-s390.cc1854 call_helper.BeforeCall(masm); in GenerateSlow()
1885 call_helper.BeforeCall(masm); in GenerateSlow()
/external/v8/src/ppc/
Dcodegen-ppc.cc57 void StubRuntimeCallHelper::BeforeCall(MacroAssembler* masm) const { in BeforeCall() function in v8::internal::StubRuntimeCallHelper
Dcode-stubs-ppc.cc1851 call_helper.BeforeCall(masm); in GenerateSlow()
1882 call_helper.BeforeCall(masm); in GenerateSlow()
/external/v8/src/x64/
Dcodegen-x64.cc19 void StubRuntimeCallHelper::BeforeCall(MacroAssembler* masm) const { in BeforeCall() function in v8::internal::StubRuntimeCallHelper
Dcode-stubs-x64.cc1652 call_helper.BeforeCall(masm); in GenerateSlow()
1683 call_helper.BeforeCall(masm); in GenerateSlow()
/external/v8/src/x87/
Dcodegen-x87.cc20 void StubRuntimeCallHelper::BeforeCall(MacroAssembler* masm) const { in BeforeCall() function in v8::internal::StubRuntimeCallHelper
Dmacro-assembler-x87.cc1842 call_wrapper.BeforeCall(CallSize(adaptor, RelocInfo::CODE_TARGET)); in InvokePrologue()
1926 call_wrapper.BeforeCall(CallSize(code)); in InvokeFunctionCode()
/external/v8/src/arm/
Dcodegen-arm.cc301 void StubRuntimeCallHelper::BeforeCall(MacroAssembler* masm) const { in BeforeCall() function in v8::internal::StubRuntimeCallHelper
Dcode-stubs-arm.cc1755 call_helper.BeforeCall(masm); in GenerateSlow()
1786 call_helper.BeforeCall(masm); in GenerateSlow()
Dmacro-assembler-arm.cc1730 call_wrapper.BeforeCall(CallSize(adaptor)); in InvokePrologue()
1817 call_wrapper.BeforeCall(CallSize(code)); in InvokeFunctionCode()
/external/v8/src/ia32/
Dcodegen-ia32.cc20 void StubRuntimeCallHelper::BeforeCall(MacroAssembler* masm) const { in BeforeCall() function in v8::internal::StubRuntimeCallHelper
Dmacro-assembler-ia32.cc1903 call_wrapper.BeforeCall(CallSize(adaptor, RelocInfo::CODE_TARGET)); in InvokePrologue()
1987 call_wrapper.BeforeCall(CallSize(code)); in InvokeFunctionCode()
Dcode-stubs-ia32.cc1684 call_helper.BeforeCall(masm); in GenerateSlow()
1716 call_helper.BeforeCall(masm); in GenerateSlow()
/external/v8/src/mips/
Dcodegen-mips.cc589 void StubRuntimeCallHelper::BeforeCall(MacroAssembler* masm) const { in BeforeCall() function in v8::internal::StubRuntimeCallHelper
Dcode-stubs-mips.cc1898 call_helper.BeforeCall(masm); in GenerateSlow()
1930 call_helper.BeforeCall(masm); in GenerateSlow()
/external/v8/src/mips64/
Dcodegen-mips64.cc591 void StubRuntimeCallHelper::BeforeCall(MacroAssembler* masm) const { in BeforeCall() function in v8::internal::StubRuntimeCallHelper
Dcode-stubs-mips64.cc1904 call_helper.BeforeCall(masm); in GenerateSlow()
1937 call_helper.BeforeCall(masm); in GenerateSlow()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc35 void BeforeCall(int call_size) const override {} in BeforeCall() function in v8::internal::SafepointGenerator
2953 generator.BeforeCall(__ CallSize(code, RelocInfo::CODE_TARGET)); in DoCallWithDescriptor()
2958 generator.BeforeCall(__ CallSize(Operand(target))); in DoCallWithDescriptor()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc30 void BeforeCall(int call_size) const override {} in BeforeCall() function in v8::internal::SafepointGenerator
3585 generator.BeforeCall(__ CallSize(code, RelocInfo::CODE_TARGET)); in DoCallWithDescriptor()
3597 generator.BeforeCall(__ CallSize(target)); in DoCallWithDescriptor()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc34 void BeforeCall(int call_size) const override {} in BeforeCall() function in v8::internal::SafepointGenerator
3147 generator.BeforeCall(__ CallSize(code)); in DoCallWithDescriptor()
3152 generator.BeforeCall(__ CallSize(target)); in DoCallWithDescriptor()

12