Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Descape-analysis.cc1446 ZoneVector<VirtualState*> object_states(zone()); in DebugPrint() local
1449 if (std::find(object_states.begin(), object_states.end(), states) == in DebugPrint()
1450 object_states.end()) { in DebugPrint()
1451 object_states.push_back(states); in DebugPrint()
1455 for (size_t n = 0; n < object_states.size(); n++) { in DebugPrint()
1456 DebugPrintState(object_states[n]); in DebugPrint()