Searched refs:TickPosition (Results 1 - 2 of 2) 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...]
H A Dfprofiler.cpp243 void update(TickPosition where) {
282 void update(TickPosition where) { ticks.update(where);}
393 interpretedNode(methodOop method, TickPosition where) : ProfilerNode() {
430 compiledNode(methodOop method, TickPosition where) : ProfilerNode() {
466 stubNode(methodOop method, const char* name, TickPosition where) : ProfilerNode() {
508 adapterNode(TickPosition where) : ProfilerNode() {
535 runtimeStubNode(const CodeBlob* stub, const char* name, TickPosition where) : ProfilerNode(), _stub(stub), _symbol(name) {
580 unknown_compiledNode(const CodeBlob* cb, TickPosition where) : ProfilerNode() {
615 vmNode(const TickPosition where) : ProfilerNode() {
620 vmNode(const char* name, const TickPosition wher
[all...]

Completed in 62 milliseconds