Searched refs:is_access_check_needed (Results 1 – 19 of 19) sorted by relevance
23 if (map->is_access_check_needed()) return false; in CanInlineElementAccess()42 !map->is_access_check_needed(); in CanInlinePropertyAccess()
1191 Node* is_access_check_needed = in ReduceJSInstanceOf() local1196 common()->Branch(BranchHint::kFalse), is_access_check_needed, control); in ReduceJSInstanceOf()
45 if (map->is_access_check_needed()) return false; in ToPropertyDescriptorFastPath()
119 disabled_(obj->map()->is_access_check_needed()), in AccessCheckDisableScope()
623 if (map->is_access_check_needed() && in LookupInHolder()
464 if (is_access_check_needed()) os << " - access_check_needed\n"; in MapPrint()
1004 HeapObject::cast(this)->map()->is_access_check_needed()); in IsJSGlobalProxy()1025 return HeapObject::cast(this)->map()->is_access_check_needed(); in IsAccessCheckNeeded()4537 bool Map::is_access_check_needed() { in is_access_check_needed() function
5692 inline bool is_access_check_needed();
647 if (js_object->map()->is_access_check_needed()) return false; in IsPromise()
459 DCHECK(!transition->is_access_check_needed()); in CompileStoreTransition()
487 !current_map->is_access_check_needed()); in CheckPrototypes()
536 !current_map->is_access_check_needed()); in CheckPrototypes()
494 !current_map->is_access_check_needed()); in CheckPrototypes()
493 !current_map->is_access_check_needed()); in CheckPrototypes()
489 !current_map->is_access_check_needed()); in CheckPrototypes()
479 !current_map->is_access_check_needed()); in CheckPrototypes()
5787 !map->is_access_check_needed(); in CanInlinePropertyAccess()7375 !map->has_indexed_interceptor() && !map->is_access_check_needed(); in CanInlineElementAccess()9175 if (map->is_access_check_needed()) return false; in TryInlineApiCall()