Searched refs:NOT_DEBUG (Results 1 - 11 of 11) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.hpp72 exception_handler_size = DEBUG_ONLY(1*K) NOT_DEBUG(128),
73 deopt_handler_size = DEBUG_ONLY(1*K) NOT_DEBUG(64) };
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.hpp57 exception_handler_size = DEBUG_ONLY(1*K) NOT_DEBUG(175),
/openjdk7/hotspot/src/share/vm/utilities/
H A Dxmlstream.hpp84 virtual void see_tag(const char* tag, bool push) NOT_DEBUG({});
85 virtual void pop_tag(const char* tag) NOT_DEBUG({});
H A Dmacros.hpp101 #define NOT_DEBUG(code) macro
107 #define NOT_DEBUG(code) code macro
H A Ddebug.cpp339 NOT_DEBUG(if (n <= 2) n += 2);
/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.hpp434 void initial_asserts(size_t byte_limit) NOT_DEBUG({});
H A Dnmethod.cpp2048 NOT_DEBUG(break);
2063 NOT_DEBUG(break);
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dinterpreter.cpp77 Disassembler::decode(code_begin(), code_end(), st, DEBUG_ONLY(_strings) NOT_DEBUG(CodeStrings()));
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.hpp549 NOT_DEBUG(return NULL;)
555 NOT_DEBUG(return NULL;)
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp3045 bool chk_bounds = NOT_DEBUG(os::Linux::is_initial_thread()) DEBUG_ONLY(true);
3061 bool chk_bounds = NOT_DEBUG(os::Linux::is_initial_thread()) DEBUG_ONLY(true);
/openjdk7/hotspot/src/share/vm/opto/
H A Dmatcher.cpp398 NOT_DEBUG( old->destruct_contents() );

Completed in 117 milliseconds