Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.h96 class AllocationInfo; variable
1251 class AllocationInfo {
1253 AllocationInfo() : top_(NULL), limit_(NULL) {} in AllocationInfo() function
1897 AllocationInfo allocation_info_;
2567 AllocationInfo allocation_info_;
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2178 struct AllocationInfo { struct
2182 AllocationInfo(const ExplodedNode *InN, in AllocationInfo() argument
2188 static AllocationInfo
2268 return AllocationInfo(AllocationNodeInCurrentOrParentContext, in GetAllocationSite()
2291 AllocationInfo AllocI = in getEndPath()
2384 AllocationInfo AllocI = in CFRefLeakReport()