|
V8 Project
|
#include <code-stubs.h>
Inheritance diagram for v8::internal::StoreElementStub:
Collaboration diagram for v8::internal::StoreElementStub:Classes | |
| class | ElementsKindBits |
Public Member Functions | |
| StoreElementStub (Isolate *isolate, ElementsKind elements_kind) | |
Public Member Functions inherited from v8::internal::PlatformCodeStub | |
| virtual Handle< Code > | GenerateCode () OVERRIDE |
| virtual Code::Kind | GetCodeKind () const |
Private Member Functions | |
| ElementsKind | elements_kind () const |
| DEFINE_CALL_INTERFACE_DESCRIPTOR (Store) | |
| DEFINE_PLATFORM_CODE_STUB (StoreElement, 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 2180 of file code-stubs.h.
|
inline |
Definition at line 2182 of file code-stubs.h.
References elements_kind(), and v8::internal::BitFieldBase< T, shift, size, U >::encode().
Here is the call graph for this function:
|
private |
|
private |
|
inlineprivate |
Definition at line 2188 of file code-stubs.h.
References v8::internal::BitFieldBase< T, shift, size, U >::decode().
Referenced by StoreElementStub().
Here is the call graph for this function:
Here is the caller graph for this function: