Searched refs:INVOKE_NONVIRTUAL (Results 1 – 3 of 3) sorted by relevance
158 INVOKE_NONVIRTUAL = 0x02, enumerator
116 (options & INVOKE_NONVIRTUAL) ? " (NONVIRTUAL)" : ""); in RequestInvoke()
4038 if ((pReq->options & JDWP::INVOKE_NONVIRTUAL) == 0 && pReq->receiver.Read() != nullptr) { in ExecuteMethodWithoutPendingException()