Searched refs:Snapshot (Results 1 - 11 of 11) sorted by relevance

/external/v8/src/
H A Dsnapshot-empty.cc37 const byte Snapshot::data_[] = { 0 };
38 const int Snapshot::size_ = 0;
39 const byte Snapshot::context_data_[] = { 0 };
40 const int Snapshot::context_size_ = 0;
42 const int Snapshot::new_space_used_ = 0;
43 const int Snapshot::pointer_space_used_ = 0;
44 const int Snapshot::data_space_used_ = 0;
45 const int Snapshot::code_space_used_ = 0;
46 const int Snapshot::map_space_used_ = 0;
47 const int Snapshot
[all...]
H A Dsnapshot.h34 class Snapshot { class in namespace:v8::internal
66 DISALLOW_IMPLICIT_CONSTRUCTORS(Snapshot);
H A Dsnapshot-common.cc40 bool Snapshot::Deserialize(const byte* content, int len) {
47 bool Snapshot::Initialize(const char* snapshot_file) {
63 Handle<Context> Snapshot::NewContextFromSnapshot() {
H A Dbootstrapper.cc116 if (!Snapshot::IsEnabled() || FLAG_new_snapshot) {
1570 Handle<Context> new_context = Snapshot::NewContextFromSnapshot();
H A Dheap.cc3442 if (Snapshot::IsEnabled()) {
H A Dapi.cc2797 if (i::Snapshot::Initialize()) return true;
3514 // Snapshot mode: resume modules, perform GC, then pause only
/external/skia/src/animator/
H A DSkSnapshot.h27 DECLARE_MEMBER_INFO(Snapshot);
H A DSkDisplayType.cpp196 CASE_NEW(Snapshot);
351 CASE_GET_INFO(Snapshot);
/external/v8/test/cctest/
H A Dtest-serialize.cc275 CHECK(Snapshot::Initialize(FLAG_testing_serialization_file));
296 if (!Snapshot::IsEnabled()) {
310 if (!Snapshot::IsEnabled()) {
324 if (!Snapshot::IsEnabled()) {
342 if (!Snapshot::IsEnabled()) {
441 if (!Snapshot::IsEnabled()) {
446 CHECK(Snapshot::Initialize(startup_name.start()));
522 if (!Snapshot::IsEnabled()) {
527 CHECK(Snapshot::Initialize(startup_name.start()));
H A Dtest-api.cc1781 if (v8::internal::Snapshot::IsEnabled()) return;
1822 if (v8::internal::Snapshot::IsEnabled()) return;
1851 if (v8::internal::Snapshot::IsEnabled()) return;
/external/skia/src/xml/
H A DSkJSDisplayable.cpp182 JS_INIT(Sk, Snapshot)

Completed in 240 milliseconds