Home
last modified time | relevance | path

Searched refs:DependentCode (Results 1 - 20 of 20) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dcode.cc714 DependentCode DependentCode::GetDependentCode(Handle<HeapObject> object) { in GetDependentCode()
725 void DependentCode::SetDependentCode(Handle<HeapObject> object, in SetDependentCode()
726 Handle<DependentCode> dep) { in SetDependentCode()
740 void PrintDependencyGroups(DependentCode::DependencyGroups groups) { in PrintDependencyGroups()
742 auto group = static_cast<DependentCode::DependencyGroup>( in PrintDependencyGroups()
744 StdoutStream{} << DependentCode::DependencyGroupName(group); in PrintDependencyGroups()
752 void DependentCode::InstallDependency(Isolate* isolate, Handle<Code> code, in InstallDependency()
761 Handle<DependentCode> old_deps(DependentCode in InstallDependency()
[all...]
H A Dallocation-site-inl.h36 ACCESSORS(AllocationSite, dependent_code, DependentCode, kDependentCodeOffset)
77 set_dependent_code(DependentCode::empty_dependent_code(GetReadOnlyRoots()), in Initialize()
243 isolate, DependentCode::kAllocationSiteTransitionChangedGroup); in DigestTransitionFeedback()
263 isolate, DependentCode::kAllocationSiteTransitionChangedGroup); in DigestTransitionFeedback()
H A Dcode.h851 // Implementation details: DependentCode is a weak array list containing
858 class DependentCode : public WeakArrayList { class
860 DECL_CAST(DependentCode)
910 V8_EXPORT_PRIVATE static DependentCode empty_dependent_code(
921 // Get/Set {object}'s {DependentCode}.
922 static DependentCode GetDependentCode(Handle<HeapObject> object);
924 Handle<DependentCode> dep);
926 static Handle<DependentCode> New(Isolate* isolate, DependencyGroups groups,
928 static Handle<DependentCode> InsertWeakCode(Isolate* isolate,
929 Handle<DependentCode> entrie
[all...]
H A Dproperty-cell-inl.h23 ACCESSORS(PropertyCell, dependent_code, DependentCode, kDependentCodeOffset)
53 isolate, DependentCode::kPropertyCellChangedGroup); in UpdatePropertyDetailsExceptCellType()
H A Dproperty-cell.h36 DECL_ACCESSORS(dependent_code, DependentCode)
H A Dallocation-site.h57 DECL_ACCESSORS(dependent_code, DependentCode)
H A Dobject-list-macros.h22 class DependentCode;
104 V(DependentCode) \
H A Dmap-updater.cc1214 DependentCode::DependencyGroups dep_groups; in GeneralizeField()
1216 dep_groups |= DependentCode::kFieldConstGroup; in GeneralizeField()
1219 dep_groups |= DependentCode::kFieldTypeGroup; in GeneralizeField()
1222 dep_groups |= DependentCode::kFieldRepresentationGroup; in GeneralizeField()
H A Dmap-inl.h662 isolate, DependentCode::kPrototypeCheckGroup); in NotifyLeafMapLayoutChange()
767 ACCESSORS(Map, dependent_code, DependentCode, kDependentCodeOffset)
H A Dcode-inl.h37 OBJECT_CONSTRUCTORS_IMPL(DependentCode, WeakArrayList)
46 CAST_ACCESSOR(DependentCode)
H A Dmap.h602 DECL_ACCESSORS(dependent_code, DependentCode)
H A Dmap.cc584 isolate, DependentCode::kTransitionGroup);
1890 isolate, DependentCode::kInitialMapChangedGroup); in TransitionToDataProperty()
H A Djs-function.cc651 isolate, DependentCode::kInitialMapChangedGroup); in SetInstancePrototype()
H A Dobjects.cc6583 isolate, DependentCode::kPropertyCellChangedGroup); in ClearAndInvalidate()
6680 isolate, DependentCode::kPropertyCellChangedGroup); in PrepareForAndSetValue()
6694 isolate, DependentCode::kPropertyCellChangedGroup); in InvalidateProtector()
H A Djs-objects.cc4915 isolate, DependentCode::kPrototypeCheckGroup); in InvalidateOnePrototypeValidityCellInternal()
/third_party/node/deps/v8/src/compiler/
H A Dcompilation-dependencies.cc118 DependentCode::DependencyGroup group) { in Register()
132 DependentCode::InstallDependency(isolate, code, o_and_g.first, in InstallAll()
141 std::pair<Handle<HeapObject>, DependentCode::DependencyGroups>; in InstallAllPredictable()
153 DependentCode::InstallDependency(isolate, code, o_and_g.first, in InstallAllPredictable()
170 ZoneUnorderedMap<Handle<HeapObject>, DependentCode::DependencyGroups,
193 DependentCode::kInitialMapChangedGroup);
245 deps->Register(initial_map, DependentCode::kInitialMapChangedGroup);
277 deps->Register(map_.object(), DependentCode::kPrototypeCheckGroup);
321 deps->Register(map, DependentCode::kPrototypeCheckGroup);
326 DependentCode
[all...]
/third_party/node/deps/v8/src/heap/
H A Dsetup-heap-internal.cc192 map.set_dependent_code(DependentCode::empty_dependent_code(roots)); in FinalizePartialMap()
H A Dfactory.cc1785 DependentCode::empty_dependent_code(ReadOnlyRoots(isolate())), in NewPropertyCell()
1891 map.set_dependent_code(DependentCode::empty_dependent_code(ro_roots), in InitializeMap()
H A Dheap.cc1371 DependentCode::kAllocationSiteTenuringChangedGroup); in DeoptMarkedAllocationSites()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc11612 DependentCode::kEmptyDependentCode);

Completed in 78 milliseconds