Searched refs:CodeCacheInfo (Results 1 – 5 of 5) sorted by relevance
29 struct CodeCacheInfo { struct62 static void RefreshCodeCache(const std::vector<CodeCacheInfo>& in);63 static void CopyCodeCache(std::vector<CodeCacheInfo>* out);
26 struct CodeCacheInfo;33 const builtins::CodeCacheInfo& info);36 const std::vector<builtins::CodeCacheInfo>& vec);70 V(builtins::CodeCacheInfo) \ in GetName()
51 const builtins::CodeCacheInfo& info) { in operator <<()58 const std::vector<builtins::CodeCacheInfo>& vec) { in operator <<()163 V(builtins::CodeCacheInfo) \ in GetName()471 builtins::CodeCacheInfo SnapshotDeserializer::Read() { in Read()474 builtins::CodeCacheInfo result{ReadString(), ReadVector<uint8_t>()}; in Read()484 size_t SnapshotSerializer::Write(const builtins::CodeCacheInfo& data) { in Write()858 written_total += w.WriteVector<builtins::CodeCacheInfo>(code_cache); in ToBlob()898 out->code_cache = r.ReadVector<builtins::CodeCacheInfo>(); in FromBlob()990 const builtins::CodeCacheInfo& info) { in WriteStaticCodeCacheData()
459 void BuiltinLoader::CopyCodeCache(std::vector<CodeCacheInfo>* out) { in CopyCodeCache()470 void BuiltinLoader::RefreshCodeCache(const std::vector<CodeCacheInfo>& in) { in RefreshCodeCache()
511 std::vector<builtins::CodeCacheInfo> code_cache;