Home
last modified time | relevance | path

Searched refs:GetAllocationSite (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/heap/
Dheap-inl.h519 AllocationSite* key = memento->GetAllocationSite(); in UpdateAllocationSite()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2213 GetAllocationSite(ProgramStateManager& StateMgr, const ExplodedNode *N, in GetAllocationSite() function
2316 GetAllocationSite(BRC.getStateManager(), EndN, Sym); in getEndPath()
2409 GetAllocationSite(Ctx.getStateManager(), getErrorNode(), sym); in CFRefLeakReport()
/external/v8/src/
Dobjects-debug.cc1010 CHECK(!IsValid() || GetAllocationSite()->IsAllocationSite()); in AllocationMementoVerify()
Dobjects-printer.cc1107 GetAllocationSite()->Print(os); in AllocationMementoPrint()
Dobjects-inl.h1856 AllocationSite* AllocationMemento::GetAllocationSite() { in GetAllocationSite() function
Dobjects.h8255 inline AllocationSite* GetAllocationSite();
Dobjects.cc16044 site = handle(memento->GetAllocationSite()); in UpdateAllocationSite()