Home
last modified time | relevance | path

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

/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.h28 X86_64ManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty) in X86_64ManagedRuntimeCallingConvention()
Dcalling_convention_x86_64.cc179 bool is_synchronized, in X86_64JniCallingConvention()
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.h30 ArmManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty) in ArmManagedRuntimeCallingConvention()
Dcalling_convention_arm.cc258 bool is_synchronized, in ArmJniCallingConvention()
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.h30 Arm64ManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty) in Arm64ManagedRuntimeCallingConvention()
Dcalling_convention_arm64.cc247 bool is_synchronized, in Arm64JniCallingConvention()
/art/compiler/jni/quick/mips64/
Dcalling_convention_mips64.h32 Mips64ManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty) in Mips64ManagedRuntimeCallingConvention()
Dcalling_convention_mips64.cc159 bool is_synchronized, in Mips64JniCallingConvention()
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.h30 X86ManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty) in X86ManagedRuntimeCallingConvention()
Dcalling_convention_x86.cc197 bool is_synchronized, in X86JniCallingConvention()
/art/compiler/jni/quick/mips/
Dcalling_convention_mips.h32 MipsManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty) in MipsManagedRuntimeCallingConvention()
Dcalling_convention_mips.cc196 bool is_synchronized, in MipsJniCallingConvention()
/art/compiler/jni/quick/
Dcalling_convention.h77 bool is_synchronized, in CallingConvention()
267 bool is_synchronized, in ManagedRuntimeCallingConvention()
376 bool is_synchronized, in JniCallingConvention()
Dcalling_convention.cc54 bool is_synchronized, in Create()
155 bool is_synchronized, in Create()
Djni_compiler.cc78 bool is_synchronized, in GetJniEntrypointThreadOffset()
124 const bool is_synchronized = (access_flags & kAccSynchronized) != 0; in ArtJniCompileMethodInternal() local
/art/compiler/jni/
Djni_cfi_test.cc62 const bool is_synchronized = false; in TestImplSized() local
/art/compiler/utils/
Dassembler_thumb_test.cc209 const bool is_synchronized = false; in TEST_F() local
/art/runtime/
Dart_method.cc699 bool is_synchronized = IsSynchronized(); in SetIntrinsic() local
/art/compiler/optimizing/
Dinstruction_simplifier.cc2478 bool is_synchronized = invoke->GetIntrinsic() == Intrinsics::kStringBufferToString; in SimplifyAllocationIntrinsic() local