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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvThreadState.hpp127 inline void set_current_location(jmethodID method_id, int bci) { function in class:JvmtiEnvThreadState
156 void clear_current_location() { set_current_location((jmethodID)NULL, 0); }
H A DjvmtiEnvThreadState.cpp186 set_current_location(new_method_id, new_bci);
320 set_current_location(method_id, bci);

Completed in 31 milliseconds