Searched defs:frequency (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeHistogram.cpp52 double BytecodeCounter::frequency() { function in class:BytecodeCounter
62 frequency() / 1000000.0
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DIncrementalSAXSource_Filter.java90 private int frequency=5; field in class:IncrementalSAXSource_Filter
140 eventcounter=frequency;
205 frequency=eventcounter=events;
233 eventcounter=frequency;
255 eventcounter=frequency;
266 eventcounter=frequency;
277 eventcounter=frequency;
288 eventcounter=frequency;
299 eventcounter=frequency;
310 eventcounter=frequency;
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DCollections.java3705 * @param c the collection in which to determine the frequency
3707 * @param o the object whose frequency is to be determined
3711 public static int frequency(Collection<?> c, Object o) { method in class:Collections
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpng.h604 png_uint_16 frequency; member in struct:png_sPLT_entry_struct
612 * is zero-filled. The frequency member always occupies the full 16 bits.
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp3027 ciMethod *method, int frequency,
3029 assert(frequency == 0 || is_power_of_2(frequency + 1), "Frequency must be x^2 - 1 or 0");
3058 LIR_Opr mask = load_immediate(frequency << InvocationCounter::count_shift, T_INT);
3026 increment_event_counter_impl(CodeEmitInfo* info, ciMethod *method, int frequency, int bci, bool backedge, bool notify) argument

Completed in 117 milliseconds