Searched refs:GetAllocationSite (Results 1 - 7 of 7) sorted by path

/external/chromium_org/v8/src/heap/
H A Dheap-inl.h548 if (memento->GetAllocationSite()->IncrementMementoFoundCount()) {
549 heap->AddAllocationSiteToScratchpad(memento->GetAllocationSite(), mode);
/external/chromium_org/v8/src/
H A Dobjects-debug.cc968 CHECK(!IsValid() || GetAllocationSite()->IsAllocationSite());
H A Dobjects-printer.cc1025 GetAllocationSite()->Print(os);
H A Dobjects.cc12674 site = handle(memento->GetAllocationSite());
H A Dobjects.h8293 AllocationSite* GetAllocationSite() { function in class:v8::internal::AllocationMemento
/external/chromium_org/v8/test/cctest/
H A Dtest-mementos.cc119 AllocationSite* site = memento->GetAllocationSite();
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp2142 GetAllocationSite(ProgramStateManager& StateMgr, const ExplodedNode *N, function
2242 GetAllocationSite(BRC.getStateManager(), EndN, Sym);
2326 // call to GetAllocationSite. This will walk the ExplodedGraph backwards.
2335 GetAllocationSite(Ctx.getStateManager(), getErrorNode(), sym);

Completed in 339 milliseconds