Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dallocation-tracker.cc121 unsigned AddressToTraceMap::GetTraceNodeId(Address addr) { in GetTraceNodeId() function in v8::internal::AddressToTraceMap
132 unsigned trace_node_id = GetTraceNodeId(from); in MoveObject()
Dallocation-tracker.h77 unsigned GetTraceNodeId(Address addr);
Dheap-snapshot-generator.cc733 allocation_tracker->address_to_trace()->GetTraceNodeId(address); in AddEntry()