Lines Matching refs:to

16  * 2 along with this work; if not, write to the Free Software Foundation,
51 // Accessing the checked exceptions table is used by reflection, so we put that last to make access
52 // to it fast.
57 // exceptions table since the average length is less than 2, and do not bother to compress the local
60 // Note that native_function and signature_handler has to be at fixed offsets (required by the interpreter)
118 int _result_index; // C++ interpreter needs for converting results to/from stack
132 InvocationCounter _invocation_counter; // Incremented before each activation of the method - used to trigger frequency-based optimizations
133 InvocationCounter _backedge_counter; // Incremented before each backedge taken - used to trigger frequencey-based optimizations
143 // Entry point for calling both from and to the interpreter.
147 // Entry point for calling from compiled code, to compiled code if it exists
150 // The entry point for calling both from and to compiled code is
152 // field can come and go. It can transition from NULL to not-null at any
153 // time (whenever a compile completes). It can transition from not-null to
155 nmethod* volatile _code; // Points to the corresponding piece of native code
306 // exception handler which caused the exception to be thrown, which
363 bool check_code() const; // Not inline to avoid circular ref
412 // Use clear_native_function() to unregister.
437 void print_codes_on(int from, int to, outputStream* st) const PRODUCT_RETURN;
468 // Checked exceptions thrown by this method (resolved to mirrors)
580 // Static methods that are used to implement member methods where an exposed this pointer
581 // is needed due to possible GCs
606 // method handles want to be able to push a few extra values (e.g., a bound receiver), and
607 // invokedynamic sometimes needs to push a bootstrap method, call site, and arglist,
635 // needs to be async-safe. No allocation should be done and
636 // so handles are not used to avoid deadlock.
752 // Write (bci, line number) pair to stream
777 // so we force it to call through the non-optimized version in the .cpp.
814 // to breakpoint lists, which is only OK for JVMTI because