Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/jni/quick/
H A Dcalling_convention.h78 bool is_synchronized, in CallingConvention()
279 bool is_synchronized, in ManagedRuntimeCallingConvention()
403 bool is_synchronized, in JniCallingConvention()
H A Dcalling_convention.cc51 bool is_synchronized, in Create()
150 bool is_synchronized, in Create()
H A Djni_compiler.cc85 const bool is_synchronized = (access_flags & kAccSynchronized) != 0; in ArtJniCompileMethodInternal() local
/aosp_15_r20/art/compiler/jni/quick/riscv64/
H A Dcalling_convention_riscv64.h30 bool is_static, bool is_synchronized, std::string_view shorty) in Riscv64ManagedRuntimeCallingConvention()
H A Dcalling_convention_riscv64.cc198 bool is_synchronized, in Riscv64JniCallingConvention()
/aosp_15_r20/art/compiler/jni/quick/x86/
H A Dcalling_convention_x86.h29 X86ManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, std::string_view shorty) in X86ManagedRuntimeCallingConvention()
H A Dcalling_convention_x86.cc205 bool is_synchronized, in X86JniCallingConvention()
/aosp_15_r20/art/compiler/jni/quick/x86_64/
H A Dcalling_convention_x86_64.h30 bool is_static, bool is_synchronized, std::string_view shorty) in X86_64ManagedRuntimeCallingConvention()
H A Dcalling_convention_x86_64.cc186 bool is_synchronized, in X86_64JniCallingConvention()
/aosp_15_r20/art/compiler/jni/quick/arm64/
H A Dcalling_convention_arm64.h30 bool is_static, bool is_synchronized, std::string_view shorty) in Arm64ManagedRuntimeCallingConvention()
H A Dcalling_convention_arm64.cc222 bool is_synchronized, in Arm64JniCallingConvention()
/aosp_15_r20/art/compiler/jni/quick/arm/
H A Dcalling_convention_arm.h29 ArmManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, std::string_view shorty) in ArmManagedRuntimeCallingConvention()
H A Dcalling_convention_arm.cc296 bool is_synchronized, in ArmJniCallingConvention()
/aosp_15_r20/art/compiler/jni/
H A Djni_cfi_test.cc60 const bool is_synchronized = false; in TestImplSized() local
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/
Dattenuator.py395 def is_synchronized(self): member in AttenuatorGroup
/aosp_15_r20/art/compiler/utils/
H A Dassembler_thumb_test.cc102 const bool is_synchronized = false; in TEST_F() local
/aosp_15_r20/art/runtime/
H A Dart_method.cc735 bool is_synchronized = IsSynchronized(); in SetIntrinsic() local
/aosp_15_r20/art/compiler/optimizing/
H A Dinstruction_simplifier.cc3220 bool is_synchronized = invoke->GetIntrinsic() == Intrinsics::kStringBufferToString; in SimplifyAllocationIntrinsic() local