Searched refs:kAllocationSiteTransitionChangedGroup (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-heap.cc3890 int index = starts.at(DependentCode::kAllocationSiteTransitionChangedGroup);
3909 int index = starts.at(DependentCode::kAllocationSiteTransitionChangedGroup);
/external/chromium_org/v8/src/
H A Dobjects-inl.h1631 return DependentCode::kAllocationSiteTransitionChangedGroup;
1635 return DependentCode::kAllocationSiteTransitionChangedGroup;
H A Dobjects.h5528 kAllocationSiteTransitionChangedGroup enumerator in enum:v8::internal::DependentCode::DependencyGroup
5531 static const int kGroupCount = kAllocationSiteTransitionChangedGroup + 1;
H A Dobjects.cc11377 group == DependentCode::kAllocationSiteTransitionChangedGroup) {
11612 case kAllocationSiteTransitionChangedGroup:
12609 isolate, DependentCode::kAllocationSiteTransitionChangedGroup);
12627 isolate, DependentCode::kAllocationSiteTransitionChangedGroup);

Completed in 189 milliseconds