Searched refs:printee (Results 1 – 1 of 1) sorted by relevance
425 HeapObject* printee = (*debug_object_cache)[i]; in PrintMentionedObjectCache() local426 Add(" #%d# %p: ", i, printee); in PrintMentionedObjectCache()427 printee->ShortPrint(this); in PrintMentionedObjectCache()429 if (printee->IsJSObject()) { in PrintMentionedObjectCache()430 if (printee->IsJSValue()) { in PrintMentionedObjectCache()431 Add(" value(): %o\n", JSValue::cast(printee)->value()); in PrintMentionedObjectCache()433 PrintUsingMap(JSObject::cast(printee)); in PrintMentionedObjectCache()434 if (printee->IsJSArray()) { in PrintMentionedObjectCache()435 JSArray* array = JSArray::cast(printee); in PrintMentionedObjectCache()444 } else if (printee->IsByteArray()) { in PrintMentionedObjectCache()[all …]