Searched refs:getNextValueAsBoolean (Results 1 – 7 of 7) sorted by relevance
63 boolean canWatchFieldModification = reply.getNextValueAsBoolean(); in testCapabilities001()64 boolean canWatchFieldAccess = reply.getNextValueAsBoolean(); in testCapabilities001()65 boolean canGetBytecodes = reply.getNextValueAsBoolean(); in testCapabilities001()66 boolean canGetSyntheticAttribute = reply.getNextValueAsBoolean(); in testCapabilities001()67 boolean canGetOwnedMonitorInfo = reply.getNextValueAsBoolean(); in testCapabilities001()68 boolean canGetCurrentContendedMonitor = reply.getNextValueAsBoolean(); in testCapabilities001()69 boolean canGetMonitorInfo = reply.getNextValueAsBoolean(); in testCapabilities001()
100 flag = reply.getNextValueAsBoolean(); in testCapabilitiesNew001()
338 .getNextValueAsBoolean(); in capabilities()340 .getNextValueAsBoolean(); in capabilities()342 .getNextValueAsBoolean(); in capabilities()344 .getNextValueAsBoolean(); in capabilities()346 .getNextValueAsBoolean(); in capabilities()348 .getNextValueAsBoolean(); in capabilities()350 .getNextValueAsBoolean(); in capabilities()352 .getNextValueAsBoolean(); in capabilities()353 targetVMCapabilities.canAddMethod = replyPacket.getNextValueAsBoolean(); in capabilities()355 .getNextValueAsBoolean(); in capabilities()[all …]
339 this.timed_out = packet.getNextValueAsBoolean(); in Event_MONITOR_WAITED()
270 public boolean getNextValueAsBoolean() { in getNextValueAsBoolean() method in Packet1097 return Value.createBoolean(this.getNextValueAsBoolean()); in getNextValueAsUntaggedValue()
164 .getNextValueAsBoolean(); in testIsCollected001()207 .getNextValueAsBoolean(); in testIsCollected001()264 boolean is_collected = reply.getNextValueAsBoolean(); in testIsCollected_invalid()
67 boolean isObsolete = reply.getNextValueAsBoolean(); in testIsObsoleteTest001()