Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_constants.h158 INVOKE_NONVIRTUAL = 0x02, enumerator
Djdwp_handler.cc116 (options & INVOKE_NONVIRTUAL) ? " (NONVIRTUAL)" : ""); in RequestInvoke()
/art/runtime/
Ddebugger.cc4093 if ((pReq->options & JDWP::INVOKE_NONVIRTUAL) == 0 && pReq->receiver.Read() != nullptr) { in ExecuteMethodWithoutPendingException()