Searched defs:AllocationNode (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/profiler/
H A Dsampling-heap-profiler.h51 class AllocationNode;
55 Sample(size_t size_, AllocationNode* owner_, Local<Value> local_,
64 AllocationNode* const owner;
72 class AllocationNode { class in class:v8::internal::SamplingHeapProfiler
74 AllocationNode(AllocationNode* parent, const char* name, int script_id, function in class:v8::internal::SamplingHeapProfiler::AllocationNode
81 ~AllocationNode() {
104 AllocationNode* FindOrAddChildNode(const char* name, int script_id,
109 std::map<FunctionId, AllocationNode*> children_;
110 AllocationNode* cons
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp2215 const ExplodedNode *AllocationNode = N; local
2243 // AllocationNode is the last node in which the symbol was tracked.
2244 AllocationNode = N;
2278 const ProgramPoint AllocPP = AllocationNode->getLocation();

Completed in 137 milliseconds