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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8ValueCache.cpp 52 v8::Handle<v8::String> StringCache::v8ExternalStringSlow(StringImpl* stringImpl, v8::Isolate* isolate)
67 void StringCache::setReturnValueFromStringSlow(v8::ReturnValue<v8::Value> returnValue, StringImpl* stringImpl)
85 v8::Local<v8::String> StringCache::createStringAndInsertIntoCache(StringImpl* stringImpl, v8::Isolate* isolate)
106 void StringCache::makeWeakCallback(v8::Isolate* isolate, v8::Persistent<v8::String>* wrapper, StringImpl* stringImpl)
108 StringCache* stringCache = V8PerIsolateData::from(isolate)->stringCache();
109 stringCache->m_lastStringImpl = 0;
110 stringCache->m_lastV8String.clear();
111 ASSERT(stringCache->m_stringCache.contains(stringImpl))
    [all...]
V8PerIsolateData.h 42 class StringCache;
88 StringCache* stringCache() { return m_stringCache.get(); }
157 OwnPtr<StringCache> m_stringCache;
V8Binding.h 143 V8PerIsolateData::from(isolate)->stringCache()->setReturnValueFromString(info.GetReturnValue(), string.impl());
153 V8PerIsolateData::from(isolate)->stringCache()->setReturnValueFromString(info.GetReturnValue(), string.impl());
163 V8PerIsolateData::from(isolate)->stringCache()->setReturnValueFromString(info.GetReturnValue(), string.impl());
225 return V8PerIsolateData::from(isolate)->stringCache()->v8ExternalString(string.impl(), isolate);
  /dalvik/vm/
Profile.cpp 444 DexStringCache stringCache;
451 dexStringCacheInit(&stringCache);
459 dexProtoGetMethodDescriptor(&meth->prototype, &stringCache),
472 dexProtoGetMethodDescriptor(&meth->prototype, &stringCache),
479 dexStringCacheRelease(&stringCache);
    [all...]
Debugger.cpp 1214 DexStringCache stringCache;
1221 dexStringCacheInit(&stringCache);
    [all...]
  /prebuilts/misc/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 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 244 milliseconds