#include <code-stubs.h>
Definition at line 1094 of file code-stubs.h.
◆ BinaryOpICStub() [1/2]
Definition at line 1096 of file code-stubs.h.
1099 BinaryOpICState
state(isolate, op,
mode);
BinaryOpICState state() const
HydrogenCodeStub(Isolate *isolate, InitializationState state=INITIALIZED)
void set_sub_minor_key(uint32_t key)
enable harmony numeric enable harmony object literal extensions Optimize object Array DOM strings and string trace pretenuring decisions of HAllocate instructions Enables optimizations which favor memory size over execution speed maximum source size in bytes considered for a single inlining maximum cumulative number of AST nodes considered for inlining trace the tracking of allocation sites deoptimize every n garbage collections perform array bounds checks elimination analyze liveness of environment slots and zap dead values flushes the cache of optimized code for closures on every GC allow uint32 values on optimize frames if they are used only in safe operations track concurrent recompilation artificial compilation delay in ms do not emit check maps for constant values that have a leaf deoptimize the optimized code if the layout of the maps changes enable context specialization in TurboFan execution budget before interrupt is triggered max percentage of megamorphic generic ICs to allow optimization enable use of SAHF instruction if enable use of VFP3 instructions if available enable use of NEON instructions if enable use of SDIV and UDIV instructions if enable use of MLS instructions if enable loading bit constant by means of movw movt instruction enable unaligned accesses for enable use of d16 d31 registers on ARM this requires VFP3 force all emitted branches to be in long mode(MIPS only)") DEFINE_BOOL(enable_always_align_csp
References mode(), v8::internal::HydrogenCodeStub::set_sub_minor_key(), and state().
◆ BinaryOpICStub() [2/2]
v8::internal::BinaryOpICStub::BinaryOpICStub |
( |
Isolate * |
isolate, |
|
|
const BinaryOpICState & |
state |
|
) |
| |
|
inline |
◆ DEFINE_CALL_INTERFACE_DESCRIPTOR()
v8::internal::BinaryOpICStub::DEFINE_CALL_INTERFACE_DESCRIPTOR |
( |
BinaryOp |
| ) |
|
|
private |
◆ DEFINE_HYDROGEN_CODE_STUB()
◆ GenerateAheadOfTime() [1/2]
void v8::internal::BinaryOpICStub::GenerateAheadOfTime |
( |
Isolate * |
isolate | ) |
|
|
static |
◆ GenerateAheadOfTime() [2/2]
void v8::internal::BinaryOpICStub::GenerateAheadOfTime |
( |
Isolate * |
isolate, |
|
|
const BinaryOpICState & |
state |
|
) |
| |
|
staticprivate |
◆ GetCodeKind()
virtual Code::Kind v8::internal::BinaryOpICStub::GetCodeKind |
( |
| ) |
const |
|
inlinevirtual |
◆ GetExtraICState()
virtual ExtraICState v8::internal::BinaryOpICStub::GetExtraICState |
( |
| ) |
const |
|
inlinevirtual |
◆ GetICState()
◆ PrintState()
void v8::internal::BinaryOpICStub::PrintState |
( |
OStream & |
os | ) |
const |
|
virtual |
◆ state()
BinaryOpICState v8::internal::BinaryOpICStub::state |
( |
| ) |
const |
|
inline |
◆ kLeft
const int v8::internal::BinaryOpICStub::kLeft = 0 |
|
static |
◆ kRight
const int v8::internal::BinaryOpICStub::kRight = 1 |
|
static |
The documentation for this class was generated from the following files: