Lines Matching refs:in_bytes
305 in_bytes(methodDataOopDesc::invocation_counter_offset()) +
306 in_bytes(InvocationCounter::counter_offset()));
316 in_bytes(methodOopDesc::invocation_counter_offset()) +
317 in_bytes(InvocationCounter::counter_offset()));
326 Address interpreter_invocation_counter(Lmethod,in_bytes(methodOopDesc::interpreter_invocation_counter_offset()));
355 __ ld(Lmethod, in_bytes(methodOopDesc::access_flags_offset()), O0); // Load access flags.
369 const int mirror_offset = in_bytes(Klass::java_mirror_offset());
374 __ ld_ptr( Lmethod, in_bytes(methodOopDesc::const_offset()), O0);
375 __ ld_ptr( O0, in_bytes(constMethodOopDesc::constants_offset()), O0);
577 __ add(Lbcp, in_bytes(constMethodOopDesc::codes_offset()), Lbcp);
994 __ delayed()->ld_ptr(Lmethod, in_bytes(methodOopDesc::native_function_offset()), O0);
996 const int mirror_offset = in_bytes(Klass::java_mirror_offset());
1073 add(L7_thread_cache, in_bytes(JavaThread::jni_environment_offset()), O0);
1843 __ lduh(Lmethod, in_bytes(methodOopDesc::size_of_parameters_offset()), Gtmp1);