V8 Project
snapshot-empty.cc
Go to the documentation of this file.
1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 
5 // Used for building without snapshots.
6 
7 #include "src/v8.h"
8 
9 #include "src/snapshot.h"
10 
11 namespace v8 {
12 namespace internal {
13 
14 const byte Snapshot::data_[] = { 0 };
15 const byte* Snapshot::raw_data_ = NULL;
16 const int Snapshot::size_ = 0;
17 const int Snapshot::raw_size_ = 0;
18 const byte Snapshot::context_data_[] = { 0 };
19 const byte* Snapshot::context_raw_data_ = NULL;
20 const int Snapshot::context_size_ = 0;
21 const int Snapshot::context_raw_size_ = 0;
22 
23 const int Snapshot::new_space_used_ = 0;
24 const int Snapshot::pointer_space_used_ = 0;
25 const int Snapshot::data_space_used_ = 0;
26 const int Snapshot::code_space_used_ = 0;
27 const int Snapshot::map_space_used_ = 0;
28 const int Snapshot::cell_space_used_ = 0;
30 const int Snapshot::lo_space_used_ = 0;
31 
40 } } // namespace v8::internal
static const int context_map_space_used_
Definition: snapshot.h:56
static const int context_data_space_used_
Definition: snapshot.h:54
static const int context_size_
Definition: snapshot.h:62
static const int raw_size_
Definition: snapshot.h:61
static const int pointer_space_used_
Definition: snapshot.h:45
static const int context_property_cell_space_used_
Definition: snapshot.h:58
static const byte data_[]
Definition: snapshot.h:40
static const int cell_space_used_
Definition: snapshot.h:49
static const int data_space_used_
Definition: snapshot.h:46
static const byte context_data_[]
Definition: snapshot.h:42
static const byte * context_raw_data_
Definition: snapshot.h:43
static const int context_new_space_used_
Definition: snapshot.h:52
static const int lo_space_used_
Definition: snapshot.h:51
static const int context_lo_space_used_
Definition: snapshot.h:59
static const int context_raw_size_
Definition: snapshot.h:63
static const int map_space_used_
Definition: snapshot.h:48
static const int context_code_space_used_
Definition: snapshot.h:55
static const byte * raw_data_
Definition: snapshot.h:41
static const int code_space_used_
Definition: snapshot.h:47
static const int new_space_used_
Definition: snapshot.h:44
static const int context_cell_space_used_
Definition: snapshot.h:57
static const int property_cell_space_used_
Definition: snapshot.h:50
static const int context_pointer_space_used_
Definition: snapshot.h:53
static const int size_
Definition: snapshot.h:60
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
Debugger support for the V8 JavaScript engine.
Definition: accessors.cc:20