Searched refs:is_dynamic_code_event (Results 1 - 2 of 2) sorted by relevance
/openjdk7/hotspot/src/share/vm/prims/ | ||
H A D | jvmtiExport.hpp | 365 virtual bool is_dynamic_code_event() { return false; } function in class:JvmtiEventCollector 397 bool is_dynamic_code_event() { return true; } function in class:JvmtiDynamicCodeEventCollector |
H A D | jvmtiExport.cpp | 2257 } else if (is_dynamic_code_event()) { 2277 if (is_dynamic_code_event()) { |
Completed in 124 milliseconds