Searched refs:m_stringCache (Results 1 – 4 of 4) sorted by relevance
57 UnsafePersistent<v8::String> cachedV8String = m_stringCache.get(stringImpl); in v8ExternalStringSlow()74 UnsafePersistent<v8::String> cachedV8String = m_stringCache.get(stringImpl); in setReturnValueFromStringSlow()87 ASSERT(!m_stringCache.contains(stringImpl)); in createStringAndInsertIntoCache()101 m_stringCache.set(stringImpl, m_lastV8String); in createStringAndInsertIntoCache()111 ASSERT(stringCache->m_stringCache.contains(data.GetParameter())); in setWeakCallback()112 stringCache->m_stringCache.get(data.GetParameter()).dispose(); in setWeakCallback()113 stringCache->m_stringCache.remove(data.GetParameter()); in setWeakCallback()
89 StringCache* stringCache() { return m_stringCache.get(); } in stringCache()158 OwnPtr<StringCache> m_stringCache; variable
66 HashMap<StringImpl*, UnsafePersistent<v8::String> > m_stringCache; variable
41 , m_stringCache(adoptPtr(new StringCache())) in V8PerIsolateData()