Home
last modified time | relevance | path

Searched refs:GetObjectTypeName (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dheap.h1320 bool GetObjectTypeName(size_t index, const char** object_type,
Dheap.cc6347 bool Heap::GetObjectTypeName(size_t index, const char** object_type, in GetObjectTypeName() function in v8::internal::Heap
/external/v8/src/
Dapi.cc8374 if (!heap->GetObjectTypeName(type_index, &object_type, &object_sub_type)) { in GetHeapObjectStatisticsAtLastGC()