Lines Matching refs:nmethod

41 #include "code/nmethod.hpp"
328 nonstatic_field(instanceKlass, _osr_nmethods_head, nmethod*) \
340 nonstatic_field(nmethodBucket, _nmethod, nmethod*) \
384 volatile_nonstatic_field(methodOopDesc, _code, nmethod*) \
789 static_field(CodeCache, _scavenge_root_nmethods, nmethod*) \
857 nonstatic_field(nmethod, _method, methodOop) \
858 nonstatic_field(nmethod, _entry_bci, int) \
859 nonstatic_field(nmethod, _osr_link, nmethod*) \
860 nonstatic_field(nmethod, _scavenge_root_link, nmethod*) \
861 nonstatic_field(nmethod, _scavenge_root_state, jbyte) \
862 nonstatic_field(nmethod, _state, unsigned char) \
863 nonstatic_field(nmethod, _exception_offset, int) \
864 nonstatic_field(nmethod, _deoptimize_offset, int) \
865 nonstatic_field(nmethod, _deoptimize_mh_offset, int) \
866 nonstatic_field(nmethod, _orig_pc_offset, int) \
867 nonstatic_field(nmethod, _stub_offset, int) \
868 nonstatic_field(nmethod, _consts_offset, int) \
869 nonstatic_field(nmethod, _oops_offset, int) \
870 nonstatic_field(nmethod, _scopes_data_offset, int) \
871 nonstatic_field(nmethod, _scopes_pcs_offset, int) \
872 nonstatic_field(nmethod, _dependencies_offset, int) \
873 nonstatic_field(nmethod, _handler_table_offset, int) \
874 nonstatic_field(nmethod, _nul_chk_table_offset, int) \
875 nonstatic_field(nmethod, _nmethod_end_offset, int) \
876 nonstatic_field(nmethod, _entry_point, address) \
877 nonstatic_field(nmethod, _verified_entry_point, address) \
878 nonstatic_field(nmethod, _osr_entry_point, address) \
879 nonstatic_field(nmethod, _lock_count, jint) \
880 nonstatic_field(nmethod, _stack_traversal_mark, long) \
881 nonstatic_field(nmethod, _compile_id, int) \
882 nonstatic_field(nmethod, _exception_cache, ExceptionCache*) \
883 nonstatic_field(nmethod, _marked_for_deoptimization, bool) \
1632 declare_type(nmethod, CodeBlob) \
2108 declare_toplevel_type(nmethod*) \