HomeSort by relevance Sort by last modified time
    Searched full:debug_object_cache (Results 1 - 1 of 1) sorted by null

  /external/v8/src/
string-stream.cc 191 DebugObjectCache* debug_object_cache = ho->GetIsolate()-> local
193 for (int i = 0; i < debug_object_cache->length(); i++) {
194 if ((*debug_object_cache)[i] == o) {
199 if (debug_object_cache->length() < kMentionedObjectCacheMaxSize) {
200 Add("#%d#", debug_object_cache->length());
201 debug_object_cache->Add(HeapObject::cast(o));
377 DebugObjectCache* debug_object_cache =
380 for (int i = 0; i < debug_object_cache->length(); i++) {
381 HeapObject* printee = (*debug_object_cache)[i];

Completed in 53 milliseconds