Searched refs:ENABLE_CHECKS (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DValidator.java100 * the compiler should eliminate it if ENABLE_CHECKS is false.
102 * ENABLE_CHECKS=false speeds the code up by about a factor of four, but
105 * invocations per second with ENABLE_CHECKS=true, and 350M with
106 * ENABLE_CHECKS=false.
110 public static final boolean ENABLE_CHECKS = true; field in class:Validator
153 if (ENABLE_CHECKS) {
185 if (ENABLE_CHECKS) {
220 if (ENABLE_CHECKS) {
257 if (ENABLE_CHECKS) {
287 if (ENABLE_CHECKS) {
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/
H A DValidator.java99 * the compiler should eliminate it if ENABLE_CHECKS is false.
101 * ENABLE_CHECKS=false speeds the code up by about a factor of four, but
104 * invocations per second with ENABLE_CHECKS=true, and 350M with
105 * ENABLE_CHECKS=false.
109 public static final boolean ENABLE_CHECKS = true; field in class:Validator
152 if (ENABLE_CHECKS) {
184 if (ENABLE_CHECKS) {
219 if (ENABLE_CHECKS) {
256 if (ENABLE_CHECKS) {
286 if (ENABLE_CHECKS) {
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DValidator.java100 * the compiler should eliminate it if ENABLE_CHECKS is false.
102 * ENABLE_CHECKS=false speeds the code up by about a factor of four, but
105 * invocations per second with ENABLE_CHECKS=true, and 350M with
106 * ENABLE_CHECKS=false.
110 public static final boolean ENABLE_CHECKS = true; field in class:Validator
153 if (ENABLE_CHECKS) {
185 if (ENABLE_CHECKS) {
220 if (ENABLE_CHECKS) {
257 if (ENABLE_CHECKS) {
287 if (ENABLE_CHECKS) {
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DValidator.java100 * the compiler should eliminate it if ENABLE_CHECKS is false.
102 * ENABLE_CHECKS=false speeds the code up by about a factor of four, but
105 * invocations per second with ENABLE_CHECKS=true, and 350M with
106 * ENABLE_CHECKS=false.
110 public static final boolean ENABLE_CHECKS = true; field in class:Validator
153 if (ENABLE_CHECKS) {
185 if (ENABLE_CHECKS) {
220 if (ENABLE_CHECKS) {
257 if (ENABLE_CHECKS) {
287 if (ENABLE_CHECKS) {
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DValidator.java99 * the compiler should eliminate it if ENABLE_CHECKS is false.
101 * ENABLE_CHECKS=false speeds the code up by about a factor of four, but
104 * invocations per second with ENABLE_CHECKS=true, and 350M with
105 * ENABLE_CHECKS=false.
109 public static final boolean ENABLE_CHECKS = true; field in class:Validator
152 if (ENABLE_CHECKS) {
184 if (ENABLE_CHECKS) {
219 if (ENABLE_CHECKS) {
256 if (ENABLE_CHECKS) {
286 if (ENABLE_CHECKS) {
[all...]

Completed in 59 milliseconds