webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <CodeCache.h>
Public Types | |
typedef HashMap< SourceCodeKey, SourceCodeValue, SourceCodeKey::Hash, SourceCodeKey::HashTraits > | MapType |
typedef MapType::iterator | iterator |
typedef MapType::AddResult | AddResult |
typedef HashMap< SourceCodeKey, SourceCodeValue, SourceCodeKey::Hash, SourceCodeKey::HashTraits > | MapType |
typedef MapType::iterator | iterator |
typedef MapType::AddResult | AddResult |
Public Member Functions | |
CodeCacheMap () | |
SourceCodeValue * | findCacheAndUpdateAge (const SourceCodeKey &key) |
AddResult | addCache (const SourceCodeKey &key, const SourceCodeValue &value) |
void | remove (iterator it) |
void | clear () |
int64_t | age () |
CodeCacheMap () | |
SourceCodeValue * | findCacheAndUpdateAge (const SourceCodeKey &key) |
AddResult | addCache (const SourceCodeKey &key, const SourceCodeValue &value) |
void | remove (iterator it) |
void | clear () |
int64_t | age () |
typedef MapType::AddResult JSC::CodeCacheMap::AddResult |
typedef MapType::AddResult JSC::CodeCacheMap::AddResult |
typedef MapType::iterator JSC::CodeCacheMap::iterator |
typedef MapType::iterator JSC::CodeCacheMap::iterator |
typedef HashMap<SourceCodeKey, SourceCodeValue, SourceCodeKey::Hash, SourceCodeKey::HashTraits> JSC::CodeCacheMap::MapType |
typedef HashMap<SourceCodeKey, SourceCodeValue, SourceCodeKey::Hash, SourceCodeKey::HashTraits> JSC::CodeCacheMap::MapType |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |