|
V8 Project
|
#include <code-stubs.h>
Inheritance diagram for v8::internal::CallApiFunctionStub:
Collaboration diagram for v8::internal::CallApiFunctionStub:Classes | |
| class | ArgumentBits |
| class | CallDataUndefinedBits |
| class | IsStoreBits |
Public Member Functions | |
| CallApiFunctionStub (Isolate *isolate, bool is_store, bool call_data_undefined, int argc) | |
Public Member Functions inherited from v8::internal::PlatformCodeStub | |
| virtual Handle< Code > | GenerateCode () OVERRIDE |
| virtual Code::Kind | GetCodeKind () const |
Private Member Functions | |
| bool | is_store () const |
| bool | call_data_undefined () const |
| int | argc () const |
| STATIC_ASSERT (Code::kArgumentsBits+2<=kStubMinorKeyBits) | |
| DEFINE_CALL_INTERFACE_DESCRIPTOR (ApiFunction) | |
| DEFINE_PLATFORM_CODE_STUB (CallApiFunction, 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 1056 of file code-stubs.h.
|
inline |
Definition at line 1058 of file code-stubs.h.
References argc(), call_data_undefined(), DCHECK, v8::internal::BitFieldBase< T, shift, size, U >::encode(), and is_store().
Here is the call graph for this function:
|
inlineprivate |
Definition at line 1073 of file code-stubs.h.
References v8::internal::BitFieldBase< T, shift, size, U >::decode().
Referenced by CallApiFunctionStub().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineprivate |
Definition at line 1070 of file code-stubs.h.
References v8::internal::BitFieldBase< T, shift, size, U >::decode().
Referenced by CallApiFunctionStub().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
|
private |
|
inlineprivate |
Definition at line 1069 of file code-stubs.h.
References v8::internal::BitFieldBase< T, shift, size, U >::decode().
Referenced by CallApiFunctionStub().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |