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

  /dalvik/vm/
Profile.c 277 DexStringCache stringCache;
284 dexStringCacheInit(&stringCache);
292 dexProtoGetMethodDescriptor(&meth->prototype, &stringCache),
305 dexProtoGetMethodDescriptor(&meth->prototype, &stringCache),
312 dexStringCacheRelease(&stringCache);
Debugger.c     [all...]
  /external/webkit/WebCore/bindings/js/
JSDOMBinding.h 441 JSStringCache& stringCache = currentWorld(exec)->m_stringCache;
442 if (JSC::JSString* wrapper = stringCache.get(stringImpl))
445 return jsStringSlowCase(exec, stringCache, stringImpl);
JSDOMBinding.cpp 554 JSValue jsStringSlowCase(ExecState* exec, JSStringCache& stringCache, StringImpl* stringImpl)
558 if (JSString* wrapper = stringCache.uncheckedGet(stringImpl))
559 stringCache.uncheckedRemove(stringImpl, wrapper);
562 stringCache.set(stringImpl, wrapper);
  /external/webkit/WebCore/bindings/v8/
V8Binding.cpp 381 typedef HashMap<StringImpl*, v8::String*> StringCache;
383 static StringCache& getStringCache()
386 DEFINE_STATIC_LOCAL(StringCache, mainThreadStringCache, ());
409 StringCache& stringCache = getStringCache();
410 v8::String* cachedV8String = stringCache.get(stringImpl);
428 stringCache.set(stringImpl, *wrapper);
  /prebuilt/common/ecj/
ecj.jar 

Completed in 153 milliseconds