HomeSort by relevance Sort by last modified time
    Searched defs:Serialize (Results 1 - 6 of 6) sorted by null

  /external/v8/src/
scopeinfo.cc 316 int ScopeInfo<Allocator>::Serialize(Code* code) {
serialize.cc 38 #include "serialize.h"
932 void PartialSerializer::Serialize(Object** object) {
    [all...]
  /external/v8/test/cctest/
test-serialize.cc 36 #include "serialize.h"
238 ser.Serialize();
243 static void Serialize() {
255 TEST(Serialize) {
258 Serialize();
266 Serialize();
267 Serialize();
292 DEPENDENT_TEST(Deserialize, Serialize) {
293 // The serialize-deserialize tests only work if the VM is built without
295 // serialize a snapshot in a VM that is booted from a snapshot
    [all...]
  /hardware/ril/mock-ril/src/cpp/
protobuf_v8.cpp 181 constructor->Set(String::New("serialize"), bind->Call(SerializeTemplate->GetFunction(), 1, &arg));
434 static Handle<Value> Serialize(const Arguments& args) {
436 DBG("Serialize(Arguments&) E:");
438 DBG("Serialize(Arguments&) X: not an object");
454 DBG("Serialize(Arguments&) X");
546 SerializeTemplate = Persistent<FunctionTemplate>::New(FunctionTemplate::New(Schema::Type::Serialize));
  /external/chromium/base/
histogram.cc 397 snapshot.Serialize(&pickle);
534 bool Histogram::SampleSet::Serialize(Pickle* pickle) const {
  /external/skia/src/ports/
SkFontHost_android.cpp 511 void SkFontHost::Serialize(const SkTypeface* face, SkWStream* stream) {
518 // SkDebugf("--- fonthost serialize null\n");
523 // SkDebugf("--- fonthost serialize <%s> %d\n", name, face->style());

Completed in 67 milliseconds