OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
::setWeakCallback(const v8::WeakCallbackData<v8::String, StringImpl>& data)
108
StringCache
*
stringCache
= V8PerIsolateData::from(data.GetIsolate())->
stringCache
();
109
stringCache
->m_lastStringImpl = 0;
110
stringCache
->m_lastV8String.clear();
111
ASSERT(
stringCache
->m_stringCache.contains(data.GetParameter()))
[
all
...]
V8PerIsolateData.h
43
class
StringCache
;
89
StringCache
*
stringCache
() { return m_stringCache.get(); }
158
OwnPtr<
StringCache
> m_stringCache;
V8Binding.h
133
V8PerIsolateData::from(isolate)->
stringCache
()->setReturnValueFromString(info.GetReturnValue(), string.impl());
143
V8PerIsolateData::from(isolate)->
stringCache
()->setReturnValueFromString(info.GetReturnValue(), string.impl());
153
V8PerIsolateData::from(isolate)->
stringCache
()->setReturnValueFromString(info.GetReturnValue(), string.impl());
202
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 4339 milliseconds