Home
last modified time | relevance | path

Searched refs:AllocateEntry (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.h359 virtual HeapEntry* AllocateEntry(HeapThing ptr) = 0;
360 virtual HeapEntry* AllocateEntry(Smi smi) = 0;
382 HeapEntry* AllocateEntry(HeapThing ptr) override;
383 HeapEntry* AllocateEntry(Smi smi) override;
582 entries_map_.emplace(ptr, allocator->AllocateEntry(ptr)).first->second; in AddEntry()
609 return smis_map_.emplace(smi.value(), allocator->AllocateEntry(smi)) in AddEntry()
H A Dheap-snapshot-generator.cc757 HeapEntry* V8HeapExplorer::AllocateEntry(HeapThing ptr) { in AllocateEntry() function in v8::internal::V8HeapExplorer
761 HeapEntry* V8HeapExplorer::AllocateEntry(Smi smi) { in AllocateEntry() function in v8::internal::V8HeapExplorer
1591 HeapEntry* AllocateEntry(HeapThing ptr) override {
1596 HeapEntry* AllocateEntry(Smi smi) override {
2432 HeapEntry* AllocateEntry(HeapThing ptr) override;
2433 HeapEntry* AllocateEntry(Smi smi) override;
2467 HeapEntry* EmbedderGraphEntriesAllocator::AllocateEntry(HeapThing ptr) { in AllocateEntry() function in v8::internal::EmbedderGraphEntriesAllocator
2484 HeapEntry* EmbedderGraphEntriesAllocator::AllocateEntry(Smi smi) { in AllocateEntry() function in v8::internal::EmbedderGraphEntriesAllocator
/third_party/node/deps/v8/src/sandbox/
H A Dexternal-pointer-table.cc21 uint32_t ExternalPointerTable::AllocateEntry(ExternalPointerTable* table) { in AllocateEntry() function in v8::internal::ExternalPointerTable
H A Dexternal-pointer-table.h95 static uint32_t AllocateEntry(ExternalPointerTable* table);
/third_party/node/deps/v8/src/codegen/
H A Dexternal-reference.cc1384 ExternalPointerTable::AllocateEntry)

Completed in 10 milliseconds