Lines Matching defs:source
2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
585 Deserializer::Deserializer(SnapshotByteSource* source)
587 source_(source),
691 Object* source = isolate_->heap()->natives_source_cache()->get(i);
692 if (!source->IsUndefined()) {
693 ExternalAsciiString::cast(source)->update_data_cache();
1585 Object* source = HEAP->natives_source_cache()->get(i);
1586 if (!source->IsUndefined()) {
1587 ExternalAsciiString* string = ExternalAsciiString::cast(source);