V8 Project
v8::internal::StubRuntimeCallHelper Class Reference

#include <code-stubs.h>

+ Inheritance diagram for v8::internal::StubRuntimeCallHelper:
+ Collaboration diagram for v8::internal::StubRuntimeCallHelper:

Public Member Functions

 StubRuntimeCallHelper ()
 
virtual void BeforeCall (MacroAssembler *masm) const
 
virtual void AfterCall (MacroAssembler *masm) const
 
- Public Member Functions inherited from v8::internal::RuntimeCallHelper
virtual ~RuntimeCallHelper ()
 

Additional Inherited Members

- Protected Member Functions inherited from v8::internal::RuntimeCallHelper
 RuntimeCallHelper ()
 

Detailed Description

Definition at line 524 of file code-stubs.h.

Constructor & Destructor Documentation

◆ StubRuntimeCallHelper()

v8::internal::StubRuntimeCallHelper::StubRuntimeCallHelper ( )
inline

Definition at line 526 of file code-stubs.h.

526 {}

Member Function Documentation

◆ AfterCall()

virtual void v8::internal::StubRuntimeCallHelper::AfterCall ( MacroAssembler masm) const
virtual

◆ BeforeCall()

virtual void v8::internal::StubRuntimeCallHelper::BeforeCall ( MacroAssembler masm) const
virtual

The documentation for this class was generated from the following file: