HomeSort by relevance Sort by last modified time
    Searched refs:FindOrAddChild (Results 1 - 4 of 4) sorted by null

  /external/v8/src/profiler/
allocation-tracker.h 32 AllocationTraceNode* FindOrAddChild(unsigned function_info_index);
allocation-tracker.cc 39 AllocationTraceNode* AllocationTraceNode::FindOrAddChild(
89 node = node->FindOrAddChild(*entry);
profile-generator.h 178 ProfileNode* FindOrAddChild(CodeEntry* entry);
profile-generator.cc 202 ProfileNode* ProfileNode::FindOrAddChild(CodeEntry* entry) {
324 node = node->FindOrAddChild(*it);

Completed in 81 milliseconds