Lines Matching refs:AllocationSite
1301 if (AllocationSite::CanTrack(map()->instance_type())) {
1306 return AllocationSite::GetMode(GetElementsKind()) ==
1313 void AllocationSite::Initialize() {
1325 void AllocationSite::MarkZombie() {
1337 AllocationSiteMode AllocationSite::GetMode(
1348 AllocationSiteMode AllocationSite::GetMode(ElementsKind from,
1360 inline bool AllocationSite::CanTrack(InstanceType type) {
1368 inline DependentCode::DependencyGroup AllocationSite::ToDependencyGroup(
1383 inline void AllocationSite::IncrementMementoFoundCount() {
1389 inline void AllocationSite::IncrementMementoCreateCount() {
1396 inline bool AllocationSite::DigestPretenuringFeedback() {
1404 PrintF("AllocationSite: %p (created, found, ratio) (%d, %d, %f)\n",
4619 ACCESSORS(AllocationSite, transition_info, Object, kTransitionInfoOffset)
4620 ACCESSORS(AllocationSite, nested_site, Object, kNestedSiteOffset)
4621 ACCESSORS_TO_SMI(AllocationSite, memento_found_count, kMementoFoundCountOffset)
4622 ACCESSORS_TO_SMI(AllocationSite, memento_create_count,
4624 ACCESSORS_TO_SMI(AllocationSite, pretenure_decision, kPretenureDecisionOffset)
4625 ACCESSORS(AllocationSite, dependent_code, DependentCode,
4627 ACCESSORS(AllocationSite, weak_next, Object, kWeakNextOffset)