Searched refs:post (Results 26 - 27 of 27) sorted by relevance

12

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiExport.cpp559 void post() { function in class:JvmtiClassFileLoadHookPoster
668 poster.post();
748 // post the event for each environment that has this event enabled.
861 // update information about current location and post a step event
1011 // Do not post thread start event for hidden java thread.
1041 // Do not post thread end event for hidden java thread.
1769 // post a COMPILED_METHOD_LOAD event for a given environment
1828 // It may not be safe to post the event from this thread. Defer all
1839 // post a DYNAMIC_CODE_GENERATED event for a given environment
1862 // post
[all...]
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DXMLKit.java267 * XMLKit.replaceInTree(Filter pre, Filter post=null) // pre-replace else recur
2618 int tlen = size - pos; // length of elements in post-pos tail
2661 int tlen = (size - pos) - len; // length of elements in post-pos tail
2844 String post = kind.substring(split + 1);
2845 return pref + value + post;
3271 * If post filter g is given, optionally replace with gx after recursion.

Completed in 751 milliseconds

12