OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StringCache
(Results
1 - 3
of
3
) 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()
V8ValueCache.h
61
class
StringCache
{
63
StringCache
(v8::Isolate* isolate) : m_stringCache(isolate) { }
64
~
StringCache
();
/external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar
Completed in 245 milliseconds