|
V8 Project
|
#include <code-stubs.h>
Inheritance diagram for v8::internal::CallConstructStub:
Collaboration diagram for v8::internal::CallConstructStub:Classes | |
| class | FlagBits |
Public Member Functions | |
| CallConstructStub (Isolate *isolate, CallConstructorFlags flags) | |
| virtual void | FinishCode (Handle< Code > code) |
Public Member Functions inherited from v8::internal::PlatformCodeStub | |
| virtual Handle< Code > | GenerateCode () OVERRIDE |
| virtual Code::Kind | GetCodeKind () const |
Private Member Functions | |
| CallConstructorFlags | flags () const |
| bool | RecordCallTarget () const |
| virtual void | PrintName (OStream &os) const OVERRIDE |
| DEFINE_CALL_INTERFACE_DESCRIPTOR (CallConstruct) | |
| DEFINE_PLATFORM_CODE_STUB (CallConstruct, PlatformCodeStub) | |
Additional Inherited Members | |
Protected Member Functions inherited from v8::internal::PlatformCodeStub | |
| PlatformCodeStub (Isolate *isolate) | |
| virtual void | Generate (MacroAssembler *masm)=0 |
| DEFINE_CODE_STUB_BASE (PlatformCodeStub, CodeStub) | |
Definition at line 1561 of file code-stubs.h.
|
inline |
Definition at line 1563 of file code-stubs.h.
References v8::internal::BitFieldBase< T, shift, size, U >::encode(), and flags().
Here is the call graph for this function:
|
private |
|
private |
Definition at line 1568 of file code-stubs.h.
References RecordCallTarget().
Here is the call graph for this function:
|
inlineprivate |
Definition at line 1573 of file code-stubs.h.
References v8::internal::BitFieldBase< T, shift, size, U >::decode().
Referenced by CallConstructStub(), and RecordCallTarget().
Here is the call graph for this function:
Here is the caller graph for this function:
|
privatevirtual |
Definition at line 800 of file code-stubs.cc.
References RecordCallTarget().
Here is the call graph for this function:
|
inlineprivate |
Definition at line 1575 of file code-stubs.h.
References flags(), and v8::internal::RECORD_CONSTRUCTOR_TARGET.
Referenced by FinishCode(), and PrintName().
Here is the call graph for this function:
Here is the caller graph for this function: