V8 Project
|
#include <code-stubs.h>
Public Member Functions | |
CallIC_ArrayStub (Isolate *isolate, const CallICState &state_in) | |
virtual InlineCacheState | GetICState () const FINAL OVERRIDE |
![]() | |
CallICStub (Isolate *isolate, const CallICState &state) | |
virtual Code::Kind | GetCodeKind () const OVERRIDE |
virtual ExtraICState | GetExtraICState () const FINAL OVERRIDE |
![]() | |
virtual Handle< Code > | GenerateCode () OVERRIDE |
Private Member Functions | |
virtual void | PrintState (OStream &os) const OVERRIDE |
DEFINE_PLATFORM_CODE_STUB (CallIC_Array, CallICStub) | |
Additional Inherited Members | |
![]() | |
static int | ExtractArgcFromMinorKey (int minor_key) |
![]() | |
bool | CallAsMethod () const |
int | arg_count () const |
CallICState | state () const |
void | GenerateMiss (MacroAssembler *masm) |
![]() | |
PlatformCodeStub (Isolate *isolate) | |
virtual void | Generate (MacroAssembler *masm)=0 |
DEFINE_CODE_STUB_BASE (PlatformCodeStub, CodeStub) | |
Definition at line 832 of file code-stubs.h.
|
inline |
Definition at line 834 of file code-stubs.h.
|
private |
|
inlinevirtual |
Reimplemented from v8::internal::CallICStub.
Definition at line 837 of file code-stubs.h.
References v8::internal::MONOMORPHIC.
|
privatevirtual |
Reimplemented from v8::internal::CallICStub.
Definition at line 542 of file code-stubs.cc.
References v8::internal::CallICStub::state().