Home
last modified time | relevance | path

Searched refs:kAllocationSiteOffset (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dframes.h167 static const int kAllocationSiteOffset = variable
Dobjects.h8249 static const int kAllocationSiteOffset = HeapObject::kHeaderSize;
8250 static const int kSize = kAllocationSiteOffset + kPointerSize;
Dobjects-inl.h5553 ACCESSORS(AllocationMemento, allocation_site, Object, kAllocationSiteOffset) in ACCESSORS()
/external/v8/src/crankshaft/
Dhydrogen-instructions.h6068 return HObjectAccess(kInobject, AllocationMemento::kAllocationSiteOffset); in ForAllocationMementoSite()