|
V8 Project
|
#include <code-stubs.h>
Inheritance diagram for v8::internal::CallIC_ArrayStub:
Collaboration diagram for v8::internal::CallIC_ArrayStub:Public Member Functions | |
| CallIC_ArrayStub (Isolate *isolate, const CallICState &state_in) | |
| virtual InlineCacheState | GetICState () const FINAL OVERRIDE |
Public Member Functions inherited from v8::internal::CallICStub | |
| CallICStub (Isolate *isolate, const CallICState &state) | |
| virtual Code::Kind | GetCodeKind () const OVERRIDE |
| virtual ExtraICState | GetExtraICState () const FINAL OVERRIDE |
Public Member Functions inherited from v8::internal::PlatformCodeStub | |
| 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 Public Member Functions inherited from v8::internal::CallICStub | |
| static int | ExtractArgcFromMinorKey (int minor_key) |
Protected Member Functions inherited from v8::internal::CallICStub | |
| bool | CallAsMethod () const |
| int | arg_count () const |
| CallICState | state () const |
| void | GenerateMiss (MacroAssembler *masm) |
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 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().
Here is the call graph for this function: