Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dproperty-cell-inl.h22 ACCESSORS(PropertyCell, dependent_code, DependentCode, kDependentCodeOffset) in OBJECT_CONSTRUCTORS_IMPL()
Dallocation-site.h146 V(kDependentCodeOffset, kTaggedSize) \
Dallocation-site-inl.h34 ACCESSORS(AllocationSite, dependent_code, DependentCode, kDependentCodeOffset) in OBJECT_CONSTRUCTORS_IMPL()
Dmap-inl.h751 ACCESSORS(Map, dependent_code, DependentCode, kDependentCodeOffset) in ACCESSORS() argument
Dmap.cc1502 Map::kDependentCodeOffset + kTaggedSize); in Normalize()
1519 Map::kDependentCodeOffset - offset)); in Normalize()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1104 Map::kDependentCodeOffset); in ExtractMapReferences()
1205 PropertyCell::kDependentCodeOffset); in ExtractPropertyCellReferences()
1217 AllocationSite::kDependentCodeOffset); in ExtractAllocationSiteReferences()
/external/v8/src/codegen/
Dcode-stub-assembler.cc10308 StoreObjectFieldRoot(site, AllocationSite::kDependentCodeOffset, in CreateAllocationSiteInFeedbackVector()