Home
last modified time | relevance | path

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

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