5 #ifndef V8_CODE_FACTORY_H_
6 #define V8_CODE_FACTORY_H_
21 : code_(code), descriptor_(descriptor) {}
32 class CodeFactory
FINAL {
Handle< Code > code() const
CallInterfaceDescriptor descriptor() const
const CallInterfaceDescriptor descriptor_
Callable(Handle< Code > code, CallInterfaceDescriptor descriptor)
const Handle< Code > code_
Source to read snapshot and builtins files from.
static Callable ToBoolean(Isolate *isolate, ToBooleanStub::ResultMode mode, ToBooleanStub::Types types=ToBooleanStub::Types())
static Callable BinaryOpIC(Isolate *isolate, Token::Value op, OverwriteMode mode=NO_OVERWRITE)
static Callable KeyedLoadIC(Isolate *isolate)
static Callable StringAdd(Isolate *isolate, StringAddFlags flags, PretenureFlag pretenure_flag)
static Callable KeyedStoreIC(Isolate *isolate, StrictMode mode)
static Callable ToNumber(Isolate *isolate)
static Callable CallFunction(Isolate *isolate, int argc, CallFunctionFlags flags)
static Callable LoadIC(Isolate *isolate, ContextualMode mode)
static Callable CompareIC(Isolate *isolate, Token::Value op)
static Callable StoreIC(Isolate *isolate, StrictMode mode)
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
Debugger support for the V8 JavaScript engine.