Searched defs:rewrite (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/
H A DByteCodeRewriter.java93 public void rewrite() { method in class:ByteCodeRewriter
/openjdk7/hotspot/src/share/vm/interpreter/
H A Drewriter.cpp400 void Rewriter::rewrite(instanceKlassHandle klass, TRAPS) { function in class:Rewriter
407 void Rewriter::rewrite(instanceKlassHandle klass, constantPoolHandle cpool, objArrayHandle methods, TRAPS) { function in class:Rewriter
430 // rewrite the return bytecodes of Object.<init> to register the
438 assert(did_rewrite, "must find Object::<init> to rewrite it");
441 // rewrite methods, in two passes
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DMonitorBase.java384 private String rewrite(final String x) { method in class:RewritingMOM
395 return mom.createRoot(root, rewrite(name));
399 return mom.register(parent, obj, rewrite(name));
403 return mom.registerAtRoot(obj, rewrite(name));
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp472 Label rewrite, done; local
477 // if _iload, wait to rewrite to iload2. We only want to rewrite the
484 __ br(Assembler::equal, false, Assembler::pn, rewrite);
488 __ br(Assembler::equal, false, Assembler::pn, rewrite);
492 // rewrite
494 __ bind(rewrite);
714 Label rewrite, done;
722 // if _getfield then wait with rewrite
725 // if _igetfield then rewrite t
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp244 // if a breakpoint is present we can't rewrite the stream directly
249 // Let breakpoint table handling rewrite to quicker bytecode
509 Label rewrite, done; local
513 // if _iload, wait to rewrite to iload2. We only want to rewrite the
522 __ jccb(Assembler::equal, rewrite);
524 // if _caload, rewrite to fast_icaload
527 __ jccb(Assembler::equal, rewrite);
529 // rewrite so iload doesn't check again.
532 // rewrite
803 Label rewrite, done; local
[all...]
H A DtemplateTable_x86_64.cpp250 // if a breakpoint is present we can't rewrite the stream directly
255 // Let breakpoint table handling rewrite to quicker bytecode
525 Label rewrite, done; local
532 // if _iload, wait to rewrite to iload2. We only want to rewrite the
541 __ jccb(Assembler::equal, rewrite);
543 // if _caload, rewrite to fast_icaload
546 __ jccb(Assembler::equal, rewrite);
548 // rewrite so iload doesn't check again.
551 // rewrite
813 Label rewrite, done; local
[all...]

Completed in 96 milliseconds