/external/chromium_org/v8/src/ |
code-stubs-hydrogen.cc | 361 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, access) [all...] |
heap.cc | [all...] |
heap.h | 631 Handle<AllocationSite> allocation_site); [all...] |
objects-debug.cc | 967 VerifyHeapPointer(allocation_site()); [all...] |
hydrogen-instructions.h | [all...] |
hydrogen.cc | [all...] |
hydrogen.h | [all...] |
objects.h | 562 V(ALLOCATION_SITE, AllocationSite, allocation_site) \ [all...] |
objects-inl.h | [all...] |
/external/chromium_org/v8/test/cctest/ |
test-heap-profiler.cc | 1977 const v8::HeapGraphNode* allocation_site = prop->GetToNode(); local [all...] |