Searched defs:is_synchronized (Results 1 – 15 of 15) sorted by relevance
/art/compiler/jni/quick/ |
D | calling_convention.h | 72 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() 350 explicit JniCallingConvention(bool is_static, bool is_synchronized, const char* shorty, in JniCallingConvention()
|
D | calling_convention.cc | 32 bool is_static, bool is_synchronized, const char* shorty, InstructionSet instruction_set) { in Create() 103 JniCallingConvention* JniCallingConvention::Create(bool is_static, bool is_synchronized, in Create()
|
D | jni_compiler.cc | 63 const bool is_synchronized = (access_flags & kAccSynchronized) != 0; in ArtJniCompileMethodInternal() local
|
/art/compiler/jni/quick/x86_64/ |
D | calling_convention_x86_64.h | 29 explicit X86_64ManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, in X86_64ManagedRuntimeCallingConvention()
|
D | calling_convention_x86_64.cc | 124 X86_64JniCallingConvention::X86_64JniCallingConvention(bool is_static, bool is_synchronized, in X86_64JniCallingConvention()
|
/art/compiler/jni/quick/arm64/ |
D | calling_convention_arm64.h | 29 Arm64ManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty) in Arm64ManagedRuntimeCallingConvention()
|
D | calling_convention_arm64.cc | 152 Arm64JniCallingConvention::Arm64JniCallingConvention(bool is_static, bool is_synchronized, in Arm64JniCallingConvention()
|
/art/compiler/jni/quick/x86/ |
D | calling_convention_x86.h | 29 explicit X86ManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, in X86ManagedRuntimeCallingConvention()
|
D | calling_convention_x86.cc | 113 X86JniCallingConvention::X86JniCallingConvention(bool is_static, bool is_synchronized, in X86JniCallingConvention()
|
/art/compiler/jni/quick/arm/ |
D | calling_convention_arm.h | 29 ArmManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty) in ArmManagedRuntimeCallingConvention()
|
D | calling_convention_arm.cc | 107 ArmJniCallingConvention::ArmJniCallingConvention(bool is_static, bool is_synchronized, in ArmJniCallingConvention()
|
/art/compiler/jni/quick/mips/ |
D | calling_convention_mips.h | 29 MipsManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty) in MipsManagedRuntimeCallingConvention()
|
D | calling_convention_mips.cc | 107 MipsJniCallingConvention::MipsJniCallingConvention(bool is_static, bool is_synchronized, in MipsJniCallingConvention()
|
/art/compiler/jni/portable/ |
D | jni_compiler.cc | 65 const bool is_synchronized = dex_compilation_unit_->IsSynchronized(); in Compile() local
|
/art/runtime/ |
D | dex_file_verifier.cc | 475 bool is_synchronized = (access_flags & kAccSynchronized) != 0; in CheckClassDataItemMethod() local
|