Searched refs:BeforeCall (Results 1 - 18 of 18) sorted by relevance

/external/v8/src/
H A Dassembler.h868 virtual void BeforeCall(int call_size) const = 0;
877 virtual void BeforeCall(int call_size) const { } function in class:v8::internal::NullCallWrapper
H A Dcode-stubs.h237 virtual void BeforeCall(MacroAssembler* masm) const = 0;
272 virtual void BeforeCall(MacroAssembler* masm) const;
283 virtual void BeforeCall(MacroAssembler* masm) const {} function in class:v8::internal::NopRuntimeCallHelper
/external/v8/src/arm/
H A Dcodegen-arm.cc59 void StubRuntimeCallHelper::BeforeCall(MacroAssembler* masm) const { function in class:v8::internal::StubRuntimeCallHelper
H A Dmacro-assembler-arm.cc1020 call_wrapper.BeforeCall(CallSize(adaptor));
1052 call_wrapper.BeforeCall(CallSize(code));
2683 call_wrapper.BeforeCall(CallSize(r2));
H A Dcode-stubs-arm.cc5371 call_helper.BeforeCall(masm);
5398 call_helper.BeforeCall(masm);
5440 call_helper.BeforeCall(masm);
H A Dlithium-codegen-arm.cc49 virtual void BeforeCall(int call_size) const { } function in class:v8::internal::SafepointGenerator
/external/v8/src/mips/
H A Dcodegen-mips.cc59 void StubRuntimeCallHelper::BeforeCall(MacroAssembler* masm) const { function in class:v8::internal::StubRuntimeCallHelper
H A Dmacro-assembler-mips.cc3669 call_wrapper.BeforeCall(CallSize(adaptor));
3702 call_wrapper.BeforeCall(CallSize(code));
4258 call_wrapper.BeforeCall(CallSize(t9));
H A Dcode-stubs-mips.cc5602 call_helper.BeforeCall(masm);
5631 call_helper.BeforeCall(masm);
5681 call_helper.BeforeCall(masm);
H A Dlithium-codegen-mips.cc49 virtual void BeforeCall(int call_size) const { } function in class:v8::internal::SafepointGenerator
/external/v8/src/x64/
H A Dcodegen-x64.cc41 void StubRuntimeCallHelper::BeforeCall(MacroAssembler* masm) const { function in class:v8::internal::StubRuntimeCallHelper
H A Dmacro-assembler-x64.cc3044 call_wrapper.BeforeCall(CallSize(code));
3083 call_wrapper.BeforeCall(CallSize(code));
3200 call_wrapper.BeforeCall(CallSize(adaptor));
H A Dcode-stubs-x64.cc4412 call_helper.BeforeCall(masm);
4441 call_helper.BeforeCall(masm);
4481 call_helper.BeforeCall(masm);
H A Dlithium-codegen-x64.cc52 virtual void BeforeCall(int call_size) const { function in class:v8::internal::SafepointGenerator
/external/v8/src/ia32/
H A Dcodegen-ia32.cc43 void StubRuntimeCallHelper::BeforeCall(MacroAssembler* masm) const { function in class:v8::internal::StubRuntimeCallHelper
H A Dmacro-assembler-ia32.cc1974 call_wrapper.BeforeCall(CallSize(adaptor, RelocInfo::CODE_TARGET));
2006 call_wrapper.BeforeCall(CallSize(code));
2037 call_wrapper.BeforeCall(CallSize(code, rmode));
H A Dcode-stubs-ia32.cc5400 call_helper.BeforeCall(masm);
5430 call_helper.BeforeCall(masm);
5479 call_helper.BeforeCall(masm);
H A Dlithium-codegen-ia32.cc54 virtual void BeforeCall(int call_size) const {} function in class:v8::internal::SafepointGenerator

Completed in 477 milliseconds