Home
last modified time | relevance | path

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

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