Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dallocation-site.h173 inline AllocationSite GetAllocationSite() const;
Dallocation-site-inl.h189 AllocationSite AllocationMemento::GetAllocationSite() const { in GetAllocationSite() function
Djs-objects.cc4876 site = handle(memento.GetAllocationSite(), heap->isolate()); in UpdateAllocationSite()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2214 GetAllocationSite(ProgramStateManager& StateMgr, const ExplodedNode *N, in GetAllocationSite() function
2317 GetAllocationSite(BRC.getStateManager(), EndN, Sym); in getEndPath()
2410 GetAllocationSite(Ctx.getStateManager(), getErrorNode(), sym); in CFRefLeakReport()
/external/v8/src/diagnostics/
Dobjects-printer.cc1934 GetAllocationSite().AllocationSitePrint(os); in AllocationMementoPrint()