Lines Matching refs:bcp

1839     // Bump bcp to target of JSR.
1864 // Z_bcp: target bcp
1951 // Z_bcp: target bcp
1973 __ z_agr(Z_ARG2, Z_bcp); // Z_ARG2 := branch target bcp - disp == branch bcp
2057 // Get return bci, compute return bcp. Must load 64 bits.
2070 // Get return bci, compute return bcp.
2083 Register bcp = Z_ARG5;
2084 // Align bcp.
2085 __ load_address(bcp, at_bcp(BytesPerInt));
2086 __ z_nill(bcp, (-BytesPerInt) & 0xffff);
2093 __ mem2reg_signed_opt(low, Address(bcp, BytesPerInt));
2094 __ mem2reg_opt(high, Address(bcp, 2 * BytesPerInt), false);
2112 __ mem2reg_signed_opt(index, Address(bcp, jump_table_offset, 3 * BytesPerInt));
2119 __ z_agr(Z_bcp, index); // Advance bcp.
2126 __ mem2reg_signed_opt(index, Address(bcp));
2139 Register bcp = Z_ARG5;
2141 // Align bcp.
2142 __ load_address(bcp, at_bcp(BytesPerInt));
2143 __ z_nill(bcp, (-BytesPerInt) & 0xffff);
2148 __ mem2reg_signed_opt(current_case_offset, Address(bcp, BytesPerInt));
2155 __ z_c(Z_tos, Address(bcp, current_case_offset, 2 * BytesPerInt));
2167 __ mem2reg_signed_opt(offset, Address(bcp));
2172 __ mem2reg_signed_opt(offset, Address(bcp, current_case_offset, 3 * BytesPerInt));
2176 __ profile_switch_case(current_case_idx, Z_tos, bcp, Z_bytecode);
2183 __ z_agr(Z_bcp, offset); // Advance bcp.
2292 __ z_agr(Z_bcp, j); // Advance bcp.
2302 __ z_agr(Z_bcp, j); // Advance bcp.
3318 // Make sure exception is reported in correct bcp range (getfield is
3337 // Reset bcp to original position.
4138 // Increment bcp to point to the next bytecode, so exception
4152 // The bcp has already been incremented. Just need to dispatch to
4232 // Note: the bcp increment step is part of the individual wide