|
V8 Project
|
#include <code-stubs.h>
Inheritance diagram for v8::internal::StubFailureTrampolineStub:
Collaboration diagram for v8::internal::StubFailureTrampolineStub:Classes | |
| class | FunctionModeField |
Public Member Functions | |
| StubFailureTrampolineStub (Isolate *isolate, StubFunctionMode function_mode) | |
Public Member Functions inherited from v8::internal::PlatformCodeStub | |
| virtual Handle< Code > | GenerateCode () OVERRIDE |
| virtual Code::Kind | GetCodeKind () const |
Static Public Member Functions | |
| static void | GenerateAheadOfTime (Isolate *isolate) |
Private Member Functions | |
| StubFunctionMode | function_mode () const |
| DEFINE_NULL_CALL_INTERFACE_DESCRIPTOR () | |
| DEFINE_PLATFORM_CODE_STUB (StubFailureTrampoline, 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 2350 of file code-stubs.h.
|
inline |
Definition at line 2352 of file code-stubs.h.
References v8::internal::BitFieldBase< T, shift, size, U >::encode(), and function_mode().
Here is the call graph for this function:
|
private |
|
private |
|
inlineprivate |
Definition at line 2360 of file code-stubs.h.
References v8::internal::BitFieldBase< T, shift, size, U >::decode().
Referenced by StubFailureTrampolineStub().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 917 of file code-stubs.cc.
References v8::internal::JS_FUNCTION_STUB_MODE, and v8::internal::NOT_JS_FUNCTION_STUB_MODE.
Referenced by v8::internal::Isolate::Init().
Here is the caller graph for this function: