Home
last modified time | relevance | path

Searched refs:IsMentionedObjectCacheClear (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
Dstring-stream.h137 static bool IsMentionedObjectCacheClear(Isolate* isolate);
Dstring-stream.cc286 bool StringStream::IsMentionedObjectCacheClear(Isolate* isolate) { in IsMentionedObjectCacheClear() function in v8::internal::StringStream
Disolate.cc603 DCHECK(StringStream::IsMentionedObjectCacheClear(this)); in PrintStack()