OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_stringCache
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8ValueCache.cpp
57
UnsafePersistent<v8::String> cachedV8String =
m_stringCache
.get(stringImpl);
74
UnsafePersistent<v8::String> cachedV8String =
m_stringCache
.get(stringImpl);
87
ASSERT(!
m_stringCache
.contains(stringImpl));
101
m_stringCache
.set(stringImpl, m_lastV8String);
111
ASSERT(stringCache->
m_stringCache
.contains(data.GetParameter()));
112
stringCache->
m_stringCache
.get(data.GetParameter()).dispose();
113
stringCache->
m_stringCache
.remove(data.GetParameter());
V8ValueCache.h
66
HashMap<StringImpl*, UnsafePersistent<v8::String> >
m_stringCache
;
V8PerIsolateData.h
89
StringCache* stringCache() { return
m_stringCache
.get(); }
158
OwnPtr<StringCache>
m_stringCache
;
V8PerIsolateData.cpp
41
,
m_stringCache
(adoptPtr(new StringCache()))
Completed in 25 milliseconds