Searched refs:CanStoreSimpleTransition (Results 1 – 2 of 2) sorted by relevance
22 if (CanStoreSimpleTransition(map->raw_transitions())) { in Insert()375 if (CanStoreSimpleTransition(raw_transitions)) return 0; in NumberOfTransitions()
65 static inline bool CanStoreSimpleTransition(Object* raw_transition) { in CanStoreSimpleTransition() function