V8 Project
|
#include <code-stubs.h>
Public Member Functions | |
StringCompareStub (Isolate *isolate) | |
DEFINE_CALL_INTERFACE_DESCRIPTOR (ContextOnly) | |
DEFINE_PLATFORM_CODE_STUB (StringCompare, PlatformCodeStub) | |
![]() | |
virtual Handle< Code > | GenerateCode () OVERRIDE |
virtual Code::Kind | GetCodeKind () const |
Additional Inherited Members | |
![]() | |
PlatformCodeStub (Isolate *isolate) | |
virtual void | Generate (MacroAssembler *masm)=0 |
DEFINE_CODE_STUB_BASE (PlatformCodeStub, CodeStub) | |
Definition at line 2422 of file code-stubs.h.
|
inlineexplicit |
Definition at line 2424 of file code-stubs.h.
v8::internal::StringCompareStub::DEFINE_CALL_INTERFACE_DESCRIPTOR | ( | ContextOnly | ) |
v8::internal::StringCompareStub::DEFINE_PLATFORM_CODE_STUB | ( | StringCompare | , |
PlatformCodeStub | |||
) |