|
V8 Project
|
#include <code-stubs.h>
Inheritance diagram for v8::internal::PlatformCodeStub:
Collaboration diagram for v8::internal::PlatformCodeStub:Public Member Functions | |
| virtual Handle< Code > | GenerateCode () OVERRIDE |
| virtual Code::Kind | GetCodeKind () const |
Protected Member Functions | |
| PlatformCodeStub (Isolate *isolate) | |
| virtual void | Generate (MacroAssembler *masm)=0 |
| DEFINE_CODE_STUB_BASE (PlatformCodeStub, CodeStub) | |
Definition at line 333 of file code-stubs.h.
|
inlineexplicitprotected |
Definition at line 341 of file code-stubs.h.
|
protected |
|
protectedpure virtual |
Implemented in v8::internal::RecordWriteStub, v8::internal::RecordWriteStub, v8::internal::RecordWriteStub, v8::internal::RecordWriteStub, v8::internal::RecordWriteStub, v8::internal::RecordWriteStub, v8::internal::RecordWriteStub, and v8::internal::WriteInt32ToHeapNumberStub.
Referenced by GenerateCode().
Here is the caller graph for this function:Definition at line 100 of file code-stubs.cc.
References v8::internal::MacroAssembler::CodeObject(), v8::internal::Code::ComputeFlags(), v8::internal::AssemblerBase::enable_serializer(), v8::internal::anonymous_namespace{flags.cc}::flags, Generate(), v8::internal::Assembler::GetCode(), GetCodeKind(), NULL, and v8::internal::MacroAssembler::set_generating_stub().
Here is the call graph for this function:
|
inlinevirtual |
Reimplemented in v8::internal::KeyedLoadICTrampolineStub, v8::internal::LoadICTrampolineStub, v8::internal::FINAL< kOperandKind, kNumCachedOperands >, v8::internal::CallICStub, v8::internal::FINAL< kOperandKind, kNumCachedOperands >, v8::internal::CompareICStub, v8::internal::LoadIndexedInterceptorStub, and v8::internal::FunctionPrototypeStub.
Definition at line 338 of file code-stubs.h.
References v8::internal::STUB.
Referenced by GenerateCode().
Here is the caller graph for this function: