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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.hpp55 enum TickPosition { enum
152 void record_interpreted_tick(JavaThread* thread, frame fr, TickPosition where, int* ticks);
153 void record_compiled_tick (JavaThread* thread, frame fr, TickPosition where);
154 void interpreted_update(methodOop method, TickPosition where);
155 void compiled_update (methodOop method, TickPosition where);
156 void stub_update (methodOop method, const char* name, TickPosition where);
157 void adapter_update (TickPosition where);
159 void runtime_stub_update(const CodeBlob* stub, const char* name, TickPosition where);
160 void unknown_compiled_update (const CodeBlob* cb, TickPosition where);
162 void vm_update (TickPosition wher
[all...]

Completed in 30 milliseconds