|
V8 Project
|
#include <code-stubs.h>
Inheritance diagram for v8::internal::CallICStub:
Collaboration diagram for v8::internal::CallICStub:Public Member Functions | |
| CallICStub (Isolate *isolate, const CallICState &state) | |
| virtual Code::Kind | GetCodeKind () const OVERRIDE |
| virtual InlineCacheState | GetICState () const OVERRIDE |
| virtual ExtraICState | GetExtraICState () const FINAL OVERRIDE |
Public Member Functions inherited from v8::internal::PlatformCodeStub | |
| virtual Handle< Code > | GenerateCode () OVERRIDE |
Static Public Member Functions | |
| static int | ExtractArgcFromMinorKey (int minor_key) |
Protected Member Functions | |
| 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) | |
Private Member Functions | |
| virtual void | PrintState (OStream &os) const OVERRIDE |
| DEFINE_CALL_INTERFACE_DESCRIPTOR (CallFunctionWithFeedback) | |
| DEFINE_PLATFORM_CODE_STUB (CallIC, PlatformCodeStub) | |
Definition at line 790 of file code-stubs.h.
|
inline |
Definition at line 792 of file code-stubs.h.
References state().
Here is the call graph for this function:
|
inlineprotected |
Definition at line 815 of file code-stubs.h.
References state().
Here is the call graph for this function:
|
inlineprotected |
Definition at line 811 of file code-stubs.h.
References state().
Here is the call graph for this function:
|
private |
|
private |
Definition at line 797 of file code-stubs.h.
References state().
Referenced by v8::internal::Debug::PrepareStep().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
|
inlinevirtual |
Reimplemented from v8::internal::PlatformCodeStub.
Definition at line 802 of file code-stubs.h.
|
inlinevirtual |
Definition at line 806 of file code-stubs.h.
|
inlinevirtual |
Reimplemented in v8::internal::CallIC_ArrayStub.
Definition at line 804 of file code-stubs.h.
References v8::internal::DEFAULT.
|
privatevirtual |
Reimplemented in v8::internal::CallIC_ArrayStub.
Definition at line 547 of file code-stubs.cc.
References state().
Here is the call graph for this function:
|
inlineprotected |
Definition at line 817 of file code-stubs.h.
Referenced by arg_count(), CallAsMethod(), CallICStub(), ExtractArgcFromMinorKey(), PrintState(), and v8::internal::CallIC_ArrayStub::PrintState().
Here is the caller graph for this function: