• Home
  • Raw
  • Download

Lines Matching refs:outStream_writeBoolean

696     (void)outStream_writeBoolean(out, (jboolean)caps.can_generate_field_modification_events);  in capabilities()
697 (void)outStream_writeBoolean(out, (jboolean)caps.can_generate_field_access_events); in capabilities()
698 (void)outStream_writeBoolean(out, (jboolean)caps.can_get_bytecodes); in capabilities()
699 (void)outStream_writeBoolean(out, (jboolean)caps.can_get_synthetic_attribute); in capabilities()
700 (void)outStream_writeBoolean(out, (jboolean)caps.can_get_owned_monitor_info); in capabilities()
701 (void)outStream_writeBoolean(out, (jboolean)caps.can_get_current_contended_monitor); in capabilities()
702 (void)outStream_writeBoolean(out, (jboolean)caps.can_get_monitor_info); in capabilities()
725 (void)outStream_writeBoolean(out, (jboolean)caps.can_generate_field_modification_events); in capabilitiesNew()
726 (void)outStream_writeBoolean(out, (jboolean)caps.can_generate_field_access_events); in capabilitiesNew()
727 (void)outStream_writeBoolean(out, (jboolean)caps.can_get_bytecodes); in capabilitiesNew()
728 (void)outStream_writeBoolean(out, (jboolean)caps.can_get_synthetic_attribute); in capabilitiesNew()
729 (void)outStream_writeBoolean(out, (jboolean)caps.can_get_owned_monitor_info); in capabilitiesNew()
730 (void)outStream_writeBoolean(out, (jboolean)caps.can_get_current_contended_monitor); in capabilitiesNew()
731 (void)outStream_writeBoolean(out, (jboolean)caps.can_get_monitor_info); in capabilitiesNew()
738 (void)outStream_writeBoolean(out, (jboolean)caps.can_redefine_classes && !is_android_runtime); in capabilitiesNew()
739 (void)outStream_writeBoolean(out, (jboolean)JNI_FALSE /* can_add_method */ ); in capabilitiesNew()
740 … (void)outStream_writeBoolean(out, (jboolean)JNI_FALSE /* can_unrestrictedly_redefine_classes */ ); in capabilitiesNew()
742 (void)outStream_writeBoolean(out, (jboolean)caps.can_pop_frame); in capabilitiesNew()
744 (void)outStream_writeBoolean(out, (jboolean)JNI_TRUE); in capabilitiesNew()
746 (void)outStream_writeBoolean(out, (jboolean)caps.can_get_source_debug_extension); in capabilitiesNew()
748 (void)outStream_writeBoolean(out, (jboolean)JNI_TRUE); in capabilitiesNew()
750 (void)outStream_writeBoolean(out, (jboolean)JNI_TRUE); in capabilitiesNew()
752 (void)outStream_writeBoolean(out, (jboolean)caps.can_tag_objects); in capabilitiesNew()
754 (void)outStream_writeBoolean(out, (jboolean)caps.can_generate_monitor_events); in capabilitiesNew()
756 (void)outStream_writeBoolean(out, (jboolean)caps.can_get_owned_monitor_stack_depth_info); in capabilitiesNew()
758 (void)outStream_writeBoolean(out, (jboolean)JNI_FALSE); /* 19 */ in capabilitiesNew()
760 (void)outStream_writeBoolean(out, (jboolean)caps.can_get_constant_pool); in capabilitiesNew()
762 (void)outStream_writeBoolean(out, (jboolean)caps.can_force_early_return); in capabilitiesNew()
763 (void)outStream_writeBoolean(out, (jboolean)JNI_FALSE); /* 22 */ in capabilitiesNew()
764 (void)outStream_writeBoolean(out, (jboolean)JNI_FALSE); /* 23 */ in capabilitiesNew()
765 (void)outStream_writeBoolean(out, (jboolean)JNI_FALSE); /* 24 */ in capabilitiesNew()
766 (void)outStream_writeBoolean(out, (jboolean)JNI_FALSE); /* 25 */ in capabilitiesNew()
767 (void)outStream_writeBoolean(out, (jboolean)JNI_FALSE); /* 26 */ in capabilitiesNew()
768 (void)outStream_writeBoolean(out, (jboolean)JNI_FALSE); /* 27 */ in capabilitiesNew()
769 (void)outStream_writeBoolean(out, (jboolean)JNI_FALSE); /* 28 */ in capabilitiesNew()
770 (void)outStream_writeBoolean(out, (jboolean)JNI_FALSE); /* 29 */ in capabilitiesNew()
771 (void)outStream_writeBoolean(out, (jboolean)JNI_FALSE); /* 30 */ in capabilitiesNew()
772 (void)outStream_writeBoolean(out, (jboolean)JNI_FALSE); /* 31 */ in capabilitiesNew()
776 (void)outStream_writeBoolean(out, (jboolean)caps.can_redefine_classes && is_android_runtime); in capabilitiesNew()