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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiTrace.cpp134 const int EXCLUDE = 2; local
141 domain = ALL_FUNC | FUNC | ALL_EVENT | EVENT | EXCLUDE;
147 domain = ALL_FUNC | FUNC | EXCLUDE;
162 if (domain & EXCLUDE) {
169 if (domain & EXCLUDE && i == _exclude_functions[exclude_index]) {

Completed in 34 milliseconds