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

/openjdk7/hotspot/src/share/vm/runtime/
H A DvmThread.cpp412 op->calling_thread()->increment_vm_operation_completed_count();
414 // It is unsafe to access the _cur_vm_operation after the 'increment_vm_operation_completed_count' call,
H A Dthread.hpp450 void increment_vm_operation_completed_count() { _vm_operation_completed_count++; } function in class:Thread

Completed in 104 milliseconds