Home
last modified time | relevance | path

Searched defs:allocation_site (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/v8/src/
Dcode-stubs-hydrogen.cc361 HInstruction* allocation_site = Add<HLoadKeyed>(GetParameter(0), in BuildCodeStub() local
430 HInstruction* allocation_site = Add<HLoadKeyed>(GetParameter(0), in BuildCodeStub() local
Dheap.cc4391 AllocationSite* allocation_site) { in InitializeAllocationMemento()
4402 Handle<AllocationSite> allocation_site) { in AllocateWithAllocationSite()
4596 Map* map, Handle<AllocationSite> allocation_site) { in AllocateJSObjectFromMapWithAllocationSite()
4645 Handle<AllocationSite> allocation_site) { in AllocateJSObjectWithAllocationSite()
Dhydrogen.cc2453 HValue* allocation_site, in BuildCloneShallowArray()
2579 HValue* allocation_site) { in BuildCreateAllocationMemento()
Dobjects.h8257 DECL_ACCESSORS(allocation_site, Object) in DECL_ACCESSORS() argument
/external/chromium_org/v8/test/cctest/
Dtest-heap-profiler.cc1977 const v8::HeapGraphNode* allocation_site = prop->GetToNode(); in TEST() local