Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_priv.h49 static constexpr uint8_t kJDWPInterfaceTypeInvokeMethodCmd = 1U; variable
Djdwp_handler.cc1604 return command == kJDWPInterfaceTypeInvokeMethodCmd; in IsInvokeCommand()