Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_priv.h46 static constexpr uint8_t kJDWPClassTypeInvokeMethodCmd = 3U; variable
Djdwp_handler.cc1600 return command == kJDWPClassTypeInvokeMethodCmd || command == kJDWPClassTypeNewInstanceCmd; in IsInvokeCommand()