Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2201 struct AllocationInfo { struct
2202 const ExplodedNode* N;
2203 const MemRegion *R;
2204 const LocationContext *InterestingMethodContext;
2205 AllocationInfo(const ExplodedNode *InN, in AllocationInfo() argument
/external/v8/src/heap/
Dspaces.h99 class AllocationInfo; variable
1484 AllocationInfo() : top_(nullptr), limit_(nullptr) {} in AllocationInfo() function
1485 AllocationInfo(Address top, Address limit) : top_(top), limit_(limit) {} in AllocationInfo() function