Lines Matching refs:CodeMap
128 // CodeEntry. Used as a key in the containing CodeMap.
144 // counted, and managed by a CodeMap.
482 class V8_EXPORT_PRIVATE CodeMap {
484 explicit CodeMap(CodeEntryStorage& storage);
485 ~CodeMap();
486 CodeMap(const CodeMap&) = delete;
487 CodeMap& operator=(const CodeMap&) = delete;
489 // Adds the given CodeEntry to the CodeMap. The CodeMap takes ownership of
493 // Attempts to remove the given CodeEntry from the CodeMap.