Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Descape-analysis.cc1720 ZoneVector<VirtualState*> object_states(zone()); in DebugPrint() local
1723 if (std::find(object_states.begin(), object_states.end(), states) == in DebugPrint()
1724 object_states.end()) { in DebugPrint()
1725 object_states.push_back(states); in DebugPrint()
1729 for (size_t n = 0; n < object_states.size(); n++) { in DebugPrint()
1730 DebugPrintState(object_states[n]); in DebugPrint()