OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HeapEntriesAllocator
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/v8/src/
heap-snapshot-generator.h
291
class
HeapEntriesAllocator
{
293
virtual ~
HeapEntriesAllocator
() { }
347
HeapEntriesAllocator
* allocator) = 0;
350
HeapEntriesAllocator
* allocator) = 0;
377
class V8HeapExplorer : public
HeapEntriesAllocator
{
546
HeapEntriesAllocator
* synthetic_entries_allocator_;
547
HeapEntriesAllocator
* native_entries_allocator_;
heap-snapshot-generator.cc
[
all
...]
/external/v8/src/
profile-generator.h
794
class
HeapEntriesAllocator
{
796
virtual ~
HeapEntriesAllocator
() { }
811
void Pair(HeapThing thing,
HeapEntriesAllocator
* allocator, HeapEntry* entry);
824
EntryInfo(HeapEntry* entry,
HeapEntriesAllocator
* allocator)
831
HeapEntriesAllocator
* allocator;
877
HeapEntriesAllocator
* allocator) = 0;
880
HeapEntriesAllocator
* allocator) = 0;
915
class V8HeapExplorer : public
HeapEntriesAllocator
{
[
all
...]
profile-generator.cc
[
all
...]
Completed in 31 milliseconds