Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp.h474 uint8_t GetCommand() { return command_; } in GetCommand()
495 uint8_t command_; variable
Djdwp_request.cc40 command_ = Read1(); in Request()