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