Home
last modified time | relevance | path

Searched defs:is_synchronized (Results 1 – 15 of 15) sorted by relevance

/aosp12/art/compiler/jni/quick/arm64/
H A Dcalling_convention_arm64.h28 Arm64ManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty) in Arm64ManagedRuntimeCallingConvention()
H A Dcalling_convention_arm64.cc217 bool is_synchronized, in Arm64JniCallingConvention()
/aosp12/art/compiler/jni/quick/x86/
H A Dcalling_convention_x86.h28 X86ManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty) in X86ManagedRuntimeCallingConvention()
H A Dcalling_convention_x86.cc182 bool is_synchronized, in X86JniCallingConvention()
/aosp12/art/compiler/jni/quick/x86_64/
H A Dcalling_convention_x86_64.h28 X86_64ManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty) in X86_64ManagedRuntimeCallingConvention()
H A Dcalling_convention_x86_64.cc170 bool is_synchronized, in X86_64JniCallingConvention()
/aosp12/art/compiler/jni/quick/arm/
H A Dcalling_convention_arm.h28 ArmManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty) in ArmManagedRuntimeCallingConvention()
H A Dcalling_convention_arm.cc289 bool is_synchronized, in ArmJniCallingConvention()
/aosp12/art/compiler/jni/quick/
H A Dcalling_convention.h77 bool is_synchronized, in CallingConvention()
269 bool is_synchronized, in ManagedRuntimeCallingConvention()
393 bool is_synchronized, in JniCallingConvention()
H A Dcalling_convention.cc47 bool is_synchronized, in Create()
136 bool is_synchronized, in Create()
H A Djni_compiler.cc76 bool is_synchronized, in GetJniEntrypointThreadOffset()
122 const bool is_synchronized = (access_flags & kAccSynchronized) != 0; in ArtJniCompileMethodInternal() local
/aosp12/art/compiler/jni/
H A Djni_cfi_test.cc62 const bool is_synchronized = false; in TestImplSized() local
/aosp12/art/compiler/utils/
H A Dassembler_thumb_test.cc101 const bool is_synchronized = false; in TEST_F() local
/aosp12/art/runtime/
H A Dart_method.cc672 bool is_synchronized = IsSynchronized(); in SetIntrinsic() local
/aosp12/art/compiler/optimizing/
H A Dinstruction_simplifier.cc2753 bool is_synchronized = invoke->GetIntrinsic() == Intrinsics::kStringBufferToString; in SimplifyAllocationIntrinsic() local