Searched refs:kDependentCodeOffset (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | property-cell-inl.h | 23 ACCESSORS(PropertyCell, dependent_code, DependentCode, kDependentCodeOffset) in ACCESSORS() argument
|
D | allocation-site.h | 152 V(kDependentCodeOffset, kTaggedSize) \
|
D | allocation-site-inl.h | 36 ACCESSORS(AllocationSite, dependent_code, DependentCode, kDependentCodeOffset) in OBJECT_CONSTRUCTORS_IMPL()
|
D | map-inl.h | 767 ACCESSORS(Map, dependent_code, DependentCode, kDependentCodeOffset) in ACCESSORS() argument
|
D | map.cc | 1206 Map::kDependentCodeOffset + kTaggedSize); in Normalize() 1223 Map::kDependentCodeOffset - offset)); in Normalize()
|
/third_party/node/deps/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 1414 Map::kDependentCodeOffset); in ExtractMapReferences() 1556 PropertyCell::kDependentCodeOffset); in ExtractPropertyCellReferences() 1568 AllocationSite::kDependentCodeOffset); in ExtractAllocationSiteReferences()
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.cc | 11611 StoreObjectFieldRoot(site, AllocationSite::kDependentCodeOffset, in CreateAllocationSiteInFeedbackVector()
|