Searched defs:AllocationInfo (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp2143 struct AllocationInfo { struct
2147 AllocationInfo(const ExplodedNode *InN, function in struct:AllocationInfo
2153 static AllocationInfo
2228 return AllocationInfo(AllocationNodeInCurrentContext,
2253 AllocationInfo AllocI =
2346 AllocationInfo AllocI =
/external/chromium_org/v8/src/
H A Dspaces.h117 class AllocationInfo;
1295 class AllocationInfo { class in namespace:v8::internal
1297 AllocationInfo() : top(NULL), limit(NULL) { function in class:v8::internal::AllocationInfo
1849 AllocationInfo allocation_info_;
2508 AllocationInfo allocation_info_;
/external/v8/src/
H A Dspaces.h119 class AllocationInfo;
1185 class AllocationInfo { class in namespace:v8::internal
1187 AllocationInfo() : top(NULL), limit(NULL) { function in class:v8::internal::AllocationInfo
1640 AllocationInfo allocation_info_;
2291 AllocationInfo allocation_info_;

Completed in 540 milliseconds