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

  /external/v8/src/profiler/
sampling-heap-profiler.h 52 class AllocationNode;
56 Sample(size_t size_, AllocationNode* owner_, Local<Value> local_,
65 AllocationNode* const owner;
73 class AllocationNode {
75 AllocationNode(AllocationNode* parent, const char* name, int script_id,
82 ~AllocationNode() {
105 AllocationNode* FindOrAddChildNode(const char* name, int script_id,
110 std::map<FunctionId, AllocationNode*> children_;
111 AllocationNode* const parent_
    [all...]
sampling-heap-profiler.cc 110 AllocationNode* node = AddStack();
121 AllocationNode* node = sample->owner;
128 AllocationNode* parent = node->parent_;
129 AllocationNode::FunctionId id = AllocationNode::function_id(
140 SamplingHeapProfiler::AllocationNode*
141 SamplingHeapProfiler::AllocationNode::FindOrAddChildNode(const char* name,
150 auto child = new AllocationNode(this, name, script_id, start_position);
155 SamplingHeapProfiler::AllocationNode* SamplingHeapProfiler::AddStack() {
156 AllocationNode* node = &profile_root_
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]

Completed in 48 milliseconds