Lines Matching defs:code

5  * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
13 * accompanied this code).
194 // out of the main line of code...
554 // interpreted methods and for native methods hence the shared code.
618 // Note: We can only use this code if the getfield has been resolved
752 // The code that gets generated by this routine is split into 2 parts:
753 // 1. The "intrinsified" code for G1 (or any SATB based GC),
757 // * In the G1 code we do not check whether we need to block for
759 // code for Reference.get (except when the Reference object is null)
762 // If the code for the getfield template is modified so that the
763 // G1 pre-barrier code is executed when the current method is
766 // * The G1 code can, however, check the receiver object (the instance
770 // regular method entry code to generate the NPE.
772 // This code is based on generate_accessor_enty.
799 // Generate the G1 pre-barrier code to log the value of
806 // Generate the G1 pre-barrier code to log the value of
839 // determine code generation flags
997 "adjust this code");
999 "adjust this code");
1001 "adjust this code");
1059 // It is enough that the pc() points into the right code
1089 // pushes change or anything else is added to the stack then the code in
1208 // Note: At some point we may want to unify this with the code
1210 // StubRoutines::forward_exception code. For now this doesn't work
1225 // the code below should be shared with interpreter macro
1257 // the exception handler code notifies the runtime of method exits
1294 // determine code generation flags
1513 // determine code generation flags
1682 // Entry point for exceptions thrown within interpreter code
1823 // preserve exception over this code sequence
1915 InterpreterGenerator::InterpreterGenerator(StubQueue* code)
1916 : TemplateInterpreterGenerator(code) {
1922 // Non-product code