Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_priv.h47 static constexpr uint8_t kJDWPClassTypeNewInstanceCmd = 4U; variable
Djdwp_handler.cc1566 return command == kJDWPClassTypeInvokeMethodCmd || command == kJDWPClassTypeNewInstanceCmd; in IsInvokeCommand()