Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp.h271 uint32_t NextEventSerial();
Djdwp_main.cc324 uint32_t JdwpState::NextEventSerial() { in NextEventSerial() function in art::JDWP::JdwpState
Djdwp_handler.cc1338 uint32_t requestId = state->NextEventSerial(); in ER_Set()