Home
last modified time | relevance | path

Searched refs:top_node (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dallocation-tracker.cc251 AllocationTraceNode* top_node = trace_tree_.AddPathFromEnd( in AllocationEvent() local
253 top_node->AddAllocation(size); in AllocationEvent()
255 address_to_trace_.AddRange(addr, size, top_node->id()); in AllocationEvent()
/external/v8/src/heap/
Dspaces.cc2249 FreeListNode* top_node = huge_list_.top(); in FindNodeFor() local
2250 for (FreeListNode** cur = &top_node; *cur != NULL; in FindNodeFor()
2283 huge_list_.set_top(top_node); in FindNodeFor()