HomeSort by relevance Sort by last modified time
    Searched refs:stringCache (Results 1 - 8 of 8) sorted by null

  /dalvik/vm/
Profile.cpp 301 DexStringCache stringCache;
308 dexStringCacheInit(&stringCache);
316 dexProtoGetMethodDescriptor(&meth->prototype, &stringCache),
329 dexProtoGetMethodDescriptor(&meth->prototype, &stringCache),
336 dexStringCacheRelease(&stringCache);
Debugger.cpp 1214 DexStringCache stringCache;
1221 dexStringCacheInit(&stringCache);
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
JSDOMBinding.h 306 JSStringCache& stringCache = currentWorld(exec)->m_stringCache;
307 if (JSC::JSString* wrapper = stringCache.get(stringImpl))
310 return jsStringSlowCase(exec, stringCache, stringImpl);
JSDOMBinding.cpp 181 JSValue jsStringSlowCase(ExecState* exec, JSStringCache& stringCache, StringImpl* stringImpl)
184 stringCache.set(exec->globalData(), stringImpl, wrapper);
  /external/webkit/Source/WebCore/bindings/v8/
V8Binding.cpp 449 typedef HashMap<StringImpl*, v8::String*> StringCache;
451 static StringCache& getStringCache()
454 DEFINE_STATIC_LOCAL(StringCache, mainThreadStringCache, ());
479 StringCache& stringCache = getStringCache();
480 v8::String* cachedV8String = stringCache.get(stringImpl);
500 stringCache.set(stringImpl, *wrapper);
  /prebuilt/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 249 milliseconds