OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HeapEntriesAllocator
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/profiler/
heap-snapshot-generator.h
279
class
HeapEntriesAllocator
{
281
virtual ~
HeapEntriesAllocator
() { }
336
class V8HeapExplorer : public
HeapEntriesAllocator
{
530
HeapEntriesAllocator
* synthetic_entries_allocator_;
531
HeapEntriesAllocator
* native_entries_allocator_;
heap-snapshot-generator.cc
878
HeapEntry* AddEntry(HeapThing ptr,
HeapEntriesAllocator
* allocator) {
887
HeapEntry* FindOrAddEntry(HeapThing ptr,
HeapEntriesAllocator
* allocator) {
[
all
...]
Completed in 1832 milliseconds