Searched defs:byte_no (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp161 int byte_no) {
181 assert(byte_no == f1_byte || byte_no == f2_byte, "byte_no out of range");
183 __ get_cache_and_index_and_bytecode_at_bcp(bc_reg, temp_reg, temp_reg, byte_no, 1);
189 assert(byte_no == -1, "sanity");
2095 void TemplateTable::resolve_cache_and_index(int byte_no,
2103 if (byte_no == f12_oop) {
2117 assert(byte_no == f1_byte || byte_no
159 patch_bytecode(Bytecodes::Code bc, Register bc_reg, Register temp_reg, bool load_bc_into_bc_reg , int byte_no) argument
[all...]
H A Dinterp_masm_sparc.cpp764 int byte_no,
769 const int shift_count = (1 + byte_no) * BitsPerByte;
770 assert((byte_no == TemplateTable::f1_byte && shift_count == ConstantPoolCacheEntry::bytecode_1_shift) ||
771 (byte_no == TemplateTable::f2_byte && shift_count == ConstantPoolCacheEntry::bytecode_2_shift),
761 get_cache_and_index_and_bytecode_at_bcp(Register cache, Register temp, Register bytecode, int byte_no, int bcp_offset, size_t index_size) argument
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.cpp250 int byte_no,
255 const int shift_count = (1 + byte_no) * BitsPerByte;
256 assert((byte_no == TemplateTable::f1_byte && shift_count == ConstantPoolCacheEntry::bytecode_1_shift) ||
257 (byte_no == TemplateTable::f2_byte && shift_count == ConstantPoolCacheEntry::bytecode_2_shift),
247 get_cache_and_index_and_bytecode_at_bcp(Register cache, Register index, Register bytecode, int byte_no, int bcp_offset, size_t index_size) argument
H A Dinterp_masm_x86_64.cpp251 int byte_no,
258 const int shift_count = (1 + byte_no) * BitsPerByte;
259 assert((byte_no == TemplateTable::f1_byte && shift_count == ConstantPoolCacheEntry::bytecode_1_shift) ||
260 (byte_no == TemplateTable::f2_byte && shift_count == ConstantPoolCacheEntry::bytecode_2_shift),
248 get_cache_and_index_and_bytecode_at_bcp(Register cache, Register index, Register bytecode, int byte_no, int bcp_offset, size_t index_size) argument
H A DtemplateTable_x86_32.cpp207 int byte_no) {
226 assert(byte_no == f1_byte || byte_no == f2_byte, "byte_no out of range");
228 __ get_cache_and_index_and_bytecode_at_bcp(bc_reg, temp_reg, temp_reg, byte_no, 1);
235 assert(byte_no == -1, "sanity");
2082 void TemplateTable::resolve_cache_and_index(int byte_no, argument
2091 if (byte_no == f12_oop) {
2102 assert(byte_no == f1_byte || byte_no
205 patch_bytecode(Bytecodes::Code bc, Register bc_reg, Register temp_reg, bool load_bc_into_bc_reg , int byte_no) argument
2162 load_invoke_cp_cache_entry(int byte_no, Register method, Register itable_index, Register flags, bool is_invokevirtual, bool is_invokevfinal, bool is_invokedynamic) argument
2251 getfield_or_static(int byte_no, bool is_static) argument
2385 getfield(int byte_no) argument
2390 getstatic(int byte_no) argument
2460 putfield_or_static(int byte_no, bool is_static) argument
2648 putfield(int byte_no) argument
2653 putstatic(int byte_no) argument
2896 prepare_invoke(int byte_no, Register method, Register index, Register recv, Register flags ) argument
3025 invokevirtual(int byte_no) argument
3041 invokespecial(int byte_no) argument
3055 invokestatic(int byte_no) argument
3066 fast_invokevfinal(int byte_no) argument
3073 invokeinterface(int byte_no) argument
3152 invokehandle(int byte_no) argument
3182 invokedynamic(int byte_no) argument
[all...]
H A DtemplateTable_x86_64.cpp213 int byte_no) {
232 assert(byte_no == f1_byte || byte_no == f2_byte, "byte_no out of range");
234 __ get_cache_and_index_and_bytecode_at_bcp(temp_reg, bc_reg, temp_reg, byte_no, 1);
241 assert(byte_no == -1, "sanity");
2124 void TemplateTable::resolve_cache_and_index(int byte_no, argument
2133 if (byte_no == f12_oop) {
2144 assert(byte_no == f1_byte || byte_no
211 patch_bytecode(Bytecodes::Code bc, Register bc_reg, Register temp_reg, bool load_bc_into_bc_reg , int byte_no) argument
2219 load_invoke_cp_cache_entry(int byte_no, Register method, Register itable_index, Register flags, bool is_invokevirtual, bool is_invokevfinal, bool is_invokedynamic) argument
2312 getfield_or_static(int byte_no, bool is_static) argument
2448 getfield(int byte_no) argument
2452 getstatic(int byte_no) argument
2515 putfield_or_static(int byte_no, bool is_static) argument
2685 putfield(int byte_no) argument
2689 putstatic(int byte_no) argument
2959 prepare_invoke(int byte_no, Register method, Register index, Register recv, Register flags ) argument
3090 invokevirtual(int byte_no) argument
3106 invokespecial(int byte_no) argument
3120 invokestatic(int byte_no) argument
3130 fast_invokevfinal(int byte_no) argument
3136 invokeinterface(int byte_no) argument
3216 invokehandle(int byte_no) argument
3246 invokedynamic(int byte_no) argument
[all...]

Completed in 139 milliseconds