Home
last modified time | relevance | path

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

/external/v8/src/
Dstring-stream.cc189 DebugObjectCache* debug_object_cache = ho->GetIsolate()-> in PrintObject() local
191 for (int i = 0; i < debug_object_cache->length(); i++) { in PrintObject()
192 if ((*debug_object_cache)[i] == o) { in PrintObject()
197 if (debug_object_cache->length() < kMentionedObjectCacheMaxSize) { in PrintObject()
198 Add("#%d#", debug_object_cache->length()); in PrintObject()
199 debug_object_cache->Add(HeapObject::cast(o)); in PrintObject()
421 DebugObjectCache* debug_object_cache = in PrintMentionedObjectCache() local
424 for (int i = 0; i < debug_object_cache->length(); i++) { in PrintMentionedObjectCache()
425 HeapObject* printee = (*debug_object_cache)[i]; in PrintMentionedObjectCache()