Searched refs:PushToPartialSnapshotCache (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Disolate.cc1657 void Isolate::PushToPartialSnapshotCache(Object* obj) { function in class:v8::internal::Isolate
1921 PushToPartialSnapshotCache(heap_.undefined_value());
H A Dserialize.cc1269 isolate->PushToPartialSnapshotCache(Smi::FromInt(0));
1296 isolate->PushToPartialSnapshotCache(heap_object);
H A Disolate.h643 void PushToPartialSnapshotCache(Object* obj);

Completed in 45 milliseconds