Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_handler.cc1564 static bool IsInvokeCommand(uint8_t command_set, uint8_t command) { in IsInvokeCommand() function
1637 if (result == ERR_NONE && IsInvokeCommand(request->GetCommandSet(), request->GetCommand())) { in ProcessRequest()