Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_event.cc322 static JdwpEvent** AllocMatchList(size_t event_count) { in AllocMatchList() argument
323 return new JdwpEvent*[event_count]; in AllocMatchList()