Searched defs:allocation_site (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
H A Dcode-stubs-hydrogen.cc361 HInstruction* allocation_site = Add<HLoadKeyed>(GetParameter(0), local
366 checker.IfNot<HCompareObjectEqAndBranch, HValue*>(allocation_site,
372 HInstruction* boilerplate = Add<HLoadNamedField>(allocation_site, access);
381 allocation_site,
392 allocation_site,
399 allocation_site,
407 allocation_site,
430 HInstruction* allocation_site = Add<HLoadKeyed>(GetParameter(0), local
436 checker.IfNot<HCompareObjectEqAndBranch, HValue*>(allocation_site,
442 HInstruction* boilerplate = Add<HLoadNamedField>(allocation_site, acces
[all...]
H A Dheap.cc4391 AllocationSite* allocation_site) {
4393 ASSERT(allocation_site->map() == allocation_site_map());
4394 memento->set_allocation_site(allocation_site, SKIP_WRITE_BARRIER);
4396 allocation_site->IncrementMementoCreateCount();
4402 Handle<AllocationSite> allocation_site) {
4417 InitializeAllocationMemento(alloc_memento, *allocation_site);
4596 Map* map, Handle<AllocationSite> allocation_site) {
4619 AllocateWithAllocationSite(map, space, allocation_site);
4645 Handle<AllocationSite> allocation_site) {
4651 ElementsKind to_kind = allocation_site
4390 InitializeAllocationMemento(AllocationMemento* memento, AllocationSite* allocation_site) argument
4401 AllocateWithAllocationSite(Map* map, AllocationSpace space, Handle<AllocationSite> allocation_site) argument
4595 AllocateJSObjectFromMapWithAllocationSite( Map* map, Handle<AllocationSite> allocation_site) argument
4644 AllocateJSObjectWithAllocationSite(JSFunction* constructor, Handle<AllocationSite> allocation_site) argument
[all...]
H A Dhydrogen.cc2453 HValue* allocation_site,
2483 object, Add<HConstant>(JSArray::kSize), allocation_site);
2579 HValue* allocation_site) {
2580 ASSERT(allocation_site != NULL);
2588 allocation_site);
2591 allocation_site, HObjectAccess::ForAllocationSiteOffset(
2596 allocation_site, HObjectAccess::ForAllocationSiteOffset(
2452 BuildCloneShallowArray(HValue* boilerplate, HValue* allocation_site, AllocationSiteMode mode, ElementsKind kind, int length) argument
2576 BuildCreateAllocationMemento( HValue* previous_object, HValue* previous_object_size, HValue* allocation_site) argument
/external/chromium_org/v8/test/cctest/
H A Dtest-heap-profiler.cc1977 const v8::HeapGraphNode* allocation_site = prop->GetToNode(); local
1978 v8::String::Utf8Value name(allocation_site->GetName());
1981 GetProperty(allocation_site, v8::HeapGraphEdge::kInternal,

Completed in 121 milliseconds