Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Dcalling_convention.h72 CallingConvention(bool is_static, bool is_synchronized, const char* shorty, in CallingConvention()
252 ManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty, in ManagedRuntimeCallingConvention()
351 explicit JniCallingConvention(bool is_static, bool is_synchronized, const char* shorty, in JniCallingConvention()
Dcalling_convention.cc32 bool is_static, bool is_synchronized, const char* shorty, InstructionSet instruction_set) { in Create()
105 JniCallingConvention* JniCallingConvention::Create(bool is_static, bool is_synchronized, in Create()
Djni_compiler.cc67 const bool is_synchronized = (access_flags & kAccSynchronized) != 0; in ArtJniCompileMethodInternal() local
/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.h29 explicit X86_64ManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, in X86_64ManagedRuntimeCallingConvention()
Dcalling_convention_x86_64.cc126 X86_64JniCallingConvention::X86_64JniCallingConvention(bool is_static, bool is_synchronized, in X86_64JniCallingConvention()
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.h29 Arm64ManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty) in Arm64ManagedRuntimeCallingConvention()
Dcalling_convention_arm64.cc157 Arm64JniCallingConvention::Arm64JniCallingConvention(bool is_static, bool is_synchronized, in Arm64JniCallingConvention()
/art/compiler/jni/quick/mips64/
Dcalling_convention_mips64.h29 Mips64ManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty) in Mips64ManagedRuntimeCallingConvention()
Dcalling_convention_mips64.cc126 Mips64JniCallingConvention::Mips64JniCallingConvention(bool is_static, bool is_synchronized, in Mips64JniCallingConvention()
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.h29 ArmManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty) in ArmManagedRuntimeCallingConvention()
Dcalling_convention_arm.cc209 ArmJniCallingConvention::ArmJniCallingConvention(bool is_static, bool is_synchronized, in ArmJniCallingConvention()
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.h29 explicit X86ManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, in X86ManagedRuntimeCallingConvention()
Dcalling_convention_x86.cc169 X86JniCallingConvention::X86JniCallingConvention(bool is_static, bool is_synchronized, in X86JniCallingConvention()
/art/compiler/jni/quick/mips/
Dcalling_convention_mips.h29 MipsManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty) in MipsManagedRuntimeCallingConvention()
Dcalling_convention_mips.cc108 MipsJniCallingConvention::MipsJniCallingConvention(bool is_static, bool is_synchronized, in MipsJniCallingConvention()
/art/compiler/jni/
Djni_cfi_test.cc43 const bool is_synchronized = false; in TestImpl() local
/art/runtime/
Ddex_file_verifier.cc475 bool is_synchronized = (access_flags & kAccSynchronized) != 0; in CheckClassDataItemMethod() local