Searched refs:dependent_code (Results 1 – 18 of 18) 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 52 dependent_code().DeoptimizeDependentCodeGroup( in UpdatePropertyDetailsExceptCellType()
|
| D | allocation-site-inl.h | 36 ACCESSORS(AllocationSite, dependent_code, DependentCode, kDependentCodeOffset) in OBJECT_CONSTRUCTORS_IMPL() 242 site->dependent_code().DeoptimizeDependentCodeGroup( in DigestTransitionFeedback() 262 site->dependent_code().DeoptimizeDependentCodeGroup( in DigestTransitionFeedback()
|
| D | property-cell.tq | 9 dependent_code: DependentCode;
|
| D | property-cell.h | 36 DECL_ACCESSORS(dependent_code, DependentCode)
|
| D | allocation-site.h | 57 DECL_ACCESSORS(dependent_code, DependentCode)
|
| D | map.tq | 74 dependent_code: DependentCode;
|
| D | code.cc | 716 return Handle<Map>::cast(object)->dependent_code(); in GetDependentCode() 718 return Handle<PropertyCell>::cast(object)->dependent_code(); in GetDependentCode() 720 return Handle<AllocationSite>::cast(object)->dependent_code(); in GetDependentCode()
|
| D | map-inl.h | 661 dependent_code().DeoptimizeDependentCodeGroup( in NotifyLeafMapLayoutChange() 767 ACCESSORS(Map, dependent_code, DependentCode, kDependentCodeOffset) in ACCESSORS() argument
|
| D | map.h | 602 DECL_ACCESSORS(dependent_code, DependentCode)
|
| D | map.cc | 583 dependent_code().DeoptimizeDependentCodeGroup( in DeprecateTransitionTree() 1889 initial_map->dependent_code().DeoptimizeDependentCodeGroup( in TransitionToDataProperty()
|
| D | map-updater.cc | 1225 field_owner->dependent_code().DeoptimizeDependentCodeGroup(isolate, in GeneralizeField()
|
| D | js-function.cc | 650 initial_map->dependent_code().DeoptimizeDependentCodeGroup( in SetInstancePrototype()
|
| D | objects.cc | 6582 dependent_code().DeoptimizeDependentCodeGroup( in ClearAndInvalidate() 6679 cell->dependent_code().DeoptimizeDependentCodeGroup( in PrepareForAndSetValue() 6693 dependent_code().DeoptimizeDependentCodeGroup( in InvalidateProtector()
|
| D | js-objects.cc | 4914 map.dependent_code().DeoptimizeDependentCodeGroup( in InvalidateOnePrototypeValidityCellInternal()
|
| /third_party/node/deps/v8/src/profiler/ |
| D | heap-snapshot-generator.cc | 1412 TagObject(map.dependent_code(), "(dependent code)"); in ExtractMapReferences() 1413 SetInternalReference(entry, "dependent_code", map.dependent_code(), in ExtractMapReferences() 1554 TagObject(cell.dependent_code(), "(dependent code)"); in ExtractPropertyCellReferences() 1555 SetInternalReference(entry, "dependent_code", cell.dependent_code(), in ExtractPropertyCellReferences() 1566 TagObject(site.dependent_code(), "(dependent code)", HeapEntry::kCode); in ExtractAllocationSiteReferences() 1567 SetInternalReference(entry, "dependent_code", site.dependent_code(), in ExtractAllocationSiteReferences()
|
| /third_party/node/deps/v8/src/diagnostics/ |
| D | objects-printer.cc | 2153 os << "\n - dependent code: " << Brief(dependent_code()); in AllocationSitePrint() 2637 os << "\n - dependent code: " << Brief(dependent_code()); in MapPrint()
|
| D | objects-debug.cc | 1840 CHECK(dependent_code().IsDependentCode()); in AllocationSiteVerify()
|
| /third_party/node/deps/v8/src/heap/ |
| D | heap.cc | 1370 site.dependent_code().MarkCodeForDeoptimization( in DeoptMarkedAllocationSites()
|