OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stringCache
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/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
45
class
StringCache
;
68
StringCache
*
stringCache
() { return m_stringCache.get(); }
114
OwnPtr<
StringCache
> m_stringCache;
V8Binding.h
139
V8PerIsolateData::from(isolate)->
stringCache
()->setReturnValueFromString(info.GetReturnValue(), string.impl());
149
V8PerIsolateData::from(isolate)->
stringCache
()->setReturnValueFromString(info.GetReturnValue(), string.impl());
159
V8PerIsolateData::from(isolate)->
stringCache
()->setReturnValueFromString(info.GetReturnValue(), string.impl());
207
return V8PerIsolateData::from(isolate)->
stringCache
()->v8ExternalString(string.impl(), isolate);
[
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
/external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar
Completed in 1112 milliseconds