43 Bootstrapper::TearDownExtensions();
47 ExternalReference::TearDownMathExpData();
57 StackFrame::SetReturnAddressLocationResolver(resolver);
64 if (FLAG_predictable && FLAG_random_seed == 0) {
66 FLAG_random_seed = 12347;
69 if (FLAG_stress_compaction) {
70 FLAG_force_marking_deque_overflows =
true;
71 FLAG_gc_global =
true;
72 FLAG_max_semi_space_size = 1;
86 init_modulo_function();
92 ExternalReference::SetUp();
93 Bootstrapper::InitializeOncePerProcess();
Allocator that V8 uses to allocate |ArrayBuffer|'s memory.
static void UnregisterAll()
static void Initialize(int64_t random_seed, bool hard_abort, const char *const gc_fake_mmap)
static void Probe(bool cross_compile)
static void InitializeOncePerProcess()
static void EnforceFlagImplications()
static void ResetAllFlags()
static void InitializeOncePerProcess()
static void GlobalTearDown()
static void TearDownCaches()
static void SetUpCaches()
static void ShutdownPlatform()
static v8::Platform * platform_
static v8::ArrayBuffer::Allocator * array_buffer_allocator_
static v8::Platform * GetCurrentPlatform()
static void InitializePlatform(v8::Platform *platform)
static void SetReturnAddressLocationResolver(ReturnAddressLocationResolver resolver)
static void InitializeOncePerProcess()
static void InitializeOncePerProcessImpl()
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 enable alignment of csp to bytes on platforms which prefer the register to always be NULL
#define DCHECK(condition)
void CallOnce(OnceType *once, NoArgFunction init_func)
V8_DECLARE_ONCE(initialize_gc_once)
void init_fast_sqrt_function()
void init_memcopy_functions()
void SetUpJSCallerSavedCodeData()
Debugger support for the V8 JavaScript engine.
uintptr_t(* ReturnAddressLocationResolver)(uintptr_t return_addr_location)
ReturnAddressLocationResolver is used as a callback function when v8 is resolving the location of a r...