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 197 DebugObjectCache* debug_object_cache = Isolate::Current()-> local
199 for (int i = 0; i < debug_object_cache->length(); i++) {
200 if ((*debug_object_cache)[i] == o) {
205 if (debug_object_cache->length() < kMentionedObjectCacheMaxSize) {
206 Add("#%d#", debug_object_cache->length());
207 debug_object_cache->Add(HeapObject::cast(o));
415 DebugObjectCache* debug_object_cache = local
418 for (int i = 0; i < debug_object_cache->length(); i++) {
419 HeapObject* printee = (*debug_object_cache)[i];

Completed in 27 milliseconds