Home
last modified time | relevance | path

Searched refs:IsSimpleTransition (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dtransitions.cc35 if (IsSimpleTransition(map->raw_transitions())) { in Insert()
52 if (IsSimpleTransition(map->raw_transitions())) { in Insert()
164 if (IsSimpleTransition(raw_transitions)) { in SearchTransition()
215 if (!IsSimpleTransition(raw_transition)) return Handle<String>::null(); in ExpectedTransitionKey()
376 if (IsSimpleTransition(raw_transitions)) return 1; in NumberOfTransitions()
447 int nof = IsSimpleTransition(raw_transitions) ? 1 : 0; in EnsureHasFullTransitionArray()
452 int new_nof = IsSimpleTransition(raw_transitions) ? 1 : 0; in EnsureHasFullTransitionArray()
486 } else if (IsSimpleTransition(raw_transitions)) { in TraverseTransitionTreeInternal()
Dtransitions-inl.h64 if (IsSimpleTransition(raw_transitions)) { in GetKey()
87 if (IsSimpleTransition(raw_transitions)) { in GetTarget()
Dtransitions.h70 static inline bool IsSimpleTransition(Object* raw_transition) { in IsSimpleTransition() function
78 DCHECK(IsSimpleTransition(raw_transition)); in GetSimpleTransition()
/external/v8/tools/
Dgrokdump.py1406 def IsSimpleTransition(self): member in TransitionArray
1411 if self.IsSimpleTransition():
1421 if self.IsSimpleTransition():
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1270 } else if (TransitionArray::IsSimpleTransition( in ExtractMapReferences()