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

/openjdk7/hotspot/src/share/vm/runtime/
H A DvmThread.hpp113 void evaluate_operation(VM_Operation* op);
H A DvmThread.cpp367 void VMThread::evaluate_operation(VM_Operation* op) { function in class:VMThread
508 evaluate_operation(_cur_vm_operation);
515 // evaluate_operation deletes the op object so we have
519 evaluate_operation(_cur_vm_operation);
555 evaluate_operation(_cur_vm_operation);
565 evaluate_operation(_cur_vm_operation);

Completed in 42 milliseconds