• Home
  • Raw
  • Download

Lines Matching refs:is_synchronized

63   const bool is_synchronized = (access_flags & kAccSynchronized) != 0;  in ArtJniCompileMethodInternal()  local
69 JniCallingConvention::Create(is_static, is_synchronized, shorty, instruction_set)); in ArtJniCompileMethodInternal()
73 ManagedRuntimeCallingConvention::Create(is_static, is_synchronized, shorty, instruction_set)); in ArtJniCompileMethodInternal()
78 if (reference_return && is_synchronized) { in ArtJniCompileMethodInternal()
82 } else if (is_synchronized) { in ArtJniCompileMethodInternal()
89 JniCallingConvention::Create(is_static, is_synchronized, jni_end_shorty, instruction_set)); in ArtJniCompileMethodInternal()
193 …ThreadOffset<4> jni_start32 = is_synchronized ? QUICK_ENTRYPOINT_OFFSET(4, pJniMethodStartSynchron… in ArtJniCompileMethodInternal()
195 …ThreadOffset<8> jni_start64 = is_synchronized ? QUICK_ENTRYPOINT_OFFSET(8, pJniMethodStartSynchron… in ArtJniCompileMethodInternal()
199 if (is_synchronized) { in ArtJniCompileMethodInternal()
234 if (is_synchronized) { // Check for exceptions from monitor enter. in ArtJniCompileMethodInternal()
356 jni_end32 = is_synchronized ? QUICK_ENTRYPOINT_OFFSET(4, pJniMethodEndWithReferenceSynchronized) in ArtJniCompileMethodInternal()
358 jni_end64 = is_synchronized ? QUICK_ENTRYPOINT_OFFSET(8, pJniMethodEndWithReferenceSynchronized) in ArtJniCompileMethodInternal()
363 jni_end32 = is_synchronized ? QUICK_ENTRYPOINT_OFFSET(4, pJniMethodEndSynchronized) in ArtJniCompileMethodInternal()
365 jni_end64 = is_synchronized ? QUICK_ENTRYPOINT_OFFSET(8, pJniMethodEndSynchronized) in ArtJniCompileMethodInternal()
377 if (is_synchronized) { in ArtJniCompileMethodInternal()