Searched refs:GetObjectTypeDesc (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dliveobjectlist.cc150 inline const char* GetObjectTypeDesc(LiveObjectType type) { function in namespace:v8::internal
162 const char* GetObjectTypeDesc(HeapObject* heap_obj) {
164 return GetObjectTypeDesc(type);
243 const char* type_desc = GetObjectTypeDesc(kType##type_); \
497 GetObjectTypeDesc(obj),
515 GetObjectTypeDesc(obj),
542 GetObjectTypeDesc(obj),
552 GetObjectTypeDesc(obj),
559 GetObjectTypeDesc(obj));
1439 const char* desc_cstr = GetObjectTypeDesc(typ
[all...]

Completed in 34 milliseconds