Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save JohnTortugo/fccc29781a1b584c03162aa4e160e874 to your computer and use it in GitHub Desktop.
Save JohnTortugo/fccc29781a1b584c03162aa4e160e874 to your computer and use it in GitHub Desktop.
HotSpot unused methods
src/hotspot/cpu/aarch64/assembler_aarch64.hpp:186: unsigned &get_insn() { return insn; }
src/hotspot/cpu/aarch64/assembler_aarch64.hpp:3001: void sshll2(FloatRegister Vd, SIMD_Arrangement Ta, FloatRegister Vn, SIMD_Arrangement Tb, int shift) {
src/hotspot/cpu/aarch64/assembler_aarch64.hpp:3006: void sxtl(FloatRegister Vd, SIMD_Arrangement Ta, FloatRegister Vn, SIMD_Arrangement Tb) {
src/hotspot/cpu/aarch64/assembler_aarch64.hpp:3047: void uqxtn(FloatRegister Vd, SIMD_Arrangement Tb, FloatRegister Vn, SIMD_Arrangement Ta) {
src/hotspot/cpu/aarch64/macroAssembler_aarch64.hpp:230: inline void moviw(Register Rd, unsigned imm) { orrw(Rd, zr, imm); }
src/hotspot/cpu/aarch64/macroAssembler_aarch64.hpp:246: inline void bfxilw(Register Rd, Register Rn, unsigned lsb, unsigned width) {
src/hotspot/cpu/aarch64/macroAssembler_aarch64.hpp:253: inline void sbfizw(Register Rd, Register Rn, unsigned lsb, unsigned width) {
src/hotspot/cpu/aarch64/macroAssembler_aarch64.hpp:260: inline void sbfxw(Register Rd, Register Rn, unsigned lsb, unsigned width) {
src/hotspot/cpu/aarch64/macroAssembler_aarch64.hpp:426: inline void umnegl(Register Rd, Register Rn, Register Rm) {
src/hotspot/cpu/aarch64/macroAssembler_aarch64.hpp:574: inline void set_fpsr(Register reg)
src/hotspot/cpu/aarch64/macroAssembler_aarch64.hpp:601: inline void get_dczid_el0(Register reg)
src/hotspot/cpu/aarch64/macroAssembler_aarch64.hpp:610: inline void get_ctr_el0(Register reg)
src/hotspot/cpu/aarch64/vm_version_aarch64.hpp:151: static int cpu_model2() { return _model2; }
src/hotspot/cpu/aarch64/vm_version_aarch64.hpp:152: static int cpu_variant() { return _variant; }
src/hotspot/cpu/aarch64/vm_version_aarch64.hpp:153: static int cpu_revision() { return _revision; }
src/hotspot/cpu/aarch64/vm_version_aarch64.hpp:74: static bool expensive_load(int ld_size, int scale) {
src/hotspot/cpu/arm/assembler_arm_32.hpp:320: void mlas(Register rd, Register rm, Register rs, Register rn, AsmCondition cond = al) {
src/hotspot/cpu/arm/assembler_arm_32.hpp:587: void udf(int imm_16) {
src/hotspot/cpu/arm/interp_masm_arm.hpp:69: inline void check_no_cached_stack_top(Register tmp) {}
src/hotspot/cpu/arm/macroAssembler_arm.hpp:445: int should_not_call_this() {
src/hotspot/cpu/arm/macroAssembler_arm.hpp:759: void arith_shift_right(Register dst, Register src, int shift) {
src/hotspot/cpu/arm/nativeInst_arm_32.hpp:109: bool is_blx() const { return (encoding() & 0x0ffffff0) == 0x012fff30; }
src/hotspot/cpu/arm/nativeInst_arm_32.hpp:113: bool is_ldr_call() const {
src/hotspot/cpu/arm/nativeInst_arm_32.hpp:119: bool is_far_branch() const { return is_movw() || is_ldr_literal(); }
src/hotspot/cpu/arm/nativeInst_arm_32.hpp:148: bool is_movt() const { return (encoding() & 0x0ff00000) == 0x03400000; }
src/hotspot/cpu/arm/nativeInst_arm_32.hpp:68: static int decode_rotated_imm12(int encoding) {
src/hotspot/cpu/arm/vm_version_arm.hpp:105: static bool prefer_moves_over_load_literal() { return supports_movw(); }
src/hotspot/cpu/ppc/assembler_ppc.hpp:1031: static void assert_signed_word_disp_range(intptr_t x, int nbits) {
src/hotspot/cpu/ppc/assembler_ppc.hpp:1111: static long inv_r_eo( int x) { return inv_opp_u_field(x, 11, 11); }
src/hotspot/cpu/ppc/assembler_ppc.hpp:1112: static long inv_type( int x) { return inv_opp_u_field(x, 7, 6); }
src/hotspot/cpu/ppc/assembler_ppc.hpp:1113: static long inv_st_x0( int x) { return inv_opp_u_field(x, 8, 8); }
src/hotspot/cpu/ppc/assembler_ppc.hpp:1114: static long inv_st_x1( int x) { return inv_opp_u_field(x, 11, 8); }
src/hotspot/cpu/ppc/assembler_ppc.hpp:1117: static long inv_d0_eo( long x) { return inv_opp_u_field(x, 31, 14); }
src/hotspot/cpu/ppc/assembler_ppc.hpp:1120: static long inv_imm0_eo(int x) { return inv_opp_u_field(x, 31, 16); }
src/hotspot/cpu/ppc/assembler_ppc.hpp:1121: static long inv_uimm_eo(int x) { return inv_opp_u_field(x, 31, 29); }
src/hotspot/cpu/ppc/assembler_ppc.hpp:1122: static long inv_imm_eo( int x) { return inv_opp_u_field(x, 31, 24); }
src/hotspot/cpu/ppc/assembler_ppc.hpp:1145: static int flm( int x) { return opp_u_field(x, 14, 7); }
src/hotspot/cpu/ppc/assembler_ppc.hpp:1254: static long s0_eo( long x) { return d0_eo(x); }
src/hotspot/cpu/ppc/assembler_ppc.hpp:1255: static long s1_eo( long x) { return d1_eo(x); }
src/hotspot/cpu/ppc/assembler_ppc.hpp:1259: static long imm1_eo( int x) { return opp_u_field(x & 0xFFFF, 31, 16); }
src/hotspot/cpu/ppc/assembler_ppc.hpp:1303: static inline int hi16_signed( int x) { return (int)(int16_t)(x >> 16); }
src/hotspot/cpu/ppc/assembler_ppc.hpp:1304: static inline int lo16_unsigned(int x) { return x & 0xffff; }
src/hotspot/cpu/ppc/assembler_ppc.hpp:1478: static bool is_bxx_or_bcxx(int x) {
src/hotspot/cpu/ppc/assembler_ppc.hpp:1511: static bool is_stdx(int x) {
src/hotspot/cpu/ppc/assembler_ppc.hpp:1517: static bool is_stwx(int x) {
src/hotspot/cpu/ppc/assembler_ppc.hpp:1520: static bool is_stwux(int x) {
src/hotspot/cpu/ppc/stubGenerator_ppc.cpp:634: address generate_zero_words_aligned8() {
src/hotspot/cpu/riscv/assembler_riscv.hpp:3078: void c_lhu(Register Rd_Rs2, Register Rs1, const int32_t uimm) { c_lh_if<true>(Rd_Rs2, Rs1, uimm); }
src/hotspot/cpu/riscv/macroAssembler_riscv.hpp:1384: inline void vmsltu_vi(VectorRegister Vd, VectorRegister Vs2, uint32_t imm, VectorMask vm = unmasked) {
src/hotspot/cpu/riscv/macroAssembler_riscv.hpp:1389: inline void vmsgeu_vi(VectorRegister Vd, VectorRegister Vs2, uint32_t imm, VectorMask vm = unmasked) {
src/hotspot/cpu/riscv/macroAssembler_riscv.hpp:1395: inline void vmmv_m(VectorRegister vd, VectorRegister vs) {
src/hotspot/cpu/riscv/macroAssembler_riscv.hpp:1409: inline void vnot_v(VectorRegister Vd, VectorRegister Vs, VectorMask vm = unmasked) {
src/hotspot/cpu/riscv/macroAssembler_riscv.hpp:511: inline void sltz(Register Rd, Register Rs) {
src/hotspot/cpu/riscv/macroAssembler_riscv.hpp:515: inline void sgtz(Register Rd, Register Rs) {
src/hotspot/cpu/s390/assembler_s390.hpp:407: FloatRegister as_float_register() const {
src/hotspot/cpu/s390/assembler_s390.hpp:412: FloatRegister as_double_register() const {
src/hotspot/cpu/s390/assembler_s390.hpp:1538: static unsigned int instr_avglen() { return 4; }
src/hotspot/cpu/s390/assembler_s390.hpp:1541: static unsigned int instr_minlen() { return 2; }
src/hotspot/cpu/s390/assembler_s390.hpp:1642: static int64_t rsmaskt_48( int64_t d2, Register b2) { return uimm12(d2, 20, 48) | regt(b2, 16, 48); }
src/hotspot/cpu/s390/assembler_s390.hpp:1650: static int64_t vreg_mask(VectorRegister v, int pos) {
src/hotspot/cpu/s390/assembler_s390.hpp:1663: static int64_t veix_mask(int64_t ix, int el_size, int pos) {
src/hotspot/cpu/s390/assembler_s390.hpp:1704: static int inv_simm20_xx(address iLoc) {
src/hotspot/cpu/s390/assembler_s390.hpp:1789: static short get_imm16(address a, int instruction_number) {
src/hotspot/cpu/s390/assembler_s390.hpp:1807: static void set_imm16(int* instr, int64_t s) {
src/hotspot/cpu/s390/assembler_s390.hpp:3126: static int z_brul_size() { return 6; }
src/hotspot/cpu/s390/assembler_s390.hpp:3131: static bool is_z_algr(long x) {
src/hotspot/cpu/s390/assembler_s390.hpp:3137: static bool is_z_lb(long x) {
src/hotspot/cpu/s390/assembler_s390.hpp:3140: static bool is_z_lh(int x) {
src/hotspot/cpu/s390/assembler_s390.hpp:3149: static bool is_z_ly(long x) {
src/hotspot/cpu/s390/assembler_s390.hpp:3155: static bool is_z_llgh(long x) {
src/hotspot/cpu/s390/assembler_s390.hpp:3158: static bool is_z_llgf(long x) {
src/hotspot/cpu/s390/assembler_s390.hpp:3161: static bool is_z_le(int x) {
src/hotspot/cpu/s390/assembler_s390.hpp:3164: static bool is_z_ld(int x) {
src/hotspot/cpu/s390/assembler_s390.hpp:3170: static bool is_z_stc(int x) {
src/hotspot/cpu/s390/assembler_s390.hpp:3173: static bool is_z_stg(long x) {
src/hotspot/cpu/s390/assembler_s390.hpp:3176: static bool is_z_sth(int x) {
src/hotspot/cpu/s390/assembler_s390.hpp:3179: static bool is_z_ste(int x) {
src/hotspot/cpu/s390/assembler_s390.hpp:3182: static bool is_z_std(int x) {
src/hotspot/cpu/s390/assembler_s390.hpp:3185: static bool is_z_slag(long x) {
src/hotspot/cpu/s390/assembler_s390.hpp:3206: static bool is_z_brc(long x, int cond) {
src/hotspot/cpu/s390/assembler_s390.hpp:3238: static bool is_z_lghi(unsigned long x) {
src/hotspot/cpu/s390/assembler_s390.hpp:3242: static bool is_z_llill(unsigned long x) {
src/hotspot/cpu/s390/assembler_s390.hpp:3245: static bool is_z_llilh(unsigned long x) {
src/hotspot/cpu/s390/assembler_s390.hpp:3248: static bool is_z_llihl(unsigned long x) {
src/hotspot/cpu/s390/assembler_s390.hpp:3251: static bool is_z_llihh(unsigned long x) {
src/hotspot/cpu/s390/assembler_s390.hpp:3257: static bool is_z_llihf(unsigned long x) {
src/hotspot/cpu/s390/assembler_s390.hpp:3261: static bool is_z_iill(unsigned long x) {
src/hotspot/cpu/s390/assembler_s390.hpp:3264: static bool is_z_iilh(unsigned long x) {
src/hotspot/cpu/s390/assembler_s390.hpp:3267: static bool is_z_iihl(unsigned long x) {
src/hotspot/cpu/s390/assembler_s390.hpp:3270: static bool is_z_iihh(unsigned long x) {
src/hotspot/cpu/s390/jvmciCodeInstaller_s390.cpp:62:void CodeInstaller::pd_relocate_CodeBlob(CodeBlob* cb, NativeInstruction* inst) {
src/hotspot/cpu/s390/macroAssembler_s390.hpp:394: static void patch_addr_pcrel(address pc, address con) {
src/hotspot/cpu/s390/macroAssembler_s390.hpp:605: static int jump_pcrelative_size() { return 4; }
src/hotspot/cpu/s390/macroAssembler_s390.hpp:606: static int jump_far_pcrelative_size() { return 6; }
src/hotspot/cpu/s390/macroAssembler_s390.hpp:608: static int call_pcrelative_size() { return 4; }
src/hotspot/cpu/s390/macroAssembler_s390.hpp:610: static int call_far_pcrelative_size_raw() { return 6; } // Prepend each BRASL with a nop.
src/hotspot/cpu/s390/macroAssembler_s390.hpp:893: inline void asm_assert_mem4_is_zero_static(int64_t mem_offset, Register mem_base, const char* msg, int id) {
src/hotspot/cpu/s390/macroAssembler_s390.hpp:899: inline void asm_assert_mem4_isnot_zero_static(int64_t mem_offset, Register mem_base, const char* msg, int id) {
src/hotspot/cpu/s390/macroAssembler_s390.hpp:963: static int basic_blck_trace_blk_size_incr() { return 64; }
src/hotspot/cpu/s390/register_s390.hpp:246: inline constexpr friend FloatRegister as_SingleFloatRegister(int encoding) {
src/hotspot/cpu/s390/register_s390.hpp:257: inline constexpr friend FloatRegister as_DoubleFloatRegister(int encoding) {
src/hotspot/cpu/s390/register_s390.hpp:270: inline constexpr friend FloatRegister as_QuadFloatRegister(int encoding) {
src/hotspot/cpu/s390/stubRoutines_s390.hpp:89: static int* atomic_memory_operation_lock_addr() { return &_atomic_memory_operation_lock; }
src/hotspot/cpu/s390/stubRoutines_s390.hpp:93: static void set_atomic_memory_operation_lock(int value) { _atomic_memory_operation_lock = value; }
src/hotspot/cpu/s390/vm_version_s390.hpp:516: static void set_has_GnrlInstrExtensions() { _features[0] |= GnrlInstrExtFacilityMask; }
src/hotspot/cpu/s390/vm_version_s390.hpp:542: static void set_has_ProcessorAssist() { _features[0] |= ProcessorAssistMask; }
src/hotspot/cpu/s390/vm_version_s390.hpp:556: static void set_has_VectorPackedDecimalEnh() { _features[2] |= VectorPackedDecimalEnhMask; }
src/hotspot/cpu/x86/assembler_x86.hpp:2970: void set_vector_len(int vector_len) { _avx_vector_len = vector_len; }
src/hotspot/cpu/x86/gc/shared/barrierSetNMethod_x86.cpp:61: address immediate_address() const { return addr_at(imm_offset); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp: 880: void xaddptr(Address src1, Register src2) { LP64_ONLY(xaddq(src1, src2)) NOT_LP64(xaddl(src1, src2)) ; }
src/hotspot/cpu/x86/macroAssembler_x86.hpp: 901: void leal32(Register dst, Address src) { leal(dst, src); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp: 993: void ALWAYSINLINE jo_b(Label& L) { jccb(Assembler::overflow, L); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp: 994: void ALWAYSINLINE jno_b(Label& L) { jccb(Assembler::noOverflow, L); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp: 996: void ALWAYSINLINE jns_b(Label& L) { jccb(Assembler::positive, L); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp: 997: void ALWAYSINLINE je_b(Label& L) { jccb(Assembler::equal, L); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp: 998: void ALWAYSINLINE jz_b(Label& L) { jccb(Assembler::zero, L); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp: 999: void ALWAYSINLINE jne_b(Label& L) { jccb(Assembler::notEqual, L); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp:1000: void ALWAYSINLINE jnz_b(Label& L) { jccb(Assembler::notZero, L); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp:1001: void ALWAYSINLINE jb_b(Label& L) { jccb(Assembler::below, L); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp:1002: void ALWAYSINLINE jnae_b(Label& L) { jccb(Assembler::below, L); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp:1003: void ALWAYSINLINE jc_b(Label& L) { jccb(Assembler::carrySet, L); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp:1004: void ALWAYSINLINE jnb_b(Label& L) { jccb(Assembler::aboveEqual, L); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp:1005: void ALWAYSINLINE jae_b(Label& L) { jccb(Assembler::aboveEqual, L); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp:1006: void ALWAYSINLINE jnc_b(Label& L) { jccb(Assembler::carryClear, L); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp:1007: void ALWAYSINLINE jbe_b(Label& L) { jccb(Assembler::belowEqual, L); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp:1008: void ALWAYSINLINE jna_b(Label& L) { jccb(Assembler::belowEqual, L); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp:1009: void ALWAYSINLINE ja_b(Label& L) { jccb(Assembler::above, L); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp:1010: void ALWAYSINLINE jnbe_b(Label& L) { jccb(Assembler::above, L); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp:1011: void ALWAYSINLINE jl_b(Label& L) { jccb(Assembler::less, L); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp:1012: void ALWAYSINLINE jnge_b(Label& L) { jccb(Assembler::less, L); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp:1013: void ALWAYSINLINE jge_b(Label& L) { jccb(Assembler::greaterEqual, L); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp:1014: void ALWAYSINLINE jnl_b(Label& L) { jccb(Assembler::greaterEqual, L); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp:1015: void ALWAYSINLINE jle_b(Label& L) { jccb(Assembler::lessEqual, L); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp:1016: void ALWAYSINLINE jng_b(Label& L) { jccb(Assembler::lessEqual, L); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp:1017: void ALWAYSINLINE jg_b(Label& L) { jccb(Assembler::greater, L); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp:1018: void ALWAYSINLINE jnle_b(Label& L) { jccb(Assembler::greater, L); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp:1019: void ALWAYSINLINE jp_b(Label& L) { jccb(Assembler::parity, L); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp:1020: void ALWAYSINLINE jpe_b(Label& L) { jccb(Assembler::parity, L); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp:1021: void ALWAYSINLINE jnp_b(Label& L) { jccb(Assembler::noParity, L); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp:1022: void ALWAYSINLINE jpo_b(Label& L) { jccb(Assembler::noParity, L); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp:1769: void vinserti64x4_high(XMMRegister dst, XMMRegister src) {
src/hotspot/cpu/x86/macroAssembler_x86.hpp:1835: void vinserti64x4_low(XMMRegister dst, XMMRegister src) {
src/hotspot/cpu/x86/macroAssembler_x86.hpp:1841: void vextracti64x4_low(XMMRegister dst, XMMRegister src) {
src/hotspot/cpu/x86/macroAssembler_x86.hpp:1872: void evpclmulldq(XMMRegister dst, XMMRegister nds, XMMRegister src, int vector_len) {
src/hotspot/cpu/x86/macroAssembler_x86.hpp:1876: void evpclmulhdq(XMMRegister dst, XMMRegister nds, XMMRegister src, int vector_len) {
src/hotspot/cpu/x86/macroAssembler_x86.cpp:5365: bool is_indefinite() const {
src/hotspot/cpu/x86/nativeInst_x86.hpp:419: friend NativeLoadAddress* nativeLoadAddress_at (address address) {
src/hotspot/cpu/x86/sharedRuntime_x86_32.cpp:116: static int rbxOffset(void) { return rbx_off; }
src/hotspot/cpu/x86/stubGenerator_x86_32.cpp:2318: void aes_dec_key(XMMRegister xmmdst, XMMRegister xmmtmp, Register key, int offset, XMMRegister xmm_shuf_mask = xnoreg) {
src/hotspot/cpu/x86/vm_version_x86.hpp:666: static bool supports_cpuid() { return _features != 0; }
src/hotspot/cpu/x86/vm_version_x86.hpp:668: static bool supports_fxsr() { return (_features & CPU_FXSR) != 0; }
src/hotspot/cpu/x86/vm_version_x86.hpp:681: static bool supports_rdtscp() { return (_features & CPU_RDTSCP) != 0; }
src/hotspot/cpu/x86/vm_version_x86.hpp:682: static bool supports_rdpid() { return (_features & CPU_RDPID) != 0; }
src/hotspot/cpu/x86/vm_version_x86.hpp:685: static bool supports_fsrm() { return (_features & CPU_FSRM) != 0; }
src/hotspot/cpu/x86/vm_version_x86.hpp:695: static bool supports_avx512pf() { return (_features & CPU_AVX512PF) != 0; }
src/hotspot/cpu/x86/vm_version_x86.hpp:696: static bool supports_avx512er() { return (_features & CPU_AVX512ER) != 0; }
src/hotspot/cpu/x86/vm_version_x86.hpp:701: static bool supports_avx512bwdq() { return (supports_evex() && supports_avx512bw() && supports_avx512dq()); }
src/hotspot/cpu/x86/vm_version_x86.hpp:706: static bool supports_avx512nobw() { return (supports_evex() && !supports_avx512bw()); }
src/hotspot/cpu/x86/vm_version_x86.hpp:707: static bool supports_avx256only() { return (supports_avx2() && !supports_evex()); }
src/hotspot/cpu/x86/vm_version_x86.hpp:708: static bool supports_avxonly() { return ((supports_avx2() || supports_avx()) && !supports_evex()); }
src/hotspot/cpu/x86/vm_version_x86.hpp:723: static bool supports_pku() { return (_features & CPU_PKU) != 0; }
src/hotspot/cpu/x86/vm_version_x86.hpp:724: static bool supports_ospke() { return (_features & CPU_OSPKE) != 0; }
src/hotspot/cpu/x86/vm_version_x86.hpp:725: static bool supports_cet_ss() { return (_features & CPU_CET_SS) != 0; }
src/hotspot/cpu/x86/vm_version_x86.hpp:726: static bool supports_cet_ibt() { return (_features & CPU_CET_IBT) != 0; }
src/hotspot/share/adlc/filebuff.hpp:79: long getoff(const char* s) { return _bufoff + (long)(s - _buf); }
src/hotspot/share/adlc/forms.hpp:296: Form * current2(){ return _cur2; };
src/hotspot/share/adlc/formsopt.hpp:205: virtual bool has_stack_version() {
src/hotspot/share/adlc/formsopt.hpp:712: bool use_leaf_operand() { return _inst_num != -1; };
src/hotspot/share/adlc/formsopt.hpp:713: bool generate_an_instruction() { return _inst_num == -1; }
src/hotspot/share/adlc/output_c.cpp:2287: void emit_reloc_type(const char* type) {
src/hotspot/share/asm/assembler.hpp:132: int loc_sect() const { return CodeBuffer::locator_sect(loc()); }
src/hotspot/share/asm/codeBuffer.hpp:642: bool insts_contains2(address pc) const { return _insts.contains2(pc); }
src/hotspot/share/c1/c1_FrameMap.hpp:107: void check_spill_index (int spill_index) const { assert(spill_index >= 0, "bad index"); }
src/hotspot/share/c1/c1_GraphBuilder.hpp:335: void restore_inline_cleanup_info() {
src/hotspot/share/c1/c1_Instruction.hpp:517: virtual Instruction* as_Instruction() { return this; } // to satisfy HASHING1 macro
src/hotspot/share/c1/c1_Instruction.hpp:523: virtual StoreField* as_StoreField() { return nullptr; }
src/hotspot/share/c1/c1_Instruction.hpp:524: virtual AccessArray* as_AccessArray() { return nullptr; }
src/hotspot/share/c1/c1_Instruction.hpp:528: virtual StoreIndexed* as_StoreIndexed() { return nullptr; }
src/hotspot/share/c1/c1_Instruction.hpp:543: virtual NewTypeArray* as_NewTypeArray() { return nullptr; }
src/hotspot/share/c1/c1_Instruction.hpp:544: virtual NewObjectArray* as_NewObjectArray() { return nullptr; }
src/hotspot/share/c1/c1_Instruction.hpp:546: virtual TypeCheck* as_TypeCheck() { return nullptr; }
src/hotspot/share/c1/c1_Instruction.hpp:547: virtual CheckCast* as_CheckCast() { return nullptr; }
src/hotspot/share/c1/c1_Instruction.hpp:548: virtual InstanceOf* as_InstanceOf() { return nullptr; }
src/hotspot/share/c1/c1_Instruction.hpp:549: virtual TypeCast* as_TypeCast() { return nullptr; }
src/hotspot/share/c1/c1_Instruction.hpp:550: virtual AccessMonitor* as_AccessMonitor() { return nullptr; }
src/hotspot/share/c1/c1_Instruction.hpp:554: virtual BlockBegin* as_BlockBegin() { return nullptr; }
src/hotspot/share/c1/c1_Instruction.hpp:558: virtual TableSwitch* as_TableSwitch() { return nullptr; }
src/hotspot/share/c1/c1_Instruction.hpp:559: virtual LookupSwitch* as_LookupSwitch() { return nullptr; }
src/hotspot/share/c1/c1_Instruction.hpp:565: virtual UnsafeOp* as_UnsafeOp() { return nullptr; }
src/hotspot/share/c1/c1_Instruction.hpp:567: virtual RangeCheckPredicate* as_RangeCheckPredicate() { return nullptr; }
src/hotspot/share/c1/c1_Instruction.hpp:570: virtual Assert* as_Assert() { return nullptr; }
src/hotspot/share/c1/c1_LIR.hpp:2403: void set_index_at(int i, int value) { _index_and_count.at_put((i << 1), value); }
src/hotspot/share/c1/c1_LIR.hpp:369: bool is_same_type(LIR_Opr opr) const {
src/hotspot/share/c1/c1_LIRAssembler.hpp:58: void set_current_block(BlockBegin* b) { _current_block = b; }
src/hotspot/share/c1/c1_ValueType.hpp:135: bool is_int_kind() const { return tag() == intTag || tag() == longTag; }
src/hotspot/share/cds/archiveBuilder.hpp:314: static intx get_buffer_to_requested_delta() {
src/hotspot/share/cds/filemap.cpp:615: static char* copy_attr(u1* value, size_t len) {
src/hotspot/share/cds/filemap.hpp:138: void assert_is_not_heap_region() const {
src/hotspot/share/cds/filemap.hpp:430: static void set_current_info(FileMapInfo* info) {
src/hotspot/share/cds/metaspaceShared.hpp:165: static void disable_optimized_module_handling() { _use_optimized_module_handling = false; }
src/hotspot/share/ci/ciMethodBlocks.hpp:116: void set_does_jsr() { _flags |= DoesJsr; }
src/hotspot/share/ci/ciMethodBlocks.hpp:117: void clear_does_jsr() { _flags &= ~DoesJsr; }
src/hotspot/share/ci/ciMethodBlocks.hpp:118: void set_does_ret() { _flags |= DoesRet; }
src/hotspot/share/ci/ciMethodBlocks.hpp:119: void clear_does_ret() { _flags &= ~DoesRet; }
src/hotspot/share/ci/ciMethodBlocks.hpp:120: void set_is_ret_target() { _flags |= RetTarget; }
src/hotspot/share/ci/ciObject.hpp:131: virtual bool is_native_entry_point()const { return false; }
src/hotspot/share/ci/ciObject.hpp:169: ciMethodType* as_method_type() {
src/hotspot/share/classfile/classFileParser.cpp:977: void remove_annotation(ID id) {
src/hotspot/share/classfile/classFileParser.cpp:991: void set_stable(bool stable) { set_annotation(_field_Stable); }
src/hotspot/share/classfile/classLoaderExt.hpp:102: static bool is_boot_classpath(int classpath_index) {
src/hotspot/share/classfile/classLoaderHierarchyDCmd.cpp:339: void add_sibling(LoaderTreeNode* info) {
src/hotspot/share/classfile/fieldLayoutBuilder.hpp:249: int get_alignment() {
src/hotspot/share/classfile/javaClasses.hpp:1117: static int method_type_offset_in_bytes() { return _method_type_offset; }
src/hotspot/share/classfile/placeholders.hpp:103: void set_superThreadQ(SeenThread* SeenThread) { _superThreadQ = SeenThread; }
src/hotspot/share/classfile/placeholders.hpp:106: void set_loadInstanceThreadQ(SeenThread* SeenThread) { _loadInstanceThreadQ = SeenThread; }
src/hotspot/share/classfile/placeholders.hpp:109: void set_defineThreadQ(SeenThread* SeenThread) { _defineThreadQ = SeenThread; }
src/hotspot/share/classfile/placeholders.hpp:132: bool define_class_in_progress() {
src/hotspot/share/classfile/stackMapFrame.hpp:123: inline void set_verifier(ClassVerifier* v) { _verifier = v; }
src/hotspot/share/classfile/stackMapTableFormat.hpp:63: static verification_type_info* create_object_at(address addr, u2 cp_idx) {
src/hotspot/share/classfile/stackMapTableFormat.hpp:70: static verification_type_info* create_uninit_at(address addr, u2 bci) {
src/hotspot/share/classfile/stackMapTableFormat.hpp:925: void set_number_of_entries(u2 num) {
src/hotspot/share/classfile/stackMapTableFormat.hpp:961: void set_attribute_length(u4 len) {
src/hotspot/share/classfile/verificationType.hpp:175: bool is_boolean() const { return (_u._data == Boolean); }
src/hotspot/share/classfile/verificationType.hpp:202: bool is_reference_check() const { return _u._data == ReferenceQuery; }
src/hotspot/share/classfile/verificationType.hpp:203: bool is_category1_check() const { return _u._data == Category1Query; }
src/hotspot/share/classfile/verificationType.hpp:204: bool is_category2_check() const { return _u._data == Category2Query; }
src/hotspot/share/classfile/verificationType.hpp:205: bool is_category2_2nd_check() const { return _u._data == Category2_2ndQuery; }
src/hotspot/share/classfile/verifier.hpp:266: void set_sig_verif_types(GrowableArray<VerificationType>* sig_verif_types) {
src/hotspot/share/code/codeCache.hpp:344: void initialize_iteration(T* nm) {
src/hotspot/share/code/compressedStream.hpp:101: void write_char(jchar value) { write_int(value); }
src/hotspot/share/code/compressedStream.hpp:102: void write_short(jshort value) { write_signed_int(value); }
src/hotspot/share/code/compressedStream.hpp:64: jchar read_char() { return (jchar ) read_int(); }
src/hotspot/share/code/debugInfo.hpp:169: void set_is_scalar_replaced(bool scd) { _is_scalar_replaced = scd; }
src/hotspot/share/code/dependencies.hpp:326: static void check_ctxk_concrete(ciKlass* ctxk) {
src/hotspot/share/code/nmethod.hpp:355: bool make_entrant() { Unimplemented(); return false; }
src/hotspot/share/code/nmethod.hpp:597: bool consts_contains (address addr) const { return consts_begin () <= addr && addr < consts_end (); }
src/hotspot/share/code/nmethod.hpp:604: bool metadata_contains (Metadata** addr) const { return metadata_begin () <= addr && addr < metadata_end (); }
src/hotspot/share/code/nmethod.hpp:605: bool scopes_data_contains (address addr) const { return scopes_data_begin () <= addr && addr < scopes_data_end (); }
src/hotspot/share/code/nmethod.hpp:606: bool scopes_pcs_contains (PcDesc* addr) const { return scopes_pcs_begin () <= addr && addr < scopes_pcs_end (); }
src/hotspot/share/code/nmethod.hpp:607: bool handler_table_contains (address addr) const { return handler_table_begin() <= addr && addr < handler_table_end(); }
src/hotspot/share/code/nmethod.hpp:608: bool nul_chk_table_contains (address addr) const { return nul_chk_table_begin() <= addr && addr < nul_chk_table_end(); }
src/hotspot/share/code/vmreg.hpp:195: bool is_adjacent_on_stack(int alignment) const {
src/hotspot/share/code/vmreg.hpp:200: bool is_adjacent_aligned_on_stack(int alignment) const {
src/hotspot/share/code/vtableStubs.hpp:175: bool is_itable_stub() { return !_is_vtable_stub; }
src/hotspot/share/compiler/compileBroker.hpp:418: static int get_total_native_compile_count() { return _total_native_compile_count; }
src/hotspot/share/compiler/compilerDefinitions.hpp:84: static void set_high_only_quick_internal() { _mode = Mode::HIGH_ONLY_QUICK_INTERNAL; }
src/hotspot/share/compiler/compilerDirectives.hpp:215: void print_intx(outputStream* st, ccstr n, intx v, bool mod) { if (mod) { st->print("%s:" INTX_FORMAT " ", n, v); } }
src/hotspot/share/compiler/compilerDirectives.hpp:216: void print_uintx(outputStream* st, ccstr n, intx v, bool mod) { if (mod) { st->print("%s:" UINTX_FORMAT " ", n, v); } }
src/hotspot/share/compiler/compilerDirectives.hpp:220: void print_ccstrlist(outputStream* st, ccstr n, ccstr v, bool mod) { print_ccstr(st, n, v, mod); }
src/hotspot/share/compiler/compilerOracle.cpp:174: void init_matcher(Symbol* class_name, Mode class_mode,
src/hotspot/share/gc/g1/g1BiasedArray.hpp:171: T* address_mapped_to(HeapWord* address) {
src/hotspot/share/gc/g1/g1ConcurrentStartToMixedTimeTracker.hpp:42: double wall_time() const {
src/hotspot/share/gc/g1/g1FullCollector.hpp:118: PreservedMarksSet* preserved_mark_set() { return &_preserved_marks_set; }
src/hotspot/share/gc/g1/g1FullGCHeapRegionAttr.hpp:82: void verify_is_invalid(uint idx) { assert(get_by_index(idx) == Invalid, "invariant"); }
src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp:373: void inc_external_accounted_time_ms(double time_ms) {
src/hotspot/share/gc/g1/g1HeapRegion.hpp:423: void set_rem_set(HeapRegionRemSet* rem_set) { _rem_set = rem_set; }
src/hotspot/share/gc/g1/g1HeapRegionRemSet.hpp:180: static void print_from_card_cache() {
src/hotspot/share/gc/g1/g1MonotonicArena.hpp:84: const Segment* first_segment() const { return Atomic::load(&_first); }
src/hotspot/share/gc/parallel/gcAdaptivePolicyCounters.hpp:225: void set_size_policy(AdaptiveSizePolicy* v) { _size_policy = v; }
src/hotspot/share/gc/parallel/psParallelCompact.hpp:193: void publish_new_top() const { _space->set_top(_new_top); }
src/hotspot/share/gc/shared/cardTable.hpp:138: const CardValue* byte_after_const(const void* p) const {
src/hotspot/share/gc/shenandoah/shenandoahCodeRoots.hpp:74: static int* disarmed_value_address() { return &_disarmed_value; }
src/hotspot/share/gc/shenandoah/shenandoahFreeSet.hpp:198: inline void set_capacity_of(ShenandoahFreeSetPartitionId which_partition, size_t value) {
src/hotspot/share/gc/shenandoah/shenandoahFreeSet.hpp:203: inline void set_used_by(ShenandoahFreeSetPartitionId which_partition, size_t value) {
src/hotspot/share/gc/shenandoah/shenandoahHeapRegion.hpp:293: inline static jint region_size_bytes_jint() {
src/hotspot/share/gc/shenandoah/shenandoahHeapRegion.hpp:299: inline static jint region_size_words_jint() {
src/hotspot/share/gc/shenandoah/shenandoahHeapRegion.hpp:311: inline static jint region_size_words_shift_jint() {
src/hotspot/share/gc/z/zIndexDistributor.inline.hpp:172: int claim_at(int* indices, int level) {
src/hotspot/share/interpreter/abstractInterpreter.hpp:265: static oop* oop_addr_in_slot(intptr_t* slot_addr) {
src/hotspot/share/interpreter/abstractInterpreter.hpp:268: static jint* int_addr_in_slot(intptr_t* slot_addr) {
src/hotspot/share/interpreter/abstractInterpreter.hpp:282: static void set_long_in_slot(intptr_t* slot_addr, jlong value) {
src/hotspot/share/interpreter/bytecode.hpp:52: int get_Java_u2_at (int offset) const { return Bytes::get_Java_u2(addr_at(offset)); }
src/hotspot/share/interpreter/bytecode.hpp:55: int get_native_u2_at (int offset) const { return Bytes::get_native_u2(addr_at(offset)); }
src/hotspot/share/interpreter/bytecode.hpp:56: int get_native_u4_at (int offset) const { return Bytes::get_native_u4(addr_at(offset)); }
src/hotspot/share/interpreter/bytecodeStream.hpp:100: void set_next_bci(int bci) { assert(0 <= bci && bci <= method()->code_size(), "illegal bci"); _next_bci = bci; }
src/hotspot/share/interpreter/bytecodeTracer.cpp:71: int get_Java_index_u4() { int i = Bytes::get_Java_u4 (_next_pc); _next_pc += 4; return i; }
src/hotspot/share/interpreter/bytecodes.hpp:422: static bool is_field_code (Code code) { return (_getstatic <= java_code(code) && java_code(code) <= _putfield); }
src/hotspot/share/interpreter/rewriter.hpp:81: int cp_entry_to_cp_cache(int i) { assert(has_cp_cache(i), "oob"); return _cp_map.at(i); }
src/hotspot/share/interpreter/zero/bytecodeInterpreter.hpp:196:inline void set_osr_buf(address buf) { _result._osr._osr_buf = buf; }
src/hotspot/share/interpreter/zero/bytecodeInterpreter.hpp:197:inline void set_osr_entry(address entry) { _result._osr._osr_entry = entry; }
src/hotspot/share/jfr/recorder/checkpoint/types/traceid/jfrTraceIdEpoch.hpp:87: static bool is_current_epoch_generation(u2 generation) {
src/hotspot/share/jfr/recorder/repository/jfrChunkWriter.cpp:116: void write_guard_flush() {
src/hotspot/share/jfr/recorder/service/jfrEvent.hpp:125: static bool is_requestable() {
src/hotspot/share/jfr/recorder/stacktrace/jfrStackTrace.hpp:101: bool full_stacktrace() const { return _reached_root; }
src/hotspot/share/jfr/recorder/stacktrace/jfrStackTrace.hpp:91: void set_nr_of_frames(u4 nr_of_frames) { _nr_of_frames = nr_of_frames; }
src/hotspot/share/jfr/recorder/stacktrace/jfrStackTrace.hpp:93: void set_reached_root(bool reached_root) { _reached_root = reached_root; }
src/hotspot/share/jfr/support/jfrThreadLocal.hpp:144: void set_stackframes(JfrStackFrame* frames) {
src/hotspot/share/jvmci/jvmciCodeInstaller.hpp:350: const OopMapSet* oopMapSet() const { return _debug_recorder->_oopmaps; }
src/hotspot/share/jvmci/jvmciCompiler.hpp:109: bool needs_stubs () { return false; }
src/hotspot/share/jvmci/jvmciObject.hpp:46: jobject as_jweak() { return (jweak) _object; }
src/hotspot/share/jvmci/jvmciObject.hpp:82: jcharArray as_jcharArray() { return (jcharArray) as_jobject(); }
src/hotspot/share/jvmci/jvmciObject.hpp:83: jshortArray as_jshortArray() { return (jshortArray) as_jobject(); }
src/hotspot/share/jvmci/jvmciObject.hpp:85: jfloatArray as_jfloatArray() { return (jfloatArray) as_jobject(); }
src/hotspot/share/jvmci/jvmciObject.hpp:87: jdoubleArray as_jdoubleArray() { return (jdoubleArray) as_jobject(); }
src/hotspot/share/memory/heapInspection.hpp:175: static int col_width(julong n, const char *name) {
src/hotspot/share/memory/metaspaceStats.hpp:73: size_t non_class_reserved() const { return _ncstats.reserved(); }
src/hotspot/share/memory/metaspaceUtils.hpp:68: void set_shrink_factor(uint v) { _shrink_factor = v; }
src/hotspot/share/nmt/memBaseline.hpp:136: size_t total_arena_memory() const {
src/hotspot/share/oops/constantPool.hpp:221: InstanceKlass** pool_holder_addr() { return &_pool_holder; }
src/hotspot/share/oops/cpCache.hpp:205: ConstantPool** constant_pool_addr() { return &_constant_pool; }
src/hotspot/share/oops/fieldInfo.hpp:194: bool is_offset_set() const {
src/hotspot/share/oops/fieldInfo.hpp:218: void set_next_index(int next_index) { _next_index = next_index; }
src/hotspot/share/oops/generateOopMap.hpp:450: int binsToHold (int no) { return ((no+(BitsPerWord-1))/BitsPerWord); }
src/hotspot/share/oops/generateOopMap.hpp:472: methodHandle method_as_handle() const { return _method; }
src/hotspot/share/oops/instanceKlass.hpp:337: void set_static_field_size(int size) { _static_field_size = size; }
src/hotspot/share/oops/instanceKlass.hpp:344: void set_itable_length(int len) { _itable_len = len; }
src/hotspot/share/oops/instanceKlass.hpp:682: void set_nonstatic_oop_map_size(int words) {
src/hotspot/share/oops/instanceKlass.hpp:720: void init_previous_versions() {
src/hotspot/share/oops/instanceKlass.hpp:838: void set_oop_map_cache(OopMapCache *cache) { _oop_map_cache = cache; }
src/hotspot/share/oops/klass.hpp:345: void clear_has_value_based_class_annotation() {
src/hotspot/share/oops/klass.hpp:674: bool is_other_instance_klass() const { return _kind == InstanceKlassKind; }
src/hotspot/share/oops/klass.hpp:677: bool is_class_loader_instance_klass() const { return _kind == InstanceClassLoaderKlassKind; }
src/hotspot/share/oops/markWord.hpp:235: markWord set_unmarked() { return markWord((value() & ~lock_mask_in_place) | unlocked_value); }
src/hotspot/share/oops/method.hpp:380: void set_from_compiled_entry(address entry) {
src/hotspot/share/oops/method.hpp:500: bool is_returning_fp() const { BasicType r = result_type(); return (r == T_FLOAT || r == T_DOUBLE); }
src/hotspot/share/oops/method.hpp:778: bool has_osr_nmethod(int level, bool match_level) {
src/hotspot/share/oops/method.hpp:823: void clear_is_not_c1_osr_compilable() { clear_is_not_c1_compilable(); }
src/hotspot/share/oops/methodData.hpp:1215: static ByteSize receiver_type_data_size() {
src/hotspot/share/oops/methodData.hpp:1520: void set_not_taken(uint cnt) {
src/hotspot/share/oops/methodData.hpp:1524: uint inc_not_taken() {
src/hotspot/share/oops/methodData.hpp:1570: oop array_oop_at(int index) const {
src/hotspot/share/oops/methodData.hpp:1605: static ByteSize array_start_offset() {
src/hotspot/share/oops/methodData.hpp:444: VirtualCallData* as_VirtualCallData() const {
src/hotspot/share/oops/methodData.hpp:456: ArrayData* as_ArrayData() const {
src/hotspot/share/oops/methodData.hpp:460: MultiBranchData* as_MultiBranchData() const {
src/hotspot/share/oops/methodData.hpp:464: ArgInfoData* as_ArgInfoData() const {
src/hotspot/share/oops/methodData.hpp:547: void set_null_seen() { set_flag_at(null_seen_flag); }
src/hotspot/share/oops/methodData.hpp:550: bool clear_deprecated_method_call_site() { return data()->clear_flag_at(deprecated_method_callsite_flag); }
src/hotspot/share/oops/methodData.hpp:665: void set_taken(uint cnt) {
src/hotspot/share/oops/methodData.hpp:670: uint inc_taken() {
src/hotspot/share/oops/objArrayKlass.hpp:58: Klass** element_klass_addr() { return &_element_klass; }
src/hotspot/share/oops/objArrayKlass.hpp:62: Klass** bottom_klass_addr() { return &_bottom_klass; }
src/hotspot/share/oops/resolvedFieldEntry.hpp:139: static ByteSize field_index_offset() { return byte_offset_of(ResolvedFieldEntry, _field_index); }
src/hotspot/share/opto/addnode.hpp:274: static Node* unsigned_max(Node* a, Node* b, const Type* t, PhaseGVN& gvn) {
src/hotspot/share/opto/addnode.hpp:296: static Node* min_diff_with_zero(Node* a, Node* b, const Type* t, PhaseGVN& gvn) {
src/hotspot/share/opto/callnode.hpp:244: bool is_scl(uint i) const { return scloff() <= i && i < endoff(); }
src/hotspot/share/opto/cfgnode.hpp:657: bool is_handler_proj() const { return _handler_bci >= 0; }
src/hotspot/share/opto/compile.hpp:713: void dump_igv(const char* graph_name, int level = 3) {
src/hotspot/share/opto/escape.hpp:187: ArraycopyNode* as_Arraycopy() { assert(is_Arraycopy(),""); return (ArraycopyNode*)this; }
src/hotspot/share/opto/machnode.hpp:606: void set_out_RegMask(const RegMask &out) { _out = &out; }
src/hotspot/share/opto/matcher.hpp:263: Node* pop_projection() {
src/hotspot/share/opto/memnode.hpp:1543: const MergeMemNode* all_memory2() const {
src/hotspot/share/opto/output.cpp:211: static void increment_instructions_per_bundle(uint i) {
src/hotspot/share/opto/output.cpp:215: static void increment_nop_size(uint s) {
src/hotspot/share/opto/output.hpp:182: int scratch_buffer_code_size() { return (address)scratch_locs_memory() - _scratch_buffer_blob->content_begin(); }
src/hotspot/share/opto/phaseX.hpp:158: Unique_Node_List *get_useful() { return &_useful; }
src/hotspot/share/opto/runtime.hpp:210: static address vtable_must_compile_stub() { return _vtable_must_compile_Java; }
src/hotspot/share/opto/type.hpp:1383: virtual bool is_meet_same_type_as(const TypePtr* other) const {
src/hotspot/share/opto/type.hpp:721: void set_field_at(uint i, const Type* t) {
src/hotspot/share/opto/vectorization.hpp:877: int count_size(int size) {
src/hotspot/share/opto/vectorization.hpp:896: int unique_size() {
src/hotspot/share/opto/vectornode.hpp:1117: int get_mask_Opcode() const { return _mopc;}
src/hotspot/share/opto/vectornode.hpp:1452: Node* vector_val() const { return in(1); }
src/hotspot/share/opto/vectornode.hpp:1488: Node* vec_mask() const { return in(3); }
src/hotspot/share/opto/vectornode.hpp:1500: Node* vec_shuffle() const { return in(2); }
src/hotspot/share/opto/vectornode.hpp:1510: int GetOutShuffleSize() const { return type2aelembytes(vect_type()->element_basic_type()); }
src/hotspot/share/prims/jvmtiThreadState.hpp:441: bool is_debuggable() { return _debuggable; }
src/hotspot/share/prims/jvmtiThreadState.hpp:443: void set_debuggable(bool debuggable) { _debuggable = debuggable; }
src/hotspot/share/runtime/javaThread.hpp:789: static ByteSize jvmci_counters_offset() { return byte_offset_of(JavaThread, _jvmci_counters); }
src/hotspot/share/runtime/javaThread.hpp:939: javaVFrame* vthread_last_java_vframe(RegisterMap* reg_map) { return last_java_vframe(vthread_last_frame(), reg_map); }
src/hotspot/share/runtime/objectMonitor.hpp:219: static ByteSize succ_offset() { return byte_offset_of(ObjectMonitor, _succ); }
src/hotspot/share/runtime/registerMap.hpp:144: void set_walk_cont(bool value) { _walk_cont = value; }
src/hotspot/share/runtime/safepoint.hpp:258: static jlong time_since_last_safepoint_ms() {
src/hotspot/share/runtime/thread.hpp:255: void set_missed_ic_stub_refill_verifier(ICRefillVerifier* verifier) {
src/hotspot/share/services/memoryPool.hpp:102: bool set_available_for_allocation(bool value) {
src/hotspot/share/services/memoryService.hpp:92: static void track_metaspace_memory_usage() {
src/hotspot/share/services/memoryService.hpp:95: static void track_compressed_class_memory_usage() {
src/hotspot/share/utilities/accessFlags.hpp:90: void set_field_flags(jint flags) {
src/hotspot/share/utilities/bitMap.hpp:158: void clear_word(idx_t word) { _map[word] = 0; }
src/hotspot/share/utilities/exceptions.hpp:77: virtual void unused_initial_virtual() { }
src/hotspot/share/utilities/globalDefinitions.hpp:919: jchar get_jchar() const { return (jchar) (_value.i);}
src/hotspot/share/utilities/globalDefinitions.hpp:920: jshort get_jshort() const { return (jshort) (_value.i);}
src/hotspot/share/utilities/istream.hpp:302: void print_cr_on(outputStream* out) {
src/hotspot/share/utilities/ostream.hpp:131: virtual void rotate_log(bool force, outputStream* out = nullptr) {} // GC log rotation
src/hotspot/share/utilities/ostream.hpp:138: void dec_cr() { dec(); cr(); }
src/hotspot/share/utilities/ostream.hpp:139: void inc_cr() { inc(); cr(); }
src/hotspot/share/utilities/ostream.hpp:83: void set_indentation(int i) { _indentation = i; }
src/hotspot/share/utilities/unsigned5.hpp:190: static constexpr uint32_t max_encoded_in_length(uint32_t len) {
src/hotspot/share/utilities/xmlstream.hpp:109: int unflushed_count() { return (int)(out()->count() - _last_flush); }
src/hotspot/share/c1/c1_Instruction.hpp:517: virtual Instruction* as_Instruction() { return this; } // to satisfy HASHING1 macro
src/hotspot/share/c1/c1_Instruction.hpp:553: virtual RangeCheckPredicate* as_RangeCheckPredicate() { return nullptr; }
src/hotspot/share/classfile/verificationType.hpp:154: static VerificationType category2_2nd_check()
src/hotspot/share/memory/metaspaceStats.hpp:70: size_t class_reserved() const { return _cstats.reserved(); }
src/hotspot/share/oops/methodData.hpp:220: bool clear_flag_at(u1 flag_number) {
src/hotspot/share/ci/ciMethodBlocks.hpp:108: bool does_jsr() const { return (_flags & DoesJsr) != 0; }
src/hotspot/share/ci/ciMethodBlocks.hpp:109: bool does_ret() const { return (_flags & DoesRet) != 0; }
src/hotspot/cpu/ppc/stubGenerator_ppc.cpp:634: address generate_zero_words_aligned8() {
src/hotspot/share/utilities/globalDefinitions.hpp:919: jchar get_jchar() const { return (jchar) (_value.i);}
src/hotspot/share/utilities/globalDefinitions.hpp:920: jshort get_jshort() const { return (jshort) (_value.i);}
src/hotspot/share/interpreter/rewriter.hpp:81: bool has_cp_cache(int i) { return (uint) i < (uint) _cp_map.length() && _cp_map.at(i) >= 0; }
src/hotspot/share/oops/klass.hpp:677: bool is_class_loader_instance_klass() const { return _kind == InstanceClassLoaderKlassKind; }
src/hotspot/share/opto/type.hpp:1379: virtual bool is_meet_same_type_as(const TypePtr* other) const {
src/hotspot/cpu/s390/macroAssembler_s390.hpp:880: inline void asm_assert_mem4_isnot_zero(int64_t mem_offset, Register mem_base, const char* msg, int id) {
src/hotspot/cpu/s390/macroAssembler_s390.hpp:874: inline void asm_assert_mem4_is_zero(int64_t mem_offset, Register mem_base, const char* msg, int id) {
src/hotspot/cpu/s390/assembler_s390.hpp:405: bool is_float_register() const { return _number < n_float_register_parameters; }
src/hotspot/cpu/s390/assembler_s390.hpp:3133: static bool is_z_iilh(unsigned long x) {
src/hotspot/cpu/s390/assembler_s390.hpp:3081: static bool is_z_st(int x) {
src/hotspot/cpu/x86/macroAssembler_x86.hpp:956: void ALWAYSINLINE jns(Label& L, bool maybe_short = true) { jcc(Assembler::positive, L, maybe_short); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp:962: void ALWAYSINLINE jnae(Label& L, bool maybe_short = true) { jcc(Assembler::below, L, maybe_short); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp:966: void ALWAYSINLINE jnc(Label& L, bool maybe_short = true) { jcc(Assembler::carryClear, L, maybe_short); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp:970: void ALWAYSINLINE jnbe(Label& L, bool maybe_short = true) { jcc(Assembler::above, L, maybe_short); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp:972: void ALWAYSINLINE jnge(Label& L, bool maybe_short = true) { jcc(Assembler::less, L, maybe_short); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp:978: void ALWAYSINLINE jnle(Label& L, bool maybe_short = true) { jcc(Assembler::greater, L, maybe_short); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp:980: void ALWAYSINLINE jpe(Label& L, bool maybe_short = true) { jcc(Assembler::parity, L, maybe_short); }
src/hotspot/cpu/x86/macroAssembler_x86.hpp:982: void ALWAYSINLINE jpo(Label& L, bool maybe_short = true) { jcc(Assembler::noParity, L, maybe_short); }
src/hotspot/share/opto/vectorization.hpp:884: int largest_size() {
src/hotspot/share/interpreter/abstractInterpreter.hpp:265: static jlong long_in_slot(intptr_t* slot_addr) {
src/hotspot/share/compiler/compilerDirectives.hpp:220: void print_ccstrlist(outputStream* st, ccstr n, ccstr v, bool mod) { print_ccstr(st, n, v, mod); }
src/hotspot/share/compiler/compilerDirectives.hpp:215: void print_intx(outputStream* st, ccstr n, intx v, bool mod) { if (mod) { st->print("%s:" INTX_FORMAT " ", n, v); } }
src/hotspot/share/compiler/compilerDirectives.hpp:216: void print_uintx(outputStream* st, ccstr n, intx v, bool mod) { if (mod) { st->print("%s:" UINTX_FORMAT " ", n, v); } }
src/hotspot/cpu/s390/vm_version_s390.hpp:553: static void set_has_VectorPackedDecimal() { _features[2] |= VectorPackedDecimalMask; }
src/hotspot/share/compiler/compilerDefinitions.hpp:85: static void set_high_only() { _mode = Mode::HIGH_ONLY; }
src/hotspot/cpu/ppc/assembler_ppc.hpp:1238: static long imm0_eo( int x) { return opp_u_field(x >> 16, 31, 16); }
src/hotspot/cpu/ppc/assembler_ppc.hpp:1234: static long s0_eo( long x) { return d0_eo(x); }
src/hotspot/cpu/ppc/assembler_ppc.hpp:1235: static long s1_eo( long x) { return d1_eo(x); }
src/hotspot/cpu/ppc/assembler_ppc.hpp:1228: static long st_x0( int x) { return opp_u_field(x, 8, 8); }
src/hotspot/cpu/ppc/assembler_ppc.hpp:1229: static long st_x1( int x) { return opp_u_field(x, 11, 8); }
src/hotspot/cpu/ppc/assembler_ppc.hpp:1239: static long uimm_eo( int x) { return opp_u_field(x, 31, 29); }
src/hotspot/cpu/ppc/assembler_ppc.hpp:1490: static bool is_stwu(int x) {
src/hotspot/share/runtime/objectMonitor.hpp:219: static ByteSize succ_offset() { return byte_offset_of(ObjectMonitor, _succ); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment