Searched refs:AllocationNode (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/profiler/ |
D | sampling-heap-profiler.h | 52 class AllocationNode; variable 56 Sample(size_t size_, AllocationNode* owner_, Local<Value> local_, in Sample() 65 AllocationNode* const owner; 73 class AllocationNode { 75 AllocationNode(AllocationNode* parent, const char* name, int script_id, in AllocationNode() function 82 ~AllocationNode() { in ~AllocationNode() 105 AllocationNode* FindOrAddChildNode(const char* name, int script_id, 110 std::map<FunctionId, AllocationNode*> children_; 111 AllocationNode* const parent_; 119 DISALLOW_COPY_AND_ASSIGN(AllocationNode); [all …]
|
D | sampling-heap-profiler.cc | 97 AllocationNode* node = AddStack(); in SampleObject() 117 AllocationNode* node = sample->owner; in OnWeakCallback() 124 AllocationNode* parent = node->parent_; in OnWeakCallback() 125 AllocationNode::FunctionId id = AllocationNode::function_id( in OnWeakCallback() 142 SamplingHeapProfiler::AllocationNode* 143 SamplingHeapProfiler::AllocationNode::FindOrAddChildNode(const char* name, in FindOrAddChildNode() 152 auto child = new AllocationNode(this, name, script_id, start_position); in FindOrAddChildNode() 157 SamplingHeapProfiler::AllocationNode* SamplingHeapProfiler::AddStack() { in AddStack() 158 AllocationNode* node = &profile_root_; in AddStack() 234 AllocationProfile* profile, SamplingHeapProfiler::AllocationNode* node, in TranslateAllocationNode()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 2216 const ExplodedNode *AllocationNode = N; in GetAllocationSite() local 2245 AllocationNode = N; in GetAllocationSite() 2279 const ProgramPoint AllocPP = AllocationNode->getLocation(); in GetAllocationSite()
|