Home
last modified time | relevance | path

Searched refs:source_hash_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/snapshot/
Dcode-serializer.h57 uint32_t source_hash() const { return source_hash_; } in source_hash()
83 uint32_t source_hash_; variable
Dcode-serializer.cc35 : Serializer(isolate), source_hash_(source_hash) { in CodeSerializer()