Home
last modified time | relevance | path

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

/external/v8/tools/clang/blink_gc_plugin/
DConfig.cpp19 const char kHeapAllocatorName[] = "HeapAllocator"; variable
DConfig.h26 extern const char kHeapAllocatorName[];
DRecordInfo.cpp71 if (decl->getName() == kHeapAllocatorName) in IsHeapAllocatedCollection()