Searched refs:TRACE_SENDS (Results 1 – 3 of 3) sorted by relevance
108 if ((vm.traceFlags & VirtualMachine.TRACE_SENDS) != 0) { in run()204 if ((vm.traceFlags & VirtualMachine.TRACE_SENDS) != 0) { in run()
243 if ((vm.traceFlags & VirtualMachineImpl.TRACE_SENDS) != 0) { in sendInvokeCommand()
839 int TRACE_SENDS = 0x00000001; field