OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stringCache
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8ValueCache.cpp
37
return &(V8PerIsolateData::from(data.GetIsolate())->
stringCache
()->m_stringCache);
44
V8PerIsolateData::from(isolate)->
stringCache
()->InvalidateLastString();
49
StringCache
::~
StringCache
()
51
// The MapType::Dispose callback calls
StringCache
::InvalidateLastString,
74
v8::Handle<v8::String>
StringCache
::v8ExternalStringSlow(StringImpl* stringImpl, v8::Isolate* isolate)
89
void
StringCache
::setReturnValueFromStringSlow(v8::ReturnValue<v8::Value> returnValue, StringImpl* stringImpl)
107
v8::Local<v8::String>
StringCache
::createStringAndInsertIntoCache(StringImpl* stringImpl, v8::Isolate* isolate)
126
void
StringCache
::InvalidateLastString()
V8PerIsolateData.h
46
class
StringCache
;
72
StringCache
*
stringCache
() { return m_stringCache.get(); }
122
OwnPtr<
StringCache
> m_stringCache;
V8Binding.h
125
V8PerIsolateData::from(isolate)->
stringCache
()->setReturnValueFromString(info.GetReturnValue(), string.impl());
135
V8PerIsolateData::from(isolate)->
stringCache
()->setReturnValueFromString(info.GetReturnValue(), string.impl());
145
V8PerIsolateData::from(isolate)->
stringCache
()->setReturnValueFromString(info.GetReturnValue(), string.impl());
193
return V8PerIsolateData::from(isolate)->
stringCache
()->v8ExternalString(string.impl(), isolate);
[
all
...]
/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 2573 milliseconds