Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Descape-analysis.cc1577 ZoneVector<VirtualState*> object_states(zone()); in DebugPrint() local
1580 if (std::find(object_states.begin(), object_states.end(), states) == in DebugPrint()
1581 object_states.end()) { in DebugPrint()
1582 object_states.push_back(states); in DebugPrint()
1586 for (size_t n = 0; n < object_states.size(); n++) { in DebugPrint()
1587 DebugPrintState(object_states[n]); in DebugPrint()