Lines Matching refs:in_bytes

67 #define STATE(field_name) Lstate, in_bytes(byte_offset_of(BytecodeInterpreter, field_name))
410 Address interpreter_invocation_counter(G3_scratch, 0, in_bytes(methodOopDesc::interpreter_invocation_counter_offset()));
484 __ ld_ptr(Address(G5_method, 0, in_bytes(methodOopDesc::const_offset())), G1_scratch);
485 __ ld(Address(G1_scratch, 0, in_bytes(constMethodOopDesc::codes_offset())), G1_scratch);
493 __ ld_ptr(G5_method, in_bytes(methodOopDesc::const_offset()), G3_scratch);
494 __ ld_ptr(G3_scratch, in_bytes(constMethodOopDesc::constants_offset()), G3_scratch);
503 __ ld_ptr(G3_scratch, in_bytes(cp_base_offset + ConstantPoolCacheEntry::indices_offset()), G1_scratch);
511 __ ld_ptr(G3_scratch, in_bytes(cp_base_offset + ConstantPoolCacheEntry::flags_offset()), G1_scratch);
512 __ ld_ptr(G3_scratch, in_bytes(cp_base_offset + ConstantPoolCacheEntry::f2_offset()), G3_scratch);
587 const Address size_of_parameters(G5_method, 0, in_bytes(methodOopDesc::size_of_parameters_offset()));
594 const Address access_flags (G5_method, 0, in_bytes(methodOopDesc::access_flags_offset()));
641 in_bytes(JavaThread::do_not_unlock_if_synchronized_offset()));
714 __ ld_ptr(Address(G5_method, 0, in_bytes(methodOopDesc::signature_handler_offset())), G3_scratch);
721 Address exception_addr(G2_thread, 0, in_bytes(Thread::pending_exception_offset()));
724 __ ld_ptr(Address(G5_method, 0, in_bytes(methodOopDesc::signature_handler_offset())), G3_scratch);
768 ld_ptr(Address(G5_method, 0, in_bytes(methodOopDesc::native_function_offset())), O0);
770 const int mirror_offset = in_bytes(Klass::java_mirror_offset());
772 __ ld_ptr(Address(G5_method, 0, in_bytes(methodOopDesc:: const_offset())), O1);
773 __ ld_ptr(Address(O1, 0, in_bytes(constMethodOopDesc::constants_offset())), O1);
833 in_bytes(JavaThread::frame_anchor_offset()) + in_bytes(JavaFrameAnchor::flags_offset()));
839 Address thread_state(G2_thread, 0, in_bytes(JavaThread::thread_state_offset()));
856 add(G2_thread, in_bytes(JavaThread::jni_environment_offset()), O0);
887 Address suspend_state(G2_thread, 0, in_bytes(JavaThread::suspend_flags_offset()));
956 __ ld_ptr(G2_thread, in_bytes(JavaThread::active_handles_offset()), G3_scratch);
962 Address exception_addr (G2_thread, 0, in_bytes(Thread::pending_exception_offset()));
1052 const Address constMethod (G5_method, 0, in_bytes(methodOopDesc::const_offset()));
1053 const Address access_flags (G5_method, 0, in_bytes(methodOopDesc::access_flags_offset()));
1054 const Address size_of_parameters(G5_method, 0, in_bytes(methodOopDesc::size_of_parameters_offset()));
1055 const Address max_stack (G5_method, 0, in_bytes(methodOopDesc::max_stack_offset()));
1056 const Address size_of_locals (G5_method, 0, in_bytes(methodOopDesc::size_of_locals_offset()));
1093 __ ld_ptr(G2_thread, in_bytes(Thread::stack_base_offset()), O0);
1094 __ ld_ptr(G2_thread, in_bytes(Thread::stack_size_offset()), O1);
1126 #define XXX_STATE(field_name) state, in_bytes(byte_offset_of(BytecodeInterpreter, field_name))
1149 __ ld_ptr(G5_method, in_bytes(methodOopDesc::const_offset()), O2); // get constMethodOop
1150 __ add(O2, in_bytes(constMethodOopDesc::codes_offset()), O2); // get bcp
1161 __ ld_ptr(O3, in_bytes(constMethodOopDesc::constants_offset()), O3);
1179 const int mirror_offset = in_bytes(Klass::java_mirror_offset());
1185 __ ld_ptr( O1, in_bytes(constMethodOopDesc::constants_offset()), O1);
1270 __ ld(L2_scratch, in_bytes(methodOopDesc::access_flags_offset()), O0);
1488 const Address size_of_parameters(G5_method, 0, in_bytes(methodOopDesc::size_of_parameters_offset()));
1489 const Address size_of_locals (G5_method, 0, in_bytes(methodOopDesc::size_of_locals_offset()));
1543 const Address constMethod (G5_method, 0, in_bytes(methodOopDesc::const_offset()));
1544 const Address access_flags (G5_method, 0, in_bytes(methodOopDesc::access_flags_offset()));
1545 const Address size_of_parameters(G5_method, 0, in_bytes(methodOopDesc::size_of_parameters_offset()));
1546 const Address max_stack (G5_method, 0, in_bytes(methodOopDesc::max_stack_offset()));
1547 const Address size_of_locals (G5_method, 0, in_bytes(methodOopDesc::size_of_locals_offset()));
1700 Address exception_addr (G2_thread, 0, in_bytes(Thread::pending_exception_offset()));
1755 __ lduh(L4_scratch, in_bytes(methodOopDesc::size_of_parameters_offset()), L2_scratch); // get parameter size
1758 __ ld(L4_scratch, in_bytes(methodOopDesc::result_index_offset()), L3_scratch); // called method result type index
1802 __ ld(L2_scratch, in_bytes(methodOopDesc::result_index_offset()), L2_scratch);