Home
last modified time | relevance | path

Searched refs:kDependentCodeOffset (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dobjects.h5979 static const int kDependentCodeOffset = kCodeCacheOffset + kPointerSize; variable
5980 static const int kWeakCellCacheOffset = kDependentCodeOffset + kPointerSize;
8225 static const int kDependentCodeOffset = variable
8227 static const int kWeakNextOffset = kDependentCodeOffset + kPointerSize;
8237 kDependentCodeOffset + kPointerSize,
9503 static const int kDependentCodeOffset = kValueOffset + kPointerSize; variable
9504 static const int kSize = kDependentCodeOffset + kPointerSize;
Dobjects-inl.h2010 ACCESSORS(PropertyCell, dependent_code, DependentCode, kDependentCodeOffset) in ACCESSORS()
5425 ACCESSORS(Map, dependent_code, DependentCode, kDependentCodeOffset) in ACCESSORS()
5551 kDependentCodeOffset) in ACCESSORS()
Dcode-stubs-hydrogen.cc682 AllocationSite::kDependentCodeOffset), in BuildCodeStub()
Dobjects.cc9229 STATIC_ASSERT(Map::kDependentCodeOffset == in Normalize()
9232 Map::kDependentCodeOffset + kPointerSize); in Normalize()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1345 Map::kDependentCodeOffset); in ExtractMapReferences()
1525 PropertyCell::kDependentCodeOffset); in ExtractPropertyCellReferences()
1537 AllocationSite::kDependentCodeOffset); in ExtractAllocationSiteReferences()
/external/v8/src/crankshaft/
Dhydrogen-instructions.cc4525 case AllocationSite::kDependentCodeOffset: in ForAllocationSiteOffset()